HomeSort by relevance Sort by last modified time
    Searched full:x7fffffff (Results 51 - 75 of 2644) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/vixl/test/aarch32/traces/
simulator-cond-rd-rn-rm-qadd-t32.h 304 { 0x00000000, 0x08000000, 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff },
305 { 0x00000000, 0x08000000, 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff },
306 { 0x00000000, 0x08000000, 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff },
307 { 0x00000000, 0x08000000, 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff }
    [all...]
simulator-cond-rd-rn-rm-qdsub-a32.h     [all...]
simulator-cond-rd-rn-rm-qdsub-t32.h     [all...]
simulator-cond-rd-rn-rm-qsub-a32.h     [all...]
simulator-cond-rd-rn-rm-qsub-t32.h     [all...]
simulator-cond-rd-rn-operand-rm-orr-a32.h 294 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff },
296 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x00000002 },
306 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7ffffffd },
317 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7ffffffe },
318 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff }
    [all...]
simulator-cond-rd-rn-operand-rm-orrs-a32.h 294 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff },
296 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x00000002 },
306 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7ffffffd },
317 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7ffffffe },
318 { 0x00000000, 0x7fffffff, 0x7fffffff, 0x7fffffff }
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_limits.h 57 #define INT32_MIN ((-0x7fffffff)-1) /* int32_t */
63 #define INT32_MAX 0x7fffffff /* int32_t */
77 #define INT_LEAST32_MIN ((-0x7fffffff)-1) /* int_least32_t */
83 #define INT_LEAST32_MAX 0x7fffffff /* int_least32_t */
96 #define INT_FAST16_MIN ((-0x7fffffff)-1) /* int_fast16_t */
97 #define INT_FAST32_MIN ((-0x7fffffff)-1) /* int_fast32_t */
102 #define INT_FAST16_MAX 0x7fffffff /* int_fast16_t */
103 #define INT_FAST32_MAX 0x7fffffff /* int_fast32_t */
114 #define INTPTR_MIN ((-0x7fffffff)-1) /* intptr_t */
115 #define INTPTR_MAX 0x7fffffff /* intptr_t */
    [all...]
  /external/compiler-rt/test/builtins/Unit/
mulosi4_test.c 92 if (test__mulosi4(0x7FFFFFFF, -2, 0x80000001, 1))
94 if (test__mulosi4(-2, 0x7FFFFFFF, 0x80000001, 1))
96 if (test__mulosi4(0x7FFFFFFF, -1, 0x80000001, 0))
98 if (test__mulosi4(-1, 0x7FFFFFFF, 0x80000001, 0))
100 if (test__mulosi4(0x7FFFFFFF, 0, 0, 0))
102 if (test__mulosi4(0, 0x7FFFFFFF, 0, 0))
104 if (test__mulosi4(0x7FFFFFFF, 1, 0x7FFFFFFF, 0))
106 if (test__mulosi4(1, 0x7FFFFFFF, 0x7FFFFFFF, 0)
    [all...]
mulvsi3_test.c 84 // if (test__mulvsi3(0x7FFFFFFF, -2, 0x80000001)) // abort
86 // if (test__mulvsi3(-2, 0x7FFFFFFF, 0x80000001)) // abort
88 if (test__mulvsi3(0x7FFFFFFF, -1, 0x80000001))
90 if (test__mulvsi3(-1, 0x7FFFFFFF, 0x80000001))
92 if (test__mulvsi3(0x7FFFFFFF, 0, 0))
94 if (test__mulvsi3(0, 0x7FFFFFFF, 0))
96 if (test__mulvsi3(0x7FFFFFFF, 1, 0x7FFFFFFF))
98 if (test__mulvsi3(1, 0x7FFFFFFF, 0x7FFFFFFF))
    [all...]
addvsi3_test.c 37 // test__addvsi3(1, 0x7FFFFFFF); // should abort
38 // test__addvsi3(0x7FFFFFFF, 1); // should abort
48 if (test__addvsi3(0x7FFFFFFF, -1))
50 if (test__addvsi3(-1, 0x7FFFFFFF))
52 if (test__addvsi3(0x7FFFFFFF, 0))
54 if (test__addvsi3(0, 0x7FFFFFFF))
  /external/valgrind/none/tests/arm/
v6intThumb.c 430 TESTINST3("adds r0, r1, r2", 0x7fffffff, 1, r0, r1, r2, 0);
552 TESTINST3("asr r0, r1, r2", 0x7fffffff, 0, r0, r1, r2, cv);
553 TESTINST3("asr r0, r1, r2", 0x7fffffff, 1, r0, r1, r2, cv);
554 TESTINST3("asr r0, r1, r2", 0x7fffffff, 2, r0, r1, r2, cv);
555 TESTINST3("asr r0, r1, r2", 0x7fffffff, 31, r0, r1, r2, cv);
556 TESTINST3("asr r0, r1, r2", 0x7fffffff, 32, r0, r1, r2, cv);
557 TESTINST3("asr r0, r1, r2", 0x7fffffff, 33, r0, r1, r2, cv);
558 TESTINST3("asr r0, r1, r2", 0x7fffffff, 63, r0, r1, r2, cv);
559 TESTINST3("asr r0, r1, r2", 0x7fffffff, 64, r0, r1, r2, cv);
560 TESTINST3("asr r0, r1, r2", 0x7fffffff, 255, r0, r1, r2, cv)
    [all...]
  /external/vixl/test/aarch64/traces/
sim-fcvtzs-2s-2opimm-trace-aarch64.h 235 0x7fffff80, 0x7fffffff,
268 0x7fffffff, 0x7fffffff,
301 0x7fffffff, 0x7fffffff,
333 0x7fffff80, 0x7fffffff,
334 0x7fffffff, 0x7fffffff,
366 0x7fffffff, 0x7fffffff,
    [all...]
sim-sqrshl-s-trace-aarch64.h 44 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
45 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
46 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
47 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
51 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
52 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
75 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
76 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
77 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
78 0x7fffffff, 0x00000000, 0x00000000, 0x00000000
    [all...]
sim-sqshl-s-trace-aarch64.h 44 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
45 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
46 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
47 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
51 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
52 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
75 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
76 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
77 0x7fffffff, 0x00000000, 0x00000000, 0x00000000,
78 0x7fffffff, 0x00000000, 0x00000000, 0x00000000
    [all...]
sim-abs-4s-trace-aarch64.h 52 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
53 0x7ffffffd, 0x7ffffffe, 0x7fffffff, 0x80000000,
54 0x7ffffffe, 0x7fffffff, 0x80000000, 0x7fffffff,
55 0x7fffffff, 0x80000000, 0x7fffffff, 0x55555556,
56 0x80000000, 0x7fffffff, 0x55555556, 0x33333334,
57 0x7fffffff, 0x55555556, 0x33333334, 0x00008000,
sim-sqneg-4s-trace-aarch64.h 53 0x80000003, 0x80000002, 0x80000001, 0x7fffffff,
54 0x80000002, 0x80000001, 0x7fffffff, 0x7fffffff,
55 0x80000001, 0x7fffffff, 0x7fffffff, 0x55555556,
56 0x7fffffff, 0x7fffffff, 0x55555556, 0x33333334,
57 0x7fffffff, 0x55555556, 0x33333334, 0x00008000,
sim-umin-4s-trace-aarch64.h 486 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
487 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
488 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
489 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
490 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
491 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
492 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
493 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
494 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
495 0x55555555, 0x7ffffffd, 0x7ffffffe, 0x7fffffff,
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/cryptocell/
cc_crypto_boot_defs.h 20 CC_SW_VERSION_MAX = 0x7FFFFFFF
30 CC_SB_HASH_MAX_NUM = 0x7FFFFFFF, /*!\internal use external 128-bit truncated SHA256 digest */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips-warn-branch-delay-1.s 14 bgt $2, 0x7fffffff, .
30 bgt $2, 0x7fffffff, .
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
movia-r2.d 18 10: R_NIOS2_HIADJ16 sym-0x7fffffff
20 14: R_NIOS2_LO16 sym-0x7fffffff
movia.d 16 10: R_NIOS2_HIADJ16 sym-0x7fffffff
18 14: R_NIOS2_LO16 sym-0x7fffffff
  /external/smali/smali/src/test/resources/LexerTest/
IntegerLiteralTest.smali 5 0x7fffffff
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
unsigned.rs 12 _RS_ASSERT(ui == 0x7fffffff);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
binfmts.h 15 #define MAX_ARG_STRINGS 0x7FFFFFFF

Completed in 1239 milliseconds

1 23 4 5 6 7 8 91011>>