/external/clang/test/CodeGen/ |
builtins-ppc.c | 6 volatile int res; local 7 res = __builtin_eh_return_data_regno(0); // CHECK: store volatile i32 3 8 res = __builtin_eh_return_data_regno(1); // CHECK: store volatile i32 4
|
indirect-goto.c | 5 int res = 1; local 8 L5: res *= 11; 9 L4: res *= 7; 10 L3: res *= 5; 11 L2: res *= 3; 12 L1: res *= 2; 13 return res; 18 int res = 1; local 21 L5: res *= 11; 22 L4: res *= 7 [all...] |
builtins-arm.c | 17 volatile int res; local 18 res = __builtin_eh_return_data_regno(0); // CHECK: store volatile i32 0 19 res = __builtin_eh_return_data_regno(1); // CHECK: store volatile i32 1
|
/external/linux-tools-perf/util/ |
hweight.c | 18 unsigned int res = w - ((w >> 1) & 0x55555555); local 19 res = (res & 0x33333333) + ((res >> 2) & 0x33333333); 20 res = (res + (res >> 4)) & 0x0F0F0F0F; 21 res = res + (res >> 8) [all...] |
/external/valgrind/main/none/tests/amd64/ |
looper.stdout.exp | 0 res = 969 2 res = 969 3 res = 0 4 res = 969 5 res = 0
|
looper.c | 5 long long int res = 0; variable 22 "\tmovq %rax, res\n" 42 "\tmovq %rax, res\n" 66 "\tmovq %rax, res\n" 73 res = 0; arg = 10; loop_plain(); printf("res = %lld\n", res); 75 res = 0; arg = 10; loop_ne(); printf("res = %lld\n", res); [all...] |
clc.c | 8 ULong res; local 15 : "=r"(res) 19 return res; 24 ULong res; local 31 : "=r"(res) 35 return res; 40 ULong res; local 48 : "=r"(res) 52 return res;
|
/external/valgrind/main/none/tests/x86/ |
looper.stdout.exp | 0 res = 969 2 res = 969 3 res = 0 4 res = 969 5 res = 0
|
movx.c | 6 int res; local 12 : "=r"(res) : : "eax" 14 return res; 19 int res; local 25 : "=r"(res) : : "eax" 27 return res; 32 int res; local 38 : "=r"(res) : : "eax" 40 return res; 45 int res; local 58 int res; local 71 int res; local 84 int res; local 97 int res; local 110 int res; local 123 int res; local 136 int res; local 149 int res; local [all...] |
looper.c | 5 int res = 0; variable 21 "\tmovl %eax, " VG_SYM(res) "\n" 40 "\tmovl %eax, " VG_SYM(res) "\n" 63 "\tmovl %eax, " VG_SYM(res) "\n" 70 res = 0; arg = 10; loop_plain(); printf("res = %d\n", res); 72 res = 0; arg = 10; loop_ne(); printf("res = %d\n", res); [all...] |
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
Mutex.cpp | 42 int res = pthread_mutex_init (&mMutex, NULL); local 43 if (res != 0) 45 ALOGE ("Mutex::Mutex: fail init; error=0x%X", res); 61 int res = pthread_mutex_destroy (&mMutex); local 62 if (res != 0) 64 ALOGE ("Mutex::~Mutex: fail destroy; error=0x%X", res); 80 int res = pthread_mutex_lock (&mMutex); local 81 if (res != 0) 83 ALOGE ("Mutex::lock: fail lock; error=0x%X", res); 99 int res = pthread_mutex_unlock (&mMutex) local 118 int res = pthread_mutex_trylock (&mMutex); local [all...] |
/packages/apps/Nfc/nci/jni/ |
Mutex.cpp | 39 int res = pthread_mutex_init (&mMutex, NULL); local 40 if (res != 0) 42 ALOGE ("Mutex::Mutex: fail init; error=0x%X", res); 58 int res = pthread_mutex_destroy (&mMutex); local 59 if (res != 0) 61 ALOGE ("Mutex::~Mutex: fail destroy; error=0x%X", res); 77 int res = pthread_mutex_lock (&mMutex); local 78 if (res != 0) 80 ALOGE ("Mutex::lock: fail lock; error=0x%X", res); 96 int res = pthread_mutex_unlock (&mMutex) local 115 int res = pthread_mutex_trylock (&mMutex); local [all...] |
/external/compiler-rt/include/sanitizer/ |
linux_syscall_hooks.h | 18 // int res = syscall(__NR_getfoo, ...args...); 19 // __sanitizer_syscall_post_getfoo(res, ...args...); 38 void __sanitizer_syscall_post_rt_sigpending(long res, void *p, size_t s); 39 void __sanitizer_syscall_post_getdents(long res, int fd, void *dirp, int count); 40 void __sanitizer_syscall_post_getdents64(long res, int fd, void *dirp, 42 void __sanitizer_syscall_post_recvmsg(long res, int sockfd, void *msg, 44 void __sanitizer_syscall_post_wait4(long res, int pid, int *status, int options, 46 void __sanitizer_syscall_post_waitpid(long res, int pid, int *status, 48 void __sanitizer_syscall_post_clock_gettime(long res, int clk_id, void *tp); 49 void __sanitizer_syscall_post_clock_getres(long res, int clk_id, void *tp) [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
fprem.c | 9 double res; local 17 : : "r"(&res) 19 return res; 24 double res; local 32 : : "r"(&res) 34 return res; 39 double res; local 45 : : "r"(&res) 47 return res;
|
/external/elfutils/libebl/ |
eblosabiname.c | 66 const char *res = ebl != NULL ? ebl->osabi_name (osabi, buf, len) : NULL; local 68 if (res == NULL) 71 res = "UNIX - System V"; 73 res = "HP/UX"; 75 res = "NetBSD"; 77 res = "Linux"; 79 res = "Solaris"; 81 res = "AIX"; 83 res = "Irix"; 85 res = "FreeBSD" [all...] |
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
partial_right.cc | 9 int res = x[2]; // BOOOM local 12 return res;
|
/frameworks/base/core/java/android/content/res/ |
CompatibilityInfo.aidl | 17 package android.content.res;
|
Configuration.aidl | 18 package android.content.res;
|
ObbInfo.aidl | 17 package android.content.res;
|
/external/speex/libspeex/ |
fixed_arm4.h | 40 int res; local 46 : "=&r"(res), "=&r" (dummy) 48 return(res); 53 int res; local 59 : "=&r"(res), "=&r" (dummy) 61 return(res); 67 int res=0; local 139 : "=r" (dead1), "=r" (dead2), "=r" (res), 141 : "0" (a), "1" (b), "2" (res) 144 return res; [all...] |
fixed_arm5e.h | 40 int res; local 42 : "=&r"(res) 44 return(res); 49 int res; local 51 : "=&r"(res) 53 return(res); 58 int res; local 60 : "=&r"(res) 62 return(res); 67 int res; local 76 int res; local 85 int res; local 95 int res=0; local [all...] |
/external/dropbear/libtommath/ |
bn_mp_addmod.c | 22 int res; local 25 if ((res = mp_init (&t)) != MP_OKAY) { 26 return res; 29 if ((res = mp_add (a, b, &t)) != MP_OKAY) { 31 return res; 33 res = mp_mod (&t, c, d); 35 return res;
|
bn_mp_mulmod.c | 21 int res; local 24 if ((res = mp_init (&t)) != MP_OKAY) { 25 return res; 28 if ((res = mp_mul (a, b, &t)) != MP_OKAY) { 30 return res; 32 res = mp_mod (&t, c, d); 34 return res;
|
bn_mp_sqrmod.c | 22 int res; local 25 if ((res = mp_init (&t)) != MP_OKAY) { 26 return res; 29 if ((res = mp_sqr (a, &t)) != MP_OKAY) { 31 return res; 33 res = mp_mod (&t, b, c); 35 return res;
|
bn_mp_submod.c | 22 int res; local 26 if ((res = mp_init (&t)) != MP_OKAY) { 27 return res; 30 if ((res = mp_sub (a, b, &t)) != MP_OKAY) { 32 return res; 34 res = mp_mod (&t, c, d); 36 return res;
|