HomeSort by relevance Sort by last modified time
    Searched defs:newval (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium/base/memory/
singleton.h 220 Type* newval = Traits::New(); local
227 &instance_, reinterpret_cast<base::subtle::AtomicWord>(newval));
229 if (newval != NULL && Traits::kRegisterAtExit)
232 return newval;
  /external/chromium_org/base/memory/
singleton.h 245 Type* newval = Traits::New(); local
252 &instance_, reinterpret_cast<base::subtle::AtomicWord>(newval));
254 if (newval != NULL && Traits::kRegisterAtExit)
257 return newval;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 453 const TInt newval = array[k + 1]; local
454 if(oldval >= 0 && oldval < MAX_SCANCODE && newval >= 0 && newval < MAX_SCANCODE)
456 keymap[oldval] = temp[newval];
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
Visualization3RS.java 104 short newval = (short)(val * (i/16+1)); local
106 if (newval >= oldval - 800) {
109 newval = (short)(oldval - 800);
111 mAnalyzer[i] = newval;
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 464 uint32_t newval; local
465 newval = imm >> 2;
466 newval |= (imm&3) << 30;
467 imm = newval;
GGLAssembler.cpp 872 uint32_t newval; local
873 newval = val >> 2;
874 newval |= (val&3) << 30;
875 val = newval;
    [all...]
  /bionic/libc/bionic/
pthread.c 567 int newval = mvalue + MUTEX_COUNTER_BITS_ONE; local
568 if (__predict_true(__bionic_cmpxchg(mvalue, newval, &mutex->value) == 0)) {
610 int newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; local
611 if (__bionic_cmpxchg(mvalue, newval, &mutex->value) == 0) {
620 int newval; local
629 newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_CONTENDED;
634 if (__predict_false(__bionic_cmpxchg(mvalue, newval, &mutex->value) != 0)) {
645 newval = MUTEX_STATE_BITS_FLIP_CONTENTION(mvalue); /* locked state 1 => state 2 */
646 if (__predict_false(__bionic_cmpxchg(mvalue, newval, &mutex->value) != 0)) {
650 mvalue = newval;
703 int newval = mvalue - MUTEX_COUNTER_BITS_ONE; local
919 int newval = MUTEX_STATE_BITS_FLIP_CONTENTION(mvalue); local
1072 long newval = ((oldval - COND_COUNTER_INCREMENT) & COND_COUNTER_MASK) local
1218 int32_t oldval, newval; local
    [all...]
  /external/mksh/src/
misc.c 232 unsigned char newval; local
235 Flag(f) = newval = (newset ? 1 : 0);
238 if (what != OF_CMDLINE && newval != oldval)
247 f == FEMACS || f == FGMACS) && newval) {
252 Flag(f) = newval;
255 if (f == FPRIVILEGED && oldval && !newval) {
279 } else if ((f == FPOSIX || f == FSH) && newval) {
281 Flag(f) = newval;
286 Flag(FTALKING_I) = newval;
    [all...]
funcs.c 1087 const char *alias = *wp, *val, *newval; local
1124 newval = tflag ?
1127 if (newval) {
1128 strdupx(ap->val.s, newval, APERM);
    [all...]
  /external/chromium/third_party/libevent/
http.c 1465 char *newval; local
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 1465 char *newval; local
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 519 unsigned newval = MI->getOperand(3).getReg(); local
571 // strex stxr_status, newval, [ptr]
577 BuildMI(BB, dl, TII->get(strOpc), stxr_status).addReg(newval).addReg(ptr);
    [all...]
  /external/qemu/target-mips/
op_helper.c 823 uint32_t newval; local
830 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask);
834 env->mvp->CP0_MVPControl = newval;
840 uint32_t newval; local
844 newval = (env->CP0_VPEControl & ~mask) | (arg1 & mask);
851 env->CP0_VPEControl = newval;
857 uint32_t newval; local
864 newval = (env->CP0_VPEConf0 & ~mask) | (arg1 & mask);
868 env->CP0_VPEConf0 = newval;
874 uint32_t newval; local
910 uint32_t newval; local
934 uint32_t newval; local
946 uint32_t newval; local
    [all...]
  /bionic/libc/kernel/common/linux/
sysctl.h 35 void __user *newval; member in struct:__sysctl_args
  /development/ndk/platforms/android-3/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /external/kernel-headers/original/linux/
sysctl.h 38 void __user *newval; member in struct:__sysctl_args
913 void __user *newval, size_t newlen,
940 void __user *newval, size_t newlen);
945 void __user *newval, size_t newlen, void ** context);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 6446 unsigned newval = MI->getOperand(4).getReg(); local
6517 unsigned newval = MI->getOperand(4).getReg(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sysctl.h 44 void *newval; member in struct:__sysctl_args
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sysctl.h 44 void *newval; member in struct:__sysctl_args
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sysctl.h 44 void *newval; member in struct:__sysctl_args
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
sysctl.h 29 void __user *newval; member in struct:__sysctl_args

Completed in 1077 milliseconds

1 2 3