Home
last modified time | relevance | path

Searched defs:newval (Results 1 – 16 of 16) sorted by relevance

/external/bluetooth/glib/glib/
Dgatomic.c62 gint newval) in g_atomic_int_compare_and_exchange()
80 gpointer newval) in g_atomic_pointer_compare_and_exchange()
94 # define ATOMIC_INT_CMP_XCHG(atomic, oldval, newval) \ argument
108 gpointer newval) in g_atomic_pointer_compare_and_exchange()
121 gpointer newval) in g_atomic_pointer_compare_and_exchange()
141 # define ATOMIC_INT_CMP_XCHG(atomic, oldval, newval) \ argument
167 gpointer newval) in g_atomic_pointer_compare_and_exchange()
193 gpointer newval) in g_atomic_pointer_compare_and_exchange()
246 gint newval) in g_atomic_int_compare_and_exchange()
260 gpointer newval) in g_atomic_pointer_compare_and_exchange()
[all …]
Dgatomic.h61 # define g_atomic_int_set(atomic, newval) ((void) (*(atomic) = (newval))) argument
63 # define g_atomic_pointer_set(atomic, newval) ((void) (*(atomic) = (newval))) argument
68 # define g_atomic_int_set(atomic, newval) \ argument
74 # define g_atomic_pointer_set(atomic, newval) \ argument
/external/icu4c/common/
Dumutex.c99 #define SYNC_COMPARE_AND_SWAP(dest, oldval, newval) \ argument
109 #define SYNC_COMPARE_AND_SWAP(dest, oldval, newval) \ argument
121 #define SYNC_COMPARE_AND_SWAP(dest, oldval, newval) \ argument
124 #define SYNC_COMPARE_AND_SWAP(dest, oldval, newval) \ argument
136 #define SYNC_COMPARE_AND_SWAP(dest, oldval, newval) \ argument
453 static void *mutexed_compare_and_swap(void **dest, void *newval, void *oldval) { in mutexed_compare_and_swap()
/external/kernel-headers/original/asm-generic/
Dfutex.h53 futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) in futex_atomic_cmpxchg_inatomic()
/external/chromium/base/memory/
Dsingleton.h220 Type* newval = Traits::New(); in get() local
/external/qemu/target-mips/
Dop_helper.c823 uint32_t newval; in helper_mtc0_mvpcontrol() local
840 uint32_t newval; in helper_mtc0_vpecontrol() local
857 uint32_t newval; in helper_mtc0_vpeconf0() local
874 uint32_t newval; in helper_mtc0_vpeconf1() local
910 uint32_t newval; in helper_mtc0_tcstatus() local
934 uint32_t newval; in helper_mtc0_tcbind() local
946 uint32_t newval; in helper_mttc0_tcbind() local
/external/libpcap/
Doptimize.c610 vstore(s, valp, newval, alter) in vstore() argument
/external/mksh/src/
Dmisc.c215 change_flag(enum sh_flag f, int what, unsigned int newval) in change_flag()
Dfuncs.c1063 const char *alias = *wp, *val, *newval; in c_alias() local
/external/qemu/hw/
Dusb-ohci.c184 #define OHCI_SET_BM(val, field, newval) do { \ argument
/external/chromium/third_party/libevent/
Dhttp.c1465 char *newval; in evhttp_append_to_last_header() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp5027 unsigned newval = MI->getOperand(4).getReg(); in EmitInstrWithCustomInserter() local
5098 unsigned newval = MI->getOperand(4).getReg(); in EmitInstrWithCustomInserter() local
/external/kernel-headers/original/linux/
Dsysctl.h38 void __user *newval; member
/external/opencv/cv/src/
Dcvfilter.cpp1915 int oldval, newval; in init_sobel_kernel() local
/external/valgrind/main/include/vki/
Dvki-linux.h1321 void __user *newval; member
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5249 unsigned newval = MI->getOperand(3).getReg(); in EmitAtomicCmpSwap() local