| /external/clang/test/CodeGen/ |
| D | asm-inout.c | 35 unsigned char oldval; in test4() local
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorReductionCuda.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
|
| /external/mesa3d/src/util/ |
| D | u_atomic.c | 64 __sync_val_compare_and_swap_8(uint64_t *ptr, uint64_t oldval, uint64_t newval) in __sync_val_compare_and_swap_8()
|
| /external/toybox/kconfig/ |
| D | symbol.c | 265 struct symbol_value newval, oldval; in sym_calc_value() local 428 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local 464 tristate oldval, newval; in sym_toggle_tristate_value() local 572 const char *oldval; in sym_set_string_value() local
|
| D | conf.c | 209 tristate oldval, newval; in conf_sym() local
|
| /external/linux-kselftest/tools/testing/selftests/futex/include/ |
| D | atomic.h | 40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg()
|
| D | futextest.h | 223 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
|
| /external/ltp/testcases/kernel/syscalls/sysctl/ |
| D | sysctl04.c | 41 void *oldval; member
|
| /external/u-boot/drivers/mmc/ |
| D | bcm2835_sdhci.c | 105 u32 oldval = (reg == SDHCI_COMMAND) ? shadow : in bcm2835_sdhci_writew() local 120 u32 oldval = bcm2835_sdhci_raw_readl(host, reg & ~3); in bcm2835_sdhci_writeb() local
|
| /external/jemalloc/src/ |
| D | ctl.c | 1370 bool oldval; in CTL_TSD_RO_NL_CGEN() local 1444 bool oldval; in thread_prof_active_ctl() local 1717 size_t oldval = arena_lg_dirty_mult_get(tsd_tsdn(tsd), arena); in arena_i_lg_dirty_mult_ctl() local 1752 size_t oldval = arena_decay_time_get(tsd_tsdn(tsd), arena); in arena_i_decay_time_ctl() local 1878 size_t oldval = arena_lg_dirty_mult_default_get(); in arenas_lg_dirty_mult_ctl() local 1904 size_t oldval = arena_decay_time_default_get(); in arenas_decay_time_ctl() local 1992 bool oldval; in prof_thread_active_init_ctl() local 2018 bool oldval; in prof_active_ctl() local 2066 bool oldval; in prof_gdump_ctl() local
|
| /external/u-boot/scripts/kconfig/ |
| D | symbol.c | 359 struct symbol_value newval, oldval; in sym_calc_value() local 534 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local 570 tristate oldval, newval; in sym_toggle_tristate_value() local 678 const char *oldval; in sym_set_string_value() local
|
| D | conf.c | 166 tristate oldval, newval; in conf_sym() local
|
| D | qconf.cc | 478 tristate oldval; in setValue() local
|
| /external/compiler-rt/test/tsan/ |
| D | real_deadlock_detector_stress_test.cc | 36 bool cas(int *a, int oldval, int newval) { in cas()
|
| /external/toolchain-utils/cros_utils/ |
| D | pstat.py | 576 def replace(inlst, oldval, newval): argument 928 def areplace(a, oldval, newval): argument
|
| /external/jemalloc_new/src/ |
| D | ctl.c | 1519 bool oldval; in background_thread_ctl() local 1577 size_t oldval; in max_background_threads_ctl() local 1761 bool oldval; in CTL_TSD_RO_NL_CGEN() local 1833 bool oldval; in thread_prof_active_ctl() local 2211 size_t oldval = dirty ? arena_dirty_decay_ms_get(arena) : in arena_i_decay_ms_ctl_impl() local 2390 size_t oldval = (dirty ? arena_dirty_decay_ms_default_get() : in arenas_decay_ms_ctl_impl() local 2512 bool oldval; in prof_thread_active_init_ctl() local 2539 bool oldval; in prof_active_ctl() local 2588 bool oldval; in prof_gdump_ctl() local
|
| /external/v8/src/runtime/ |
| D | runtime-atomics.cc | 30 inline T CompareExchangeSeqCst(T* p, T oldval, T newval) { in CompareExchangeSeqCst() 192 T oldval = FromObject<T>(oldobj); in DoCompareExchange() local
|
| /external/ltp/testcases/kernel/syscalls/futex/ |
| D | futextest.h | 254 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
|
| /external/u-boot/env/ |
| D | flags.c | 502 const char *oldval = NULL; in env_flags_validate() local
|
| /external/u-boot/tools/env/ |
| D | fw_env.c | 534 char *oldval = NULL; in fw_env_write() local 660 char *oldval; in fw_env_set() local
|
| /external/u-boot/drivers/mtd/nand/ |
| D | nand_bbt.c | 965 uint8_t oldval; in mark_bbt_region() local
|
| /external/mksh/src/ |
| D | misc.c | 219 unsigned char oldval; in change_flag() local
|
| /external/python/cpython3/Modules/ |
| D | _collectionsmodule.c | 2263 PyObject *it, *iterable, *mapping, *oldval; in _count_elements() local
|
| /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 4980 unsigned oldval = MI->getOperand(3).getReg(); in EmitInstrWithCustomInserter() local 5051 unsigned oldval = MI->getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_posix.h | 149 void *oldval; member
|