/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
time64.h | 36 #error Your time_t is already 64-bit. 40 /* Legacy cruft for LP32 where time_t was 32-bit. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
avx512f-nondef.s | 12 # vpmovdb %zmm6, 2032(%rdx) # with unset EVEX.B bit 14 # vpmovdb %zmm6, 2032(%rdx) # with set EVEX.B bit - we should get (bad) operand
|
x86-64-avx512f-nondef.s | 12 # vpmovdb %zmm6, 2032(%rdx) # with unset EVEX.B bit 14 # vpmovdb %zmm6, 2032(%rdx) # with set EVEX.B bit - we should get (bad) operand
|
x86-64-inval-movbe.s | 1 # Check illegal movbe in 64bit mode.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/ |
float02.s | 5 # Without dual bit 19 # With dual bit
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
fslotx.s | 4 # to a 32 bit boundary.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mul.s | 20 # Sanity check the 64 bit versions.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
two-op.s | 1 # Two-operand insns; 16-bit operand.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
err-2.s | 6 ! errors are emitted for the 32-bit ABI. 9 movi 65536 << 16,r3 ! { dg-error "not a 32-bit signed value" } 10 movi -32769 << 16,r3 ! { dg-error "not a 32-bit signed value" } 13 movi 32767 << 48,r3 ! { dg-error "not a 32-bit signed value" } 14 movi 32768 << 48,r3 ! { dg-error "not a 32-bit signed value" } 15 movi -32768 << 48,r3 ! { dg-error "not a 32-bit signed value" }
|
movi64-2.d | 3 #name: MOVI expansion, 64-bit ABI, 64-bit subset.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
abiflags-strip4-ph.d | 23 FP ABI: Hard float \(32-bit CPU, 64-bit FPU\)
|
abiflags-strip5-ph.d | 23 FP ABI: Hard float \(32-bit CPU, 64-bit FPU\)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/ |
size32-2.s | 1 # 32-bit size relocation against TLS symbol in shared object
|
size64-2.s | 1 # 64-bit size relocation against TLS symbol in shared object
|
/prebuilts/go/darwin-x86/src/encoding/binary/ |
varint.go | 7 // This file implements "varint" encoding of 64-bit integers. 11 // - the most significant bit (msb) in each output byte indicates if there 16 // and whether to complement is encoded in bit 0. 19 // At most 10 bytes are needed for 64-bit values. The encoding could 20 // be more dense: a full 64-bit value needs an extra byte just to hold bit 63. 21 // Instead, the msb of the previous byte could be used to hold bit 63 since we 24 // invariant that the msb is always the "continuation bit" and thus makes the 25 // format incompatible with a varint encoding for larger numbers (say 128-bit). 32 // MaxVarintLenN is the maximum length of a varint-encoded N-bit integer [all...] |
/prebuilts/go/linux-x86/src/encoding/binary/ |
varint.go | 7 // This file implements "varint" encoding of 64-bit integers. 11 // - the most significant bit (msb) in each output byte indicates if there 16 // and whether to complement is encoded in bit 0. 19 // At most 10 bytes are needed for 64-bit values. The encoding could 20 // be more dense: a full 64-bit value needs an extra byte just to hold bit 63. 21 // Instead, the msb of the previous byte could be used to hold bit 63 since we 24 // invariant that the msb is always the "continuation bit" and thus makes the 25 // format incompatible with a varint encoding for larger numbers (say 128-bit). 32 // MaxVarintLenN is the maximum length of a varint-encoded N-bit integer [all...] |
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRCoderMatrixUtil.cpp | 139 int32_t bit = typeInfoBits.At(typeInfoBits.Size() - 1 - i, e);
local 143 matrix->Set(x1, y1, bit);
147 matrix->Set(x2, y2, bit);
151 matrix->Set(x2, y2, bit);
172 int32_t bit = versionInfoBits.At(bitIndex, e);
local 175 matrix->Set(i, matrix->GetHeight() - 11 + j, bit);
176 matrix->Set(matrix->GetHeight() - 11 + j, i, bit);
206 int32_t bit;
local 208 bit = dataBits->At(bitIndex, e);
212 bit = 0; 303 int32_t bit = (i + 1) % 2; local [all...] |
/external/vulkan-validation-layers/ |
update_external_sources.bat | 254 echo Making 32-bit glslang
260 echo Generating 32-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=install ..
263 echo Building 32-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug
269 echo glslang 32-bit Debug build failed!
278 echo glslang 32-bit Release build failed!
284 echo Making 64-bit glslang
290 echo Generating 64-bit Glslang CMake files for Visual Studio %VS_VERSION% -DCMAKE_INSTALL_PREFIX=install ..
293 echo Building 64-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug
299 echo glslang 64-bit Debug build failed!
308 echo glslang 64-bit Release build failed! [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
rl78-decode.c | 132 set_bit (RL78_Opcode_Operand *op, int bit) 134 op->bit_number = bit; 831 /** 0011 0001 0bit 0000 btclr %s1, $%a0 */ 833 int bit AU = (op[1] >> 4) & 0x07; 837 "/** 0011 0001 0bit 0000 btclr %s1, $%a0 */", 839 printf (" bit = 0x%x\n", bit); 843 ID(branch_cond_clear); SM(None, SADDR); SB(bit); DC(pc+IMMS(1)+4); COND(T); 851 /** 0011 0001 0bit 0001 btclr %1, $%a0 */ 853 int bit AU = (op[1] >> 4) & 0x07 [all...] |
/art/disassembler/ |
disassembler.h | 90 static inline bool HasBitSet(uint32_t value, uint32_t bit) { 91 return (value & (1 << bit)) != 0;
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BitSet.as | 90 * @param bit element that must fit in set 92 public function growToInclude(bit:int):void { 93 var newSize:int = Math.max(bits.length << 1, numWordsToHold(bit)); 134 for (var bit:int = BITS - 1; bit >= 0; bit--) { 135 if ((word & (1 << bit)) != 0) { 234 private static function wordNumber(bit:uint):uint { 235 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 139 * <param name="bit">element that must fit in set</param> 141 public void GrowToInclude(int bit) { 142 int newSize = Math.Max(_bits.Length << 1, NumWordsToHold(bit)); 181 for (int bit = BITS - 1; bit >= 0; bit--) { 182 if ((word & (1UL << bit)) != 0) { 288 private static int WordNumber(int bit) { 289 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 154 * <param name="bit">element that must fit in set</param> 156 public void GrowToInclude( int bit ) 158 int newSize = Math.Max( _bits.Length << 1, NumWordsToHold( bit ) ); 207 for ( int bit = BITS - 1; bit >= 0; bit-- ) 209 if ( ( word & ( 1UL << bit ) ) != 0 ) 340 private static int WordNumber( int bit ) 342 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
BitSet.java | 127 * @param bit element that must fit in set 129 public void growToInclude(int bit) { 130 int newSize = Math.max(bits.length << 1, numWordsToHold(bit)); 184 for (int bit = BITS - 1; bit >= 0; bit--) { 185 if ((word & (1L << bit)) != 0) { 292 private final static int wordNumber(int bit) { 293 return bit >> LOG_BITS; // bit / BIT [all...] |
/external/clang/test/Sema/ |
statements.c | 38 void test11(int bit) { 39 switch (bit)
|