Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/unix/
Datomic-ops.h31 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval)) { in UV_UNUSED()
Drandom-sysctl-linux.c35 void* oldval; member
/third_party/toybox/kconfig/
Dsymbol.c267 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
Dconf.c209 tristate oldval, newval; in conf_sym() local
/third_party/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl04.c32 void *oldval; member
/third_party/libuv/src/unix/
Drandom-sysctl-linux.c35 void* oldval; member
/third_party/mesa3d/src/util/
Du_atomic.c105 __sync_val_compare_and_swap_8(uint64_t *ptr, uint64_t oldval, uint64_t newval) in __sync_val_compare_and_swap_8()
/third_party/ffmpeg/libavutil/
Ddict.c75 char *oldval = NULL, *copy_key = NULL, *copy_value = NULL; in av_dict_set() local
/third_party/node/deps/v8/src/runtime/
Druntime-atomics.cc36 inline T CompareExchangeSeqCst(T* p, T oldval, T newval) { in CompareExchangeSeqCst()
313 T oldval = FromObject<T>(oldobj); in DoCompareExchange() local
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h237 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
/third_party/mksh/
Dmisc.c247 unsigned char oldval = Flag(f); in change_flag() local
/third_party/python/Modules/
D_collectionsmodule.c2288 PyObject *it, *oldval; in _collections__count_elements_impl() local
/third_party/libinput/tools/
Dlibinput-record.c268 int oldval = 0; in print_evdev_event() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11493 Register oldval = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
11572 Register oldval = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
/third_party/ffmpeg/libavformat/
Dmovenc.c254 int index = 0, oldval = -1, i; in mov_write_stsc_tag() local