Home
last modified time | relevance | path

Searched defs:oldval (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/CodeGen/
Dasm-inout.c35 unsigned char oldval; in test4() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h29 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/
Du_atomic.c64 __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/
Dsymbol.c265 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
Dconf.c209 tristate oldval, newval; in conf_sym() local
/external/linux-kselftest/tools/testing/selftests/futex/include/
Datomic.h40 atomic_cmpxchg(atomic_t *addr, int oldval, int newval) in atomic_cmpxchg()
Dfutextest.h223 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
/external/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl04.c41 void *oldval; member
/external/u-boot/drivers/mmc/
Dbcm2835_sdhci.c105 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/
Dctl.c1370 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/
Dsymbol.c359 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
Dconf.c166 tristate oldval, newval; in conf_sym() local
Dqconf.cc478 tristate oldval; in setValue() local
/external/compiler-rt/test/tsan/
Dreal_deadlock_detector_stress_test.cc36 bool cas(int *a, int oldval, int newval) { in cas()
/external/toolchain-utils/cros_utils/
Dpstat.py576 def replace(inlst, oldval, newval): argument
928 def areplace(a, oldval, newval): argument
/external/jemalloc_new/src/
Dctl.c1519 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/
Druntime-atomics.cc30 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/
Dfutextest.h254 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
/external/u-boot/env/
Dflags.c502 const char *oldval = NULL; in env_flags_validate() local
/external/u-boot/tools/env/
Dfw_env.c534 char *oldval = NULL; in fw_env_write() local
660 char *oldval; in fw_env_set() local
/external/u-boot/drivers/mtd/nand/
Dnand_bbt.c965 uint8_t oldval; in mark_bbt_region() local
/external/mksh/src/
Dmisc.c219 unsigned char oldval; in change_flag() local
/external/python/cpython3/Modules/
D_collectionsmodule.c2263 PyObject *it, *iterable, *mapping, *oldval; in _count_elements() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp4980 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/
Dsanitizer_platform_limits_posix.h149 void *oldval; member

12