/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/ |
spinlock.h | 25 #define __raw_write_can_lock(x) ((x)->lock == 0x80000000) 26 #define __raw_read_can_lock(x) ((x)->lock < 0x80000000)
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_FLOAT_TO_INT_VFP.S | 13 li v0, ~0x80000000 # return maxint (7fffffff) 21 li v0, 0x80000000 # return minint (80000000) 61 .word 0x80000000
|
/dalvik/vm/mterp/mips/ |
OP_FLOAT_TO_INT.S | 14 li v0, ~0x80000000 # return maxint (7fffffff) 22 li v0, 0x80000000 # return minint (80000000) 62 .word 0x80000000
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
imm64.asm | 9 ;mov rax, 0x80000000 ; 64-bit imm (larger than signed 32-bit) 18 ;mov qword [rax], 0x80000000 ; 32-bit imm, overflow warning 24 ;add rax, 0x80000000 ; 32-bit imm, overflow warning
|
/external/compiler-rt/test/Unit/ |
modsi3_test.c | 45 if (test__modsi3(0x80000000, 1, 0x0)) 47 if (test__modsi3(0x80000000, 2, 0x0)) 49 if (test__modsi3(0x80000000, -2, 0x0)) 51 if (test__modsi3(0x80000000, 3, -2)) 53 if (test__modsi3(0x80000000, -3, -2))
|
/external/valgrind/main/none/tests/mips32/ |
LoadStore.stdout.exp-BE | 8 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x0 9 sb $t0, 0($t1) :: RTval: 0x80000000, out: 0x1f1e1f 10 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x0 11 sb $t0, 2($t1) :: RTval: 0x80000000, out: 0x1f0000 44 sb $t0, 48($t1) :: RTval: 0x80000000, out: 0x0 45 sb $t0, 48($t1) :: RTval: 0x80000000, out: 0x4f4e45 65 sh $t0, 0($t1) :: RTval: 0x80000000, out: 0x0 66 sh $t0, 0($t1) :: RTval: 0x80000000, out: 0x1e1f 67 sh $t0, 2($t1) :: RTval: 0x80000000, out: 0x0 68 sh $t0, 2($t1) :: RTval: 0x80000000, out: 0x [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_modff.c | 33 SET_FLOAT_WORD(*iptr,i0&0x80000000); /* *iptr = +-0 */ 41 SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */ 54 SET_FLOAT_WORD(x,ix&0x80000000); /* return +-0 */
|
s_modf.c | 41 INSERT_WORDS(*iptr,i0&0x80000000,0); /* *iptr = +-0 */ 49 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ 64 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */ 72 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
|
/dalvik/vm/mterp/armv5te/ |
OP_DOUBLE_TO_INT.S | 17 mov r2, #0x80000000 @ maxint, as a double (low word) 26 mvnne r0, #0x80000000 @ return maxint (0x7fffffff) 36 movne r0, #0x80000000 @ return minint (80000000)
|
/dalvik/vm/mterp/armv6t2/ |
OP_DOUBLE_TO_INT.S | 17 mov r2, #0x80000000 @ maxint, as a double (low word) 26 mvnne r0, #0x80000000 @ return maxint (0x7fffffff) 36 movne r0, #0x80000000 @ return minint (80000000)
|
/development/ndk/platforms/android-3/include/linux/ |
wait.h | 24 #define __WCLONE 0x80000000
|
/external/chromium_org/v8/test/mjsunit/ |
bit-not.js | 48 testBitNot(0x80000000, "0x80000000"); 59 testBitNot(0x80000000 + 0.12345, "float5"); 60 testBitNot(0x80000000 - 0.12345, "float6");
|
/external/fdlibm/ |
s_modf.c | 46 __HIp(iptr) = i0&0x80000000; 53 __HI(x) &= 0x80000000; 64 __HI(x) &= 0x80000000; 71 __HI(x) &= 0x80000000;
|
/external/kernel-headers/original/linux/ |
in_route.h | 26 #define RTCF_LOCAL 0x80000000
|
/external/llvm/test/CodeGen/ARM/ |
fcopysign.ll | 12 ; HARD: vmov.i32 [[REG1:(d[0-9]+)]], #0x80000000 25 ; HARD: vmov.i32 [[REG2:(d[0-9]+)]], #0x80000000 35 ; SOFT: vmov.i32 [[REG3:(d[0-9]+)]], #0x80000000 48 ; SOFT: vmov.i32 [[REG6:(d[0-9]+)]], #0x80000000
|
/external/llvm/test/MC/ELF/ |
x86_64-reloc-sizetest.s | 11 // CHECK-NEXT: 0x3 R_X86_64_32S {{[^ ]+}} 0x80000000
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyWriter.java | 52 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 67 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 80 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 91 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 121 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 137 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 145 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 155 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff); 166 out.writeInt(0x80000000 | (SpdyConnection.VERSION & 0x7fff) << 16 | type & 0xffff);
|
/external/v8/test/mjsunit/ |
bit-not.js | 48 testBitNot(0x80000000, "0x80000000"); 59 testBitNot(0x80000000 + 0.12345, "float5"); 60 testBitNot(0x80000000 - 0.12345, "float6");
|