Searched defs:oldval (Results 1 – 15 of 15) sorted by relevance
| /third_party/node/deps/uv/src/unix/ |
| D | atomic-ops.h | 31 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval)) { in UV_UNUSED()
|
| D | random-sysctl-linux.c | 35 void* oldval; member
|
| /third_party/toybox/kconfig/ |
| 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
|
| D | conf.c | 209 tristate oldval, newval; in conf_sym() local
|
| /third_party/ltp/testcases/kernel/syscalls/sysctl/ |
| D | sysctl04.c | 32 void *oldval; member
|
| /third_party/libuv/src/unix/ |
| D | random-sysctl-linux.c | 35 void* oldval; member
|
| /third_party/mesa3d/src/util/ |
| 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()
|
| /third_party/ffmpeg/libavutil/ |
| D | dict.c | 75 char *oldval = NULL, *copy_key = NULL, *copy_value = NULL; in av_dict_set() local
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-atomics.cc | 36 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/ |
| D | futextest.h | 237 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
|
| /third_party/mksh/ |
| D | misc.c | 247 unsigned char oldval = Flag(f); in change_flag() local
|
| /third_party/python/Modules/ |
| D | _collectionsmodule.c | 2288 PyObject *it, *oldval; in _collections__count_elements_impl() local
|
| /third_party/libinput/tools/ |
| D | libinput-record.c | 268 int oldval = 0; in print_evdev_event() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 11493 Register oldval = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local 11572 Register oldval = MI.getOperand(3).getReg(); in EmitInstrWithCustomInserter() local
|
| /third_party/ffmpeg/libavformat/ |
| D | movenc.c | 254 int index = 0, oldval = -1, i; in mov_write_stsc_tag() local
|