/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testatomic.c | 74 apr_uint32_t oldval; in test_xchg32() local 99 apr_uint32_t oldval; in test_cas_equal() local 109 apr_uint32_t oldval; in test_cas_equal_nonnull() local 119 apr_uint32_t oldval; in test_cas_notequal() local 161 apr_uint32_t oldval; in test_add32() local 172 apr_uint32_t oldval; in test_add32_neg() local 183 apr_uint32_t oldval; in test_inc32() local
|
/aosp_15_r20/external/toybox/kconfig/ |
H A D | symbol.c | 267 struct symbol_value newval, oldval; in sym_calc_value() local 430 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local 466 tristate oldval, newval; in sym_toggle_tristate_value() local 574 const char *oldval; in sym_set_string_value() local
|
H A D | conf.c | 209 tristate oldval, newval; in conf_sym() local
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | symbol.c | 327 struct symbol_value newval, oldval; in sym_calc_value() local 507 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local 543 tristate oldval, newval; in sym_toggle_tristate_value() local 651 const char *oldval; in sym_set_string_value() local
|
H A D | conf.c | 385 tristate oldval, newval; in conf_sym() local
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | ctl.c | 1577 bool oldval; in background_thread_ctl() local 1635 size_t oldval; in max_background_threads_ctl() local 1819 bool oldval; in CTL_TSD_RO_NL_CGEN() local 1891 bool oldval; in thread_prof_active_ctl() local 2269 size_t oldval = dirty ? arena_dirty_decay_ms_get(arena) : in arena_i_decay_ms_ctl_impl() local 2448 size_t oldval = (dirty ? arena_dirty_decay_ms_default_get() : in arenas_decay_ms_ctl_impl() local 2570 bool oldval; in prof_thread_active_init_ctl() local 2597 bool oldval; in prof_active_ctl() local 2646 bool oldval; in prof_gdump_ctl() local
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorReductionGpu.h | 29 unsigned int oldval = *reinterpret_cast<unsigned int*>(output); in atomicReduce() local 46 unsigned long long oldval = *reinterpret_cast<unsigned long long*>(output); in atomicReduce() local 85 unsigned int oldval = *reinterpret_cast<unsigned int*>(output); in atomicReduce() local
|
/aosp_15_r20/external/trusty/lk/arch/arm/include/arch/ |
D | arch_ops.h | 225 static inline int atomic_cmpxchg(volatile int *ptr, int oldval, int newval) in atomic_cmpxchg() 418 static inline int atomic_cmpxchg(volatile int *ptr, int oldval, int newval) in atomic_cmpxchg() 476 static inline int atomic_cmpxchg(volatile int *ptr, int oldval, int newval) { return _atomic_cmpxch… in atomic_cmpxchg()
|
/aosp_15_r20/external/fbjni/test/jni/ |
H A D | fbjni_tests.cpp | 540 jint oldval, in TestFieldAccess() 567 jstring oldval, in TestStringFieldAccess() 592 jobject oldval, in TestReferenceFieldAccess() 623 jint oldval, in TestStaticFieldAccess() 640 jstring oldval, in TestStaticStringFieldAccess() 657 jobject oldval, in TestStaticReferenceFieldAccess()
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | asm-inout.c | 35 unsigned char oldval; in test4() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/futex/include/ |
H A D | atomic.h | 36 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg()
|
H A D | futextest.h | 242 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/sysctl/ |
H A D | sysctl04.c | 32 void *oldval; member
|
/aosp_15_r20/external/llvm-libc/test/integration/src/threads/ |
H A D | cnd_test.cpp | 46 unsigned oldval = broadcast_count.fetch_add(1); in broadcast_thread_func() local
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_atomic.c | 105 __sync_val_compare_and_swap_8(uint64_t *ptr, uint64_t oldval, uint64_t newval) in __sync_val_compare_and_swap_8()
|
/aosp_15_r20/external/trusty/lk/arch/x86/include/arch/ |
D | arch_ops.h | 105 static inline int atomic_cmpxchg(volatile int *ptr, int oldval, int newval) in atomic_cmpxchg()
|
/aosp_15_r20/external/compiler-rt/test/tsan/ |
H A D | real_deadlock_detector_stress_test.cc | 36 bool cas(int *a, int oldval, int newval) { in cas()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.replace/ |
H A D | ranges.replace.pass.cpp | 63 int oldval; member
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_psr.c | 90 static int oldval = -1; in psr_modparam_set() local
|
/aosp_15_r20/external/trusty/lk/arch/arm64/include/arch/ |
D | arch_ops.h | 214 static inline int atomic_cmpxchg(volatile int *ptr, int oldval, int newval) in atomic_cmpxchg()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | proc.go | 1117 func casfrom_Gscanstatus(gp *g, oldval, newval uint32) { argument 1145 func castogscanstatus(gp *g, oldval, newval uint32) bool { argument 1175 func casgstatus(gp *g, oldval, newval uint32) { argument
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_create.c | 161 uint64_t oldval, uint64_t newval) in atomic_compare_swap_u64()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/ |
H A D | multikey.rs | 73 let oldval = if let Some(oldkey) = self.alt.insert(k2.clone(), k1.clone()) { in insert() localVariable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_sysctl.c | 37 const char *oldval; member
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/ |
H A D | futextest.h | 237 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
|