/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
futex.h | 40 #define FUTEX_WAITERS 0x80000000
|
inotify.h | 49 #define IN_ONESHOT 0x80000000
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
futex.h | 40 #define FUTEX_WAITERS 0x80000000
|
inotify.h | 49 #define IN_ONESHOT 0x80000000
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
futex.h | 40 #define FUTEX_WAITERS 0x80000000
|
inotify.h | 49 #define IN_ONESHOT 0x80000000
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
futex.h | 40 #define FUTEX_WAITERS 0x80000000
|
inotify.h | 49 #define IN_ONESHOT 0x80000000
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
futex.h | 40 #define FUTEX_WAITERS 0x80000000
|
inotify.h | 49 #define IN_ONESHOT 0x80000000
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
powidf2_test.c | 133 if (test__powidf2(0, 0x80000000, INFINITY)) 148 if (test__powidf2(-0., 0x80000000, INFINITY)) 163 if (test__powidf2(1, 0x80000000, 1)) 178 if (test__powidf2(INFINITY, 0x80000000, 0)) 193 if (test__powidf2(-INFINITY, 0x80000000, 0))
|
powisf2_test.c | 133 if (test__powisf2(0, 0x80000000, INFINITY)) 148 if (test__powisf2(-0., 0x80000000, INFINITY)) 163 if (test__powisf2(1, 0x80000000, 1)) 178 if (test__powisf2(INFINITY, 0x80000000, 0)) 193 if (test__powisf2(-INFINITY, 0x80000000, 0))
|
powitf2_test.c | 138 if (test__powitf2(0, 0x80000000, INFINITY)) 153 if (test__powitf2(-0., 0x80000000, INFINITY)) 168 if (test__powitf2(1, 0x80000000, 1)) 183 if (test__powitf2(INFINITY, 0x80000000, 0)) 198 if (test__powitf2(-INFINITY, 0x80000000, 0))
|
powixf2_test.c | 138 if (test__powixf2(0, 0x80000000, INFINITY)) 153 if (test__powixf2(-0., 0x80000000, INFINITY)) 168 if (test__powixf2(1, 0x80000000, 1)) 183 if (test__powixf2(INFINITY, 0x80000000, 0)) 198 if (test__powixf2(-INFINITY, 0x80000000, 0))
|
cmpdi2_test.c | 44 if (test__cmpdi2(0x80000000, 0x80000000, 1))
|
cmpti2_test.c | 55 if (test__cmpti2(0x80000000, 0x80000000, 1))
|
ucmpdi2_test.c | 42 if (test__ucmpdi2(0x80000000, 0x80000000, 1))
|
ucmpti2_test.c | 54 if (test__ucmpti2(0x80000000, 0x80000000, 1))
|
/external/valgrind/main/none/tests/arm/ |
neon128.stdout.exp | 232 vqadd.s32 q0, q1, q2 :: Qd 0x80000000 0x80000000 0x80000000 0x80000000 Qm (i32)0x80000001 Qn (i32)0x80000002 fpscr: 08000000 [all...] |
/external/grub/netboot/ |
otulip.c | 217 txd.status = 0x80000000; /* give ownership to 21143 */ 247 rxd[x].status = 0x80000000; /* give ownership it to 21143 */ 290 txd.status = 0x80000000; /* give it to 21143 */ 299 while(txd.status & 0x80000000) { 314 if (rxd[rxd_tail].status & 0x80000000) return 0; 326 rxd[rxd_tail].status = 0x80000000;
|
/bionic/libc/kernel/common/linux/ |
in.h | 169 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 175 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|
/development/ndk/platforms/android-3/include/linux/ |
in.h | 169 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 175 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.7.3-1.js | 56 "0x80000000", 58 0x80000000 );
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
in.h | 169 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 175 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
in.h | 169 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 175 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|