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

12345

/netbsd-current/common/lib/libc/atomic/
H A Datomic_cas_16_cas.c43 bool_compare_and_swap_2(volatile uint16_t *addr, uint16_t oldval, argument
H A Datomic_cas_32_cas.c41 bool_compare_and_swap_4(volatile uint32_t *addr, uint32_t oldval, argument
H A Datomic_cas_64_cas.c43 bool_compare_and_swap_8(volatile uint64_t *addr, uint64_t oldval, argument
H A Datomic_cas_8_cas.c43 bool_compare_and_swap_1(volatile uint8_t *addr, uint8_t oldval, argument
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dptrlock.c38 uintptr_t oldval = 1; local
H A Dmutex.c36 gomp_mutex_lock_slow (gomp_mutex_t *mutex, int oldval) argument
H A Dptrlock.h50 uintptr_t oldval; local
H A Dmutex.h54 int oldval = 0; local
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dptrlock.c38 uintptr_t oldval = 1; local
H A Dmutex.c36 gomp_mutex_lock_slow (gomp_mutex_t *mutex, int oldval) argument
H A Dptrlock.h50 uintptr_t oldval; local
H A Dmutex.h54 int oldval = 0; local
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Denv_test.cpp59 const std::string& oldval = atf::env::get("PATH"); local
/netbsd-current/external/bsd/atf/dist/tools/
H A Denv_test.cpp59 const std::string& oldval = tools::env::get("PATH"); local
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Datomic-ops.h31 UV_UNUSED(static int cmpxchgi(int* ptr, int oldval, int newval)) { argument
H A Drandom-sysctl-linux.c35 void* oldval; member in struct:uv__sysctl_args
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/nvptx/
H A Datomic.c10 __sync_val_compare_and_swap_16 (volatile void *vptr, unsigned __int128 oldval, argument
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Denv_test.c77 char *oldval; local
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Denv_test.cpp102 const std::string oldval = utils::getenv("PATH").get(); local
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dcxa_finalize.c33 catomic_compare_and_exchange_bool_acq (long *mem, long newval, long oldval) argument
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dcxa_finalize.c33 catomic_compare_and_exchange_bool_acq (long *mem, long newval, long oldval) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dsysctl1.c20 void *oldval; member in struct:__sysctl_args
H A Dsysctl2.c23 void *oldval; member in struct:__sysctl_args
/netbsd-current/sys/arch/or1k/include/
H A Dlock.h122 int oldval; local
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dlock.c63 int oldval = 0; local
108 int oldval; local

Completed in 183 milliseconds

12345