Searched
refs:bit (Results
551 -
575 of
2676) sorted by null
<<21222324252627282930>>
/external/llvm/test/MC/Mips/ |
micromips-diagnostic-fixup.s | 11 nop # This instr makes the branch too long to fit into a 17-bit offset
|
mips-diagnostic-fixup.s | 11 nop # This instr makes the branch too long to fit into a 18-bit offset
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
LZMADecoder.java | 168 int bit; local 173 bit = rc.decodeBit(probs, offset + matchBit + symbol); 174 symbol = (symbol << 1) | bit; 175 offset &= (0 - bit) ^ ~matchBit;
|
/external/mesa3d/src/mesa/main/ |
texcompress_etc_tmp.h | 120 int modifier, bit, idx, blk; local 123 bit = y + x * 4; 124 idx = ((block->pixel_indices >> (15 + bit)) & 0x2) | 125 ((block->pixel_indices >> (bit)) & 0x1);
|
/external/opencv3/3rdparty/libjasper/ |
jpc_mqdec.c | 218 * Code for decoding a bit. 221 /* Decode a bit. */ 225 int bit; local 228 bit = jpc_mqdec_getbit_macro(mqdec); 231 mqdec->ctxs, bit)); 232 return bit;
|
/external/parameter-framework/upstream/parameter/ |
SelectionCriterionType.cpp | 57 // Check 1 bit set only for inclusive types 185 // Need to go through all set bit 188 for (size_t bit = 0; bit < sizeof(iValue) * CHAR_BIT; bit++) { 190 int iSingleBitValue = iValue & (1 << bit); 192 // Check if current bit is set
|
/hardware/intel/bootstub/ |
head.S | 69 * eax contains 32-bit entry of bzImage 87 jmpl *%ecx # Jump to the 32-bit entrypoint
|
/prebuilts/go/darwin-x86/src/crypto/des/ |
block.go | 48 // row determined by 1st and 6th bit 64 bit := (src >> n) & 1 65 block |= bit << uint((len(permutation)-1)-position) 168 // Perform the same bit exchanges as permuteInitialBlock 191 // creates 16 28-bit blocks rotated according 197 // 28-bit circular left shift 206 // creates 16 56-bit subkeys from the original key 218 // combine halves to form 56-bit input to PC2
|
/prebuilts/go/darwin-x86/src/hash/crc32/ |
example_test.go | 17 // most significant bit represents the coefficient of x? and the least significant 18 // bit represents the coefficient of x??¹ (the coefficient for x? is implicit).
|
/prebuilts/go/linux-x86/src/crypto/des/ |
block.go | 48 // row determined by 1st and 6th bit 64 bit := (src >> n) & 1 65 block |= bit << uint((len(permutation)-1)-position) 168 // Perform the same bit exchanges as permuteInitialBlock 191 // creates 16 28-bit blocks rotated according 197 // 28-bit circular left shift 206 // creates 16 56-bit subkeys from the original key 218 // combine halves to form 56-bit input to PC2
|
/prebuilts/go/linux-x86/src/hash/crc32/ |
example_test.go | 17 // most significant bit represents the coefficient of x? and the least significant 18 // bit represents the coefficient of x??¹ (the coefficient for x? is implicit).
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
vfp2.s | 5 @ First we test the basic syntax and bit patterns of the opcodes.
|
vfp2_t2.s | 8 @ First we test the basic syntax and bit patterns of the opcodes.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
diffexp-ovwr.s | 5 ; - That "quick-operands" (in this case, just the unsigned 6-bit
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-clmul.s | 1 # Check 64bit PCLMUL new instructions.
|
x86-64-fsgs.s | 1 # Check 64bit FSGS new instructions.
|
x86-64-inval-ept.s | 1 # Check illegal EPT instructions in 64bit mode.
|
x86-64-long-1.s | 1 # 64bit long Instructions
|
x86-64-movbe.s | 1 # Check 64bit movbe
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
fslot.s | 4 # to a 32 bit boundary.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
movi64-1.d | 4 #name: MOVI expansion, 64-bit ABI, 32-bit subset.
|
shift64-2.d | 4 #name: Shift expressions, 64-bit ABI, 64-bit subset.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
field.s | 11 f6: .field 01111b ; default to 16-bit field
|
/bionic/libc/arch-mips64/ |
mips64.mk | 1 # 64-bit mips.
|
/build/core/ |
executable_prefer_symlink.mk | 9 # check because 32 bit targets may not define TARGET_PREFER_32_BIT_APPS 15 # We support both 32 and 64 bit apps, so we will have to 24 # We support only 64 bit apps. 27 # We support only 32 bit apps.
|
Completed in 411 milliseconds
<<21222324252627282930>>