HomeSort by relevance Sort by last modified time
    Searched full:x80000000 (Results 1 - 25 of 3391) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
warning.h 1 enum { bigger_than_int = 0x80000000 };
  /external/chromium_org/mojo/public/interfaces/bindings/tests/data/validation/
conformance_msghdr_num_bytes_less_than_struct_header.data 3 [u4]0x80000000 // name
conformance_msghdr_invalid_flags.data 3 [u4]0x80000000 // name
conformance_msghdr_num_bytes_huge.data 3 [u4]0x80000000 // name
conformance_msghdr_num_bytes_num_fields_mismatch_1.data 3 [u4]0x80000000 // name
conformance_msghdr_num_bytes_num_fields_mismatch_3.data 3 [u4]0x80000000 // name
conformance_msghdr_num_fields_less_than_min_requirement.data 4 [u4]0x80000000 // name
conformance_msghdr_missing_request_id.data 3 [u4]0x80000000 // name
conformance_msghdr_num_bytes_num_fields_mismatch_2.data 3 [u4]0x80000000 // name
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
nomem64.asm 12 mov rax, 0x80000000
13 mov rax, dword 0x80000000
14 mov rax, qword 0x80000000
15 mov rax, -0x80000000
16 mov rax, dword -0x80000000
17 mov rax, qword -0x80000000
  /external/compiler-rt/test/ubsan/TestCases/Integer/
div-overflow.cpp 6 unsigned(0x80000000) / -1;
9 int32_t(0x80000000) / -1;
  /external/smali/smali/src/test/resources/LexerTest/
IntegerLiteralTest.smali 6 0x80000000
11 -0x80000000
  /external/valgrind/main/none/tests/arm/
v6intThumb.stdout.exp 4 cmp r3, r6 :: rd 0x00000001 rm 0x00000000, rn 0x00000001, c:v-in 0, cpsr 0x80000000 N
7 cmp r3, r6 :: rd 0x80000000 rm 0x00000000, rn 0x80000000, c:v-in 0, cpsr 0x90000000 N V
8 cmp r3, r6 :: rd 0x00000000 rm 0x80000000, rn 0x00000000, c:v-in 0, cpsr 0xa0000000 N C
11 cmp r3, r6 :: rd 0x00000001 rm 0x00000000, rn 0x00000001, c:v-in 0, cpsr 0x80000000 N
14 cmp r3, r6 :: rd 0x80000000 rm 0x00000000, rn 0x80000000, c:v-in 0, cpsr 0x90000000 N V
15 cmp r3, r6 :: rd 0x00000000 rm 0x80000000, rn 0x00000000, c:v-in 0, cpsr 0xa0000000 N C
18 cmp r3, r6 :: rd 0x00000001 rm 0x00000000, rn 0x00000001, c:v-in 0, cpsr 0x80000000 N
21 cmp r3, r6 :: rd 0x80000000 rm 0x00000000, rn 0x80000000, c:v-in 0, cpsr 0x90000000 N
    [all...]
v6intThumb.c 409 TESTINST2("movs r0, r1", 0x80000000, r0, r1, cv);
419 TESTINST2("mvns r0, r1", 0x80000000, r0, r1, cv);
430 TESTINST3("adds r0, r1, r2", 0x80000000, -1, r0, r1, r2, 0);
431 TESTINST3("adds r0, r1, r2", 0x80000000, 0, r0, r1, r2, 0);
    [all...]
  /external/compiler-rt/test/builtins/Unit/
mulosi4_test.c 113 if (test__mulosi4(0x80000000, -2, 0x80000000, 1))
115 if (test__mulosi4(-2, 0x80000000, 0x80000000, 1))
117 if (test__mulosi4(0x80000000, -1, 0x80000000, 1))
119 if (test__mulosi4(-1, 0x80000000, 0x80000000, 1))
121 if (test__mulosi4(0x80000000, 0, 0, 0))
123 if (test__mulosi4(0, 0x80000000, 0, 0)
    [all...]
mulvsi3_test.c 105 // if (test__mulvsi3(0x80000000, -2, 0x80000000)) // abort
107 // if (test__mulvsi3(-2, 0x80000000, 0x80000000)) // abort
109 // if (test__mulvsi3(0x80000000, -1, 0x80000000)) // abort
111 // if (test__mulvsi3(-1, 0x80000000, 0x80000000)) // abort
113 if (test__mulvsi3(0x80000000, 0, 0))
115 if (test__mulvsi3(0, 0x80000000, 0)
    [all...]
umodsi3_test.c 39 {0x00000000, 0x80000000, 0x00000000},
50 {0x00000001, 0x80000000, 0x00000001},
61 {0x00000002, 0x80000000, 0x00000002},
72 {0x00000003, 0x80000000, 0x00000003},
83 {0x00000010, 0x80000000, 0x00000010},
94 {0x078644FA, 0x80000000, 0x078644FA},
105 {0x0747AE14, 0x80000000, 0x0747AE14},
116 {0x7FFFFFFF, 0x80000000, 0x7FFFFFFF},
120 {0x80000000, 0x00000001, 0x00000000},
121 {0x80000000, 0x00000002, 0x00000000}
    [all...]
udivsi3_test.c 39 {0x00000000, 0x80000000, 0x00000000},
50 {0x00000001, 0x80000000, 0x00000000},
61 {0x00000002, 0x80000000, 0x00000000},
72 {0x00000003, 0x80000000, 0x00000000},
83 {0x00000010, 0x80000000, 0x00000000},
94 {0x078644FA, 0x80000000, 0x00000000},
105 {0x0747AE14, 0x80000000, 0x00000000},
116 {0x7FFFFFFF, 0x80000000, 0x00000000},
120 {0x80000000, 0x00000001, 0x80000000},
    [all...]
addvsi3_test.c 35 // test__addvsi3(0x80000000, -1); // should abort
36 // test__addvsi3(-1, 0x80000000); // should abort
40 if (test__addvsi3(0x80000000, 1))
42 if (test__addvsi3(1, 0x80000000))
44 if (test__addvsi3(0x80000000, 0))
46 if (test__addvsi3(0, 0x80000000))
divsi3_test.c 46 if (test__divsi3(0x80000000, 1, 0x80000000))
48 if (test__divsi3(0x80000000, -1, 0x80000000))
50 if (test__divsi3(0x80000000, -2, 0x40000000))
52 if (test__divsi3(0x80000000, 2, 0xC0000000))
subvsi3_test.c 36 // test__subvsi3(0x80000000, 1); // should abort
37 // test__subvsi3(0, 0x80000000); // should abort
38 // test__subvsi3(1, 0x80000000); // should abort
42 if (test__subvsi3(0x80000000, -1))
44 if (test__subvsi3(0x80000000, 0))
46 if (test__subvsi3(-1, 0x80000000))
  /external/llvm/test/MC/MachO/
section-flags.s 5 // CHECK: 'flags', 0x80000000
  /external/valgrind/main/none/tests/mips32/
MIPS32int.stdout.exp-mips32-BE 8 add $t0, $t1, $t2 :: rd 0x80000000 rs 0x80000000, rt 0x00000000
12 add $t0, $t1, $t2 :: rd 0x80000000 rs 0x00000000, rt 0x80000000
13 add $t0, $t1, $t2 :: rd 0xffffffff rs 0x7fffffff, rt 0x80000000
21 addi $t0, $t1, 0 :: rt 0x80000000 rs 0x80000000, imm 0x00000000
23 addi $t0, $t1, 0 :: rt 0x80000000 rs 0x80000000, imm 0x00000000
31 addiu $t0, $t1, 0 :: rt 0x80000000 rs 0x80000000, imm 0x0000000
    [all...]
MIPS32int.stdout.exp-mips32-LE 8 add $t0, $t1, $t2 :: rd 0x80000000 rs 0x80000000, rt 0x00000000
12 add $t0, $t1, $t2 :: rd 0x80000000 rs 0x00000000, rt 0x80000000
13 add $t0, $t1, $t2 :: rd 0xffffffff rs 0x7fffffff, rt 0x80000000
21 addi $t0, $t1, 0 :: rt 0x80000000 rs 0x80000000, imm 0x00000000
23 addi $t0, $t1, 0 :: rt 0x80000000 rs 0x80000000, imm 0x00000000
31 addiu $t0, $t1, 0 :: rt 0x80000000 rs 0x80000000, imm 0x0000000
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1050043.js 45 assertEquals(2147483648, unsignedShiftRight(0x80000000, 0), "0x80000000 >>> 0");
46 assertEquals(1073741824, unsignedShiftRight(0x80000000, 1), "0x80000000 >>> 1");
47 assertEquals( 536870912, unsignedShiftRight(0x80000000, 2), "0x80000000 >>> 2");

Completed in 967 milliseconds

1 2 3 4 5 6 7 8 91011>>