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

<<11121314151617181920>>

  /external/valgrind/main/none/tests/mips64/
load_store_multiple.c 143 TESTINST1("sb $t0, 1($t1)", 0x80000000, 1, t0, t1);
144 TESTINST1("sb $t0, 2($t1)", 0x80000000, 2, t0, t1);
161 TESTINST1("sb $t0, 45($t1)", 0x80000000, 45, t0, t1);
170 TESTINST1("sh $t0, 7($t1)", 0x80000000, 7, t0, t1);
171 TESTINST1("sh $t0, 9($t1)", 0x80000000, 9, t0, t1);
188 TESTINST1("sh $t0, 49($t1)", 0x80000000, 49, t0, t1);
197 TESTINST1("sw $t0, 7($t1)", 0x80000000, 7, t0, t1);
198 TESTINST1("sw $t0, 9($t1)", 0x80000000, 9, t0, t1);
215 TESTINST1("sw $t0, 43($t1)", 0x80000000, 43, t0, t1);
224 TESTINST1("swl $t0, 7($t1)", 0x80000000, 7, t0, t1)
    [all...]
branches.c 365 TESTINST4("beq", 9, 0x80000000, 0x80000000, 11, 12, 13);
366 TESTINST4("beq", 10, 0xffffffff, 0x80000000, 12, 13, 14);
384 TESTINST4("bne", 9, 0x80000000, 0x80000000, 11, 12, 13);
385 TESTINST4("bne", 10, 0xffffffff, 0x80000000, 12, 13, 14);
403 TESTINST5("beqz", 9, 0x80000000, 11, 12);
422 TESTINST5("bgez", 9, 0x80000000, 11, 12);
441 TESTINST5("bgtz", 9, 0x80000000, 11, 12);
460 TESTINST5("blez", 9, 0x80000000, 11, 12)
    [all...]
branch_and_jump_instructions.c 202 TEST3("beq", 9, 0x80000000, 0x80000000, 11, 12, 15);
203 TEST3("beq", 10, 0xffffffff, 0x80000000, 12, 13, 14);
221 TEST4("bgez", 9, 0x80000000, 11, 12);
240 TEST5("bgezal", 9, 0x80000000, 11, 12);
259 TEST4("bgtz", 9, 0x80000000, 11, 12);
278 TEST4("blez", 9, 0x80000000, 11, 12);
297 TEST4("bltz", 9, 0x80000000, 11, 12);
316 TEST5("bltzal", 9, 0x80000000, 11, 12);
335 TEST3("bne", 9, 0x80000000, 0x80000000, 11, 12, 15)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmc.h 65 #define CMC_EXT_LAST_ELEMENT ((CMC_flags) 0x80000000)
78 #define CMC_ATT_LAST_ELEMENT ((CMC_flags) 0x80000000)
106 #define CMC_RECIP_LAST_ELEMENT ((CMC_flags) 0x80000000)
123 #define CMC_MSG_LAST_ELEMENT ((CMC_flags) 0x80000000)
138 #define CMC_SUM_LAST_ELEMENT ((CMC_flags) 0x80000000)
aqadmtyp.h 35 MF_INVERTSENSE = 0x80000000
57 MEF_INVERTSENSE = 0x80000000,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MacTextEditor.py 8 kTXNClearTheseFontFeatures = 0x80000000
10 kTXNDecrementTypeSize = 0x80000000
15 kTXNUseEncodingWordRulesMask = 0x80000000
150 # kTXNClearTheseFontFeatures = (long)0x80000000
185 # kTXNDecrementTypeSize = (long)0x80000000
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 458 LLAssert(llong((int32_t)0x80000000).asInt() == (int32_t)0x80000000);
490 LLAssert(llong((uint32_t)0x80000000).asUInt() == (uint32_t)0x80000000);
496 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
511 LLAssert(llong(-1, 0).asInt() == (int32_t)0x80000000);
515 LLAssert(llong((int32_t)0x80000000).asUInt() == (uint32_t)0x80000000);
551 LLAssert(llong(0, 0x80000000) > llong(0, 0x7fffffff))
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp 459 LLAssert(llong((int32_t)0x80000000).asInt() == (int32_t)0x80000000);
491 LLAssert(llong((uint32_t)0x80000000).asUInt() == (uint32_t)0x80000000);
497 LLAssert(llong((double)0x80000000).asDouble() == (double)0x80000000);
512 LLAssert(llong(-1, 0).asInt() == (int32_t)0x80000000);
516 LLAssert(llong((int32_t)0x80000000).asUInt() == (uint32_t)0x80000000);
552 LLAssert(llong(0, 0x80000000) > llong(0, 0x7fffffff))
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
spl_inl.h 101 if (!(0x80000000 & (a << zeros))) zeros += 1;
146 l_sum = (int32_t)0x80000000;
165 l_diff = (int32_t)0x80000000;
  /external/webrtc/src/common_audio/signal_processing/include/
spl_inl.h 48 l_sum = (WebRtc_Word32)0x80000000;
73 l_diff = (WebRtc_Word32)0x80000000;
129 if (!(0x80000000 & (a << zeros))) zeros += 1;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Float16ToFloat32.py 33 return 0x80000000
35 return 0x80000000 + ((i - 32) << 23)
  /external/e2fsprogs/e2fsck/
gen_crc32table.c 51 uint32_t crc = 0x80000000;
56 crc = (crc << 1) ^ ((crc & 0x80000000) ? CRCPOLY_BE : 0);
  /external/ipsec-tools/src/racoon/
isakmp_frag.h 41 #define VENDORID_FRAG_IDENT 0x80000000
43 #define VENDORID_FRAG_AGG 0x80000000
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixInSoft_D32C31_SAT.c 64 Temp1 = 0x80000000;
85 Temp1 = 0x80000000;
dB_to_Lin32.c 55 * FIRST_COEF = 0x80000000 / (96 * 1.5029)
56 * SECOND_COEF = 0x80000000 / (96^2 * 6)
  /external/valgrind/main/none/tests/mips32/
mips32_dsp.c     [all...]
  /bionic/libc/kernel/uapi/linux/
in_route.h 41 #define RTCF_LOCAL 0x80000000
wait.h 31 #define __WCLONE 0x80000000
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_copysign.c 31 SET_HIGH_WORD(x,(hx&0x7fffffff)|(hy&0x80000000));
s_copysignf.c 34 SET_FLOAT_WORD(x,(ix&0x7fffffff)|(iy&0x80000000));
  /development/ndk/platforms/android-3/include/linux/
futex.h 40 #define FUTEX_WAITERS 0x80000000
inotify.h 49 #define IN_ONESHOT 0x80000000
  /development/ndk/platforms/android-9/arch-mips/include/asm/mach-generic/
spaces.h 26 #define CAC_BASE _AC(0x80000000, UL)
  /development/ndk/platforms/android-L/include/linux/
in_route.h 41 #define RTCF_LOCAL 0x80000000
wait.h 31 #define __WCLONE 0x80000000

Completed in 1716 milliseconds

<<11121314151617181920>>