Searched
full:x80000000 (Results
726 -
750 of
2517) sorted by null
<<21222324252627282930>>
| /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sgi/ |
| hpc3.h | 27 #define HPCDMA_EOX 0x80000000 29 #define HPCDMA_EOR 0x80000000 125 #define HPC3_ERXBCD_EOX 0x80000000 174 #define HPC3_ETXBCD_EOX 0x80000000
|
| /system/core/include/utils/ |
| Errors.h | 49 UNKNOWN_ERROR = 0x80000000,
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
| cs46xx.h | 220 #define HISR_INTENA 0x80000000 257 #define HSR0_VC47 0x80000000 287 #define HSAR_ERR 0x80000000 302 #define HDAR_ERR 0x80000000 340 #define HDCR_SH 0x80000000 352 #define PFMC_C2RS 0x80000000 623 #define ASER_FADDR_EN2 0x80000000 [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
| cs46xx.h | 220 #define HISR_INTENA 0x80000000 257 #define HSR0_VC47 0x80000000 287 #define HSAR_ERR 0x80000000 302 #define HDAR_ERR 0x80000000 340 #define HDCR_SH 0x80000000 352 #define PFMC_C2RS 0x80000000 623 #define ASER_FADDR_EN2 0x80000000 [all...] |
| /art/compiler/dex/quick/mips/ |
| fp_mips.cc | 224 OpRegRegImm(kOpAdd, rl_result.low_reg, rl_src.low_reg, 0x80000000); 232 OpRegRegImm(kOpAdd, rl_result.high_reg, rl_src.high_reg, 0x80000000);
|
| /art/test/003-omnibus-opcodes/src/ |
| Array.java | 232 checkRange32(xInts, xEmpty, -1, (int) 0x80000000); 233 checkRange64(xLongs, -1, (int) 0x80000000);
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| s_cbrt.c | 49 sign=hx&0x80000000; /* sign= sign(x) */ 102 u.bits=(u.bits+0x80000000)&0xffffffffc0000000ULL;
|
| s_remquo.c | 39 sxy = (hx ^ hy) & 0x80000000; 40 sx = hx&0x80000000; /* sign of x */
|
| s_remquof.c | 37 sxy = (hx ^ hy) & 0x80000000; 38 sx = hx&0x80000000; /* sign of x */
|
| /cts/suite/audio_quality/lib/src/audio/ |
| AudioProtocol.cpp | 115 uint32_t mode = param.mStereo ? 0x80000000 : 0; 136 uint32_t mode = param.mStereo ? 0x80000000 : 0;
|
| /cts/tools/signature-tools/test/signature/converter/doclet/ |
| DocletTestConverter.java | 124 | com.sun.tools.javadoc.ModifierFilter.PACKAGE; // 0x80000000
130 | com.sun.tools.javadoc.ModifierFilter.PACKAGE // 0x80000000
|
| /dalvik/tests/003-omnibus-opcodes/src/ |
| Array.java | 219 checkRange32(xInts, xEmpty, -1, (int) 0x80000000); 220 checkRange64(xLongs, -1, (int) 0x80000000);
|
| /development/ndk/platforms/android-3/include/linux/ |
| mtio.h | 200 #define GMT_EOF(x) ((x) & 0x80000000) 235 #define MT_ST_SET_CLN 0x80000000
|
| /external/chromium_org/v8/test/mjsunit/ |
| int32-ops.js | 210 assertEquals(-0x80000000, ~v, "~smimax"); 215 assertEquals(0x80000000, v, "smimax++");
|
| /external/grub/netboot/ |
| davicom.c | 480 rxd[i].status = 0x80000000; /* give ownership to device */ 527 txd[TxPtr].status = 0x80000000; /* Give ownership to device */ 535 while ((txd[TxPtr].status & 0x80000000) && (currticks() < to)) /* Sten 10/9 */ 581 txd[TxPtr].status = 0x80000000; /* give ownership to device */ 587 while ((txd[TxPtr].status & 0x80000000) && (currticks() < to)) 607 if (rxd[rxd_tail].status & 0x80000000) 615 rxd[rxd_tail].status = 0x80000000; 629 rxd[rxd_tail].status = 0x80000000;
|
| /external/iptables/extensions/ |
| libxt_statistic.c | 65 info->u.random.probability = lround(0x80000000 * cb->val.dbl); 103 1.0 * info->u.random.probability / 0x80000000);
|
| /external/kernel-headers/original/linux/ |
| a1026.h | 82 #define A100_msg_Sync 0x80000000 83 #define A100_msg_Sync_Ack 0x80000000
|
| in.h | 195 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 201 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|
| /external/llvm/test/MC/MachO/ |
| indirect-symbols.s | 52 // CHECK: ('flags', 0x80000000) 183 // CHECK: (('symbol_index', 0x80000000),),
|
| /external/smali/smali/src/test/java/ |
| IntLiteralTest.java | 43 Assert.assertTrue(LiteralTools.parseInt("0x80000000") == Integer.MIN_VALUE); 49 Assert.assertTrue(LiteralTools.parseInt("-0x80000000") == Integer.MIN_VALUE);
|
| /external/v8/test/mjsunit/ |
| int32-ops.js | 210 assertEquals(-0x80000000, ~v, "~smimax"); 215 assertEquals(0x80000000, v, "smimax++");
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| in.h | 198 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 204 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| in.h | 198 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 204 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| in.h | 198 #define IN_CLASSA(a) ((((long int) (a)) & 0x80000000) == 0) 204 #define IN_CLASSB(a) ((((long int) (a)) & 0xc0000000) == 0x80000000)
|
| /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
| mtio.h | 200 #define GMT_EOF(x) ((x) & 0x80000000) 235 #define MT_ST_SET_CLN 0x80000000
|
Completed in 1804 milliseconds
<<21222324252627282930>>