Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/atomic/
DSDL_atomic.c87 SDL_AtomicCAS(SDL_atomic_t *a, int oldval, int newval) in SDL_AtomicCAS()
116 SDL_AtomicCASPtr(void **a, void *oldval, void *newval) in SDL_AtomicCASPtr()
/third_party/libuv/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/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/mtdev/src/
Dcore.c234 int oldval = get_sval(&state->data[slot], i); in filter_data() local
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h278 futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval) in futex_cmpxchg()
/third_party/ejdb/src/
Dejdb2_internal.h140 IWKV_val oldval; member
Dejdb2.c640 IWKV_val *oldval = &ctx->oldval; in _jb_put_handler_after() local
685 static iwrc _jb_put_handler(const IWKV_val *key, const IWKV_val *val, IWKV_val *oldval, void *op) { in _jb_put_handler()
/third_party/mksh/
Dmisc.c247 unsigned char oldval = Flag(f); in change_flag() local
/third_party/iowow/src/kv/
Diwkv.c2494 IWKV_val oldval; in _lx_addkv() local
4000 IWKV_val key, oldval; in iwkv_cursor_seth() local
/third_party/python/Modules/
D_collectionsmodule.c2314 PyObject *it, *oldval; in _collections__count_elements_impl() local
/third_party/libinput/tools/
Dlibinput-record.c267 int oldval = 0; in print_evdev_event() local
/third_party/ffmpeg/libavformat/
Dmovenc.c231 int index = 0, oldval = -1, i; in mov_write_stsc_tag() 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/libbpf/.github/actions/build-selftests/
Dvmlinux.h30022 long long int oldval; member