Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dasm-inout.c35 unsigned char oldval; in test4() local
/external/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl01.c61 static int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, in sysctl()
80 char *oldval; member
Dsysctl05.c64 int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, in sysctl()
82 void *oldval; member
Dsysctl03.c80 int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, in sysctl()
Dsysctl04.c62 int sysctl(int *name, int nlen, void *oldval, size_t * oldlenp, in sysctl()
/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/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/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/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/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/v8/src/runtime/
Druntime-atomics.cc29 inline T CompareExchangeSeqCst(T* p, T oldval, T newval) { in CompareExchangeSeqCst()
193 T oldval = FromObject<T>(oldobj); in DoCompareExchange() local
269 uint8_t oldval = ClampToUint8(FromObject<convert_type>(oldobj)); in DoCompareExchangeUint8Clamped() 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/skia/third_party/lua/src/
Dlvm.c142 TValue *oldval = cast(TValue *, luaH_get(h, key)); in luaV_settable() local
/external/syslinux/com32/lua/src/
Dlvm.c165 TValue *oldval = cast(TValue *, luaH_get(h, key)); in luaV_settable() local
/external/mksh/src/
Dmisc.c247 unsigned char oldval; in change_flag() 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
/external/kernel-headers/original/uapi/linux/
Dsysctl.h37 void __user *oldval; member
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp5048 unsigned oldval = MI->getOperand(2).getReg(); in EmitAtomicCmpSwap() local
5266 unsigned oldval = dest; in EmitAtomicBinaryMinMax() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9167 unsigned oldval = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
9237 unsigned oldval = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
/external/valgrind/include/vki/
Dvki-linux.h1438 void __user *oldval; member
/external/valgrind/VEX/priv/
Dguest_s390_toIR.c13205 IRTemp oldval = newTemp(Ity_I32); in s390_irgen_CKSM() local