/aosp_15_r20/external/coreboot/src/arch/riscv/include/arch/smp/ |
H A D | atomic.h | 18 # define atomic_swap(v, swp) __sync_lock_test_and_set(&((v)->counter), swp) argument 19 # define atomic_cas(v, cmp, swp) __sync_val_compare_and_swap(&((v)->counter), \ argument 33 static inline int atomic_swap(atomic_t *v, int swp) in atomic_swap() 42 static inline int atomic_cas(atomic_t *v, int cmp, int swp) in atomic_cas()
|
/aosp_15_r20/external/llvm/test/MC/ARM/ |
H A D | obsolete-v8.s | 3 swp r0, r1, [r2] label
|
/aosp_15_r20/external/libmpeg2/common/armv8/ |
H A D | impeg2_neon_macros.s | 53 .macro swp reg1, reg2 macro
|
/aosp_15_r20/external/libavc/common/armv8/ |
H A D | ih264_neon_macros.s | 36 .macro swp reg1, reg2 macro
|
/aosp_15_r20/external/libxaac/decoder/armv8/ |
H A D | ixheaacd_sbr_qmfsyn64_winadd.s | 39 .macro swp reg1, reg2 macro
|
H A D | ixheaacd_post_twiddle.s | 38 .macro swp reg1, reg2 macro
|
H A D | ixheaacd_pre_twiddle.s | 47 .macro swp reg1, reg2 macro
|
H A D | ixheaacd_sbr_imdct_using_fft.s | 47 .macro swp reg1, reg2 macro
|
H A D | ixheaacd_imdct_using_fft.s | 47 .macro swp reg1, reg2 macro
|
/aosp_15_r20/cts/tests/tests/os/jni/ |
H A D | android_os_cts_CpuInstructions.cpp | 79 static void swp() in swp() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/include/boost/format/ |
D | format_implementation.hpp | 104 unsigned char swp = exceptions_; in exceptions() local
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/include/ |
H A D | cpuinfo_arm.h | 26 int swp : 1; // SWP instruction (atomic read-modify-write) member
|
/aosp_15_r20/external/cpu_features/include/ |
H A D | cpuinfo_arm.h | 26 int swp : 1; // SWP instruction (atomic read-modify-write) member
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | ps.c | 1682 unsigned long swp[] = {run[3], 0, 0, run[3]-run[4]}, in top_common() local
|
/aosp_15_r20/external/mksh/src/ |
H A D | funcs.c | 2617 const char *lhs, **swp; in c_test() local
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 84446 void (*swp)(void *, void *); member
|
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 84800 void (*swp)(void *, void *); member
|
H A D | vmlinux_600.h | 84800 void (*swp)(void *, void *); member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 90373 void (*swp)(void *, void *); member
|
H A D | vmlinux_602.h | 90373 void (*swp)(void *, void *); member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 47208 void (*swp)(void *, void *); member
|
H A D | vmlinux_518.h | 47208 void (*swp)(void *, void *); member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 37351 void (*swp)(void *, void *); member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 68987 void (*swp)(void *, void *); member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 31559 void (*swp)(void *, void *); member
|