Searched defs:newval (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/base/memory/
H A Dsingleton.h251 Type* newval = Traits::New(); local
259 &instance_, reinterpret_cast<base::subtle::AtomicWord>(newval));
261 if (newval != NULL && Traits::kRegisterAtExit)
264 return newval;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-windows.h74 LONG newval, LONG oldval) {
75 return ::InterlockedCompareExchange(const_cast<LONG*>(ptr), newval, oldval);
77 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) { argument
78 return ::InterlockedExchange(const_cast<LONG*>(ptr), newval);
93 LONG _InterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval);
96 LONG _InterlockedExchange(volatile LONG* ptr, LONG newval);
104 LONG newval, LONG oldval) {
105 return _InterlockedCompareExchange(ptr, newval, oldval);
108 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) { argument
109 return _InterlockedExchange(ptr, newval);
73 FastInterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval) argument
103 FastInterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval) argument
117 FastInterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval) argument
121 FastInterlockedExchange(volatile LONG* ptr, LONG newval) argument
236 FastInterlockedCompareExchangePointer(volatile PVOID* ptr, PVOID newval, PVOID oldval) argument
241 FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) argument
254 FastInterlockedCompareExchangePointer(volatile PVOID* ptr, PVOID newval, PVOID oldval) argument
262 FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) argument
274 FastInterlockedCompareExchangePointer(volatile PVOID* ptr, PVOID newval, PVOID oldval) argument
278 FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-windows.h73 LONG newval, LONG oldval) {
74 return ::InterlockedCompareExchange(const_cast<LONG*>(ptr), newval, oldval);
76 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) { argument
77 return ::InterlockedExchange(const_cast<LONG*>(ptr), newval);
88 LONG _InterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval);
91 LONG newval, LONG oldval) {
92 return _InterlockedCompareExchange(ptr, newval, oldval);
95 LONG _InterlockedExchange(volatile LONG* ptr, LONG newval);
97 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) { argument
98 return _InterlockedExchange(ptr, newval);
72 FastInterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval) argument
90 FastInterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval) argument
108 FastInterlockedCompareExchange(volatile LONG* ptr, LONG newval, LONG oldval) argument
112 FastInterlockedExchange(volatile LONG* ptr, LONG newval) argument
227 FastInterlockedCompareExchangePointer(volatile PVOID* ptr, PVOID newval, PVOID oldval) argument
232 FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) argument
245 FastInterlockedCompareExchangePointer(volatile PVOID* ptr, PVOID newval, PVOID oldval) argument
253 FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) argument
265 FastInterlockedCompareExchangePointer(volatile PVOID* ptr, PVOID newval, PVOID oldval) argument
269 FastInterlockedExchangePointer(volatile PVOID* ptr, PVOID newval) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp453 const TInt newval = array[k + 1]; local
454 if(oldval >= 0 && oldval < MAX_SCANCODE && newval >= 0 && newval < MAX_SCANCODE)
456 keymap[oldval] = temp[newval];
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_bsd_addr.c969 int value, newval, thisend, thisbegin; local
997 newval = SCTP_BASE_VAR(packet_log_end) + total_len;
998 if (newval >= SCTP_PACKET_LOG_SIZE) {
1004 thisend = newval;
1011 newval = SCTP_BASE_VAR(packet_log_end) + total_len;
1012 if (newval >= SCTP_PACKET_LOG_SIZE) {
1018 thisend = newval;
/external/jemalloc/src/
H A Dctl.c1122 UNUSED uint64_t newval; local
1125 WRITE(newval, uint64_t);
/external/libpcap/
H A Doptimize.c574 vstore(struct stmt *s, int *valp, int newval, int alter) argument
576 if (alter && *valp == newval)
579 *valp = newval;
/external/chromium_org/third_party/libevent/
H A Dhttp.c1465 char *newval; local
1474 newval = realloc(header->value, old_len + line_len + 1);
1475 if (newval == NULL)
1478 memcpy(newval + old_len, line, line_len + 1);
1479 header->value = newval;
/external/mksh/src/
H A Dmisc.c243 unsigned char newval = (newset ? 1 : 0); local
246 change_xtrace(newval, true);
250 Flag(f) = newval = (newset ? 1 : 0);
253 if (what != OF_CMDLINE && newval != oldval)
262 f == FEMACS || f == FGMACS) && newval) {
267 Flag(f) = newval;
270 if (f == FPRIVILEGED && oldval && !newval) {
294 } else if ((f == FPOSIX || f == FSH) && newval) {
300 Flag(FTALKING_I) = newval;
305 change_xtrace(unsigned char newval, boo argument
[all...]
H A Dfuncs.c1098 const char *alias = *wp, *val, *newval; local
1135 newval = tflag ?
1138 if (newval) {
1139 strdupx(ap->val.s, newval, APERM);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h138 void *newval; member in struct:__sanitizer::__sanitizer___sysctl_args
/external/qemu/target-mips/
H A Dop_helper.c1019 uint32_t newval; local
1026 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask);
1030 env->mvp->CP0_MVPControl = newval;
1036 uint32_t newval; local
1040 newval = (env->CP0_VPEControl & ~mask) | (arg1 & mask);
1047 env->CP0_VPEControl = newval;
1053 uint32_t newval; local
1060 newval = (env->CP0_VPEConf0 & ~mask) | (arg1 & mask);
1064 env->CP0_VPEConf0 = newval;
1070 uint32_t newval; local
1106 uint32_t newval; local
1129 uint32_t newval; local
1141 uint32_t newval; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dsysctl.h41 void __user *newval; member in struct:__sysctl_args
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6870 unsigned newval = MI->getOperand(4).getReg(); local
6895 // st[wd]cx. newval, ptr
6913 .addReg(newval).addReg(ptrA).addReg(ptrB);
6940 unsigned newval = MI->getOperand(4).getReg(); local
6986 // slw newval2, newval, shift
7025 .addReg(newval).addReg(ShiftReg);
/external/valgrind/main/include/vki/
H A Dvki-linux.h1395 void __user *newval; member in struct:__vki_sysctl_args
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 436 milliseconds