Searched
full:x80000000 (Results
826 -
850 of
2517) sorted by null
<<31323334353637383940>>
| /dalvik/vm/ |
| JniInternal.h | 80 #define DALVIK_JNI_NO_ARG_INFO 0x80000000
|
| /development/ndk/platforms/android-3/include/linux/ |
| jiffies.h | 71 #if !((NSEC_PER_SEC << 2) / TICK_NSEC << SEC_JIFFIE_SC - 2 & 0x80000000)
|
| ncp.h | 87 #define RIM_COMPRESSED_INFO (cpu_to_le32(0x80000000))
|
| /development/ndk/platforms/android-9/arch-mips/include/asm/ |
| ioctl.h | 42 #define _IOC_IN 0x80000000
|
| signal.h | 79 #define SA_RESETHAND 0x80000000
|
| /development/ndk/platforms/android-9/arch-mips/src/ |
| crtbegin.c | 90 " .mask 0x80000000,-4 \n"
|
| /development/ndk/platforms/android-9/arch-x86/include/asm/ |
| processor-flags.h | 55 #define X86_CR0_PG 0x80000000
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
| DESEngine.java | 170 0x80000020, 0x80108020, 0x80108000, 0x80000000, 173 0x80000000, 0x00008000, 0x00108020, 0x80100000, 179 0x00108020, 0x00000020, 0x00008000, 0x80000000, 183 0x80000000, 0x80100020, 0x80108020, 0x00108000
|
| /external/chromium/net/disk_cache/ |
| addr.h | 126 static const uint32 kInitializedMask = 0x80000000;
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| time.cc | 45 const uint32 HALF = 0x80000000;
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/ |
| Logging.cpp | 68 WTFLogChannel LogGamepad = { 0x80000000, "WebCoreLogLevel", WTFLogChannelOff };
|
| /external/chromium_org/third_party/WebKit/Source/core/scripts/ |
| Hasher.pm | 88 $hash = (0x80000000 >> 8) if ($hash == 0);
|
| /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
| diy-fp.h | 112 static const uint64_t kUint64MSB = UINT64_2PART_C(0x80000000, 00000000);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
| u_half.h | 49 uint32_t sign_mask = 0x80000000;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
| radeon_inline_literals.c | 28 unsigned negate = !!(float_bits & 0x80000000);
|
| /external/chromium_org/third_party/opus/src/silk/ |
| typedef.h | 42 #define silk_int32_MIN ((opus_int32)0x80000000) /* -2^31 = -2147483648 */
|
| /external/chromium_org/third_party/skia/include/core/ |
| SkFloatBits.h | 16 int. This also converts -0 (0x80000000) to 0. Doing this to a float allows
|
| SkFloatingPoint.h | 29 return SkBits2Float((xbits & 0x7FFFFFFF) | (ybits & 0x80000000));
|
| /external/chromium_org/v8/test/mjsunit/harmony/ |
| dataview-accessors.js | 371 CheckOutOfRangeInt32(0x80000000, -0x80000000); 377 CheckOutOfRangeUint32(-0x80000000, 0x80000000);
|
| /external/compiler-rt/lib/ |
| floatdisf.c | 76 fb.u = ((su_int)s & 0x80000000) | /* sign */
|
| floattidf.c | 78 fb.u.s.high = ((su_int)s & 0x80000000) | /* sign */
|
| floattisf.c | 78 fb.u = ((su_int)s & 0x80000000) | /* sign */
|
| /external/compiler-rt/test/Unit/ |
| fixunsdfsi_test.c | 76 if (test__fixunsdfsi(0x1.000000p+31, 0x80000000))
|
| fixunssfsi_test.c | 76 if (test__fixunssfsi(0x1.000000p+31F, 0x80000000))
|
| fixunsxfsi_test.c | 80 if (test__fixunsxfsi(0x1.000000p+31, 0x80000000))
|
Completed in 1230 milliseconds
<<31323334353637383940>>