HomeSort by relevance Sort by last modified time
    Searched refs:bit (Results 501 - 525 of 2676) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
float03.s 5 # Non-pipelined, without dual bit
12 # Pipelined, without dual bit
28 # Non-pipelined, with dual bit
39 # Pipelined, with dual bit
form.s 5 # pform, no dual bit
16 # form, no dual bit
27 # pform, with dual bit
47 # form, with dual bit
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
e32-rel4.d 2 #name: MIPS ELF reloc 4 (32-bit)
mips16e-64.d 6 # Test the 64bit instructions of mips16e.
trap20.d 3 #name: MIPS 20-bit trap
ase-errors-1.s 6 ldx $4,$5($6) # ERROR: 64-bit only
11 ldx $4,$5($6) # ERROR: 64-bit only
22 ldx $4,$5($6) # ERROR: 64-bit only
27 ldx $4,$5($6) # ERROR: 64-bit only
46 .set mdmx # ERROR: needs a 64-bit target
86 dmfgc0 $3, $29 # ERROR: 64-bit only
90 dmfgc0 $3, $29 # ERROR: 64-bit only
micromips-size-0.s 115 # Test shift instructions to complement 64-bit tests.
126 # Test 64-bit instructions.
129 dsll32 $2, $3, 5 # No way to force 32-bit DSLL.
134 dsll32 $2, $3, 13 # No way to force 32-bit DSLL.
139 dsll32 $10, $11, 5 # No way to force 32-bit DSLL.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
ptc64-1.d 4 #name: PT constant, 64-bit ABI.
ptc64-32-1.d 4 #name: PT constant, 64-bit ABI with -expand-pt32.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
plt64.d 3 #name: plt 64-bit relocs
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-4-ph.d 19 FP ABI: Hard float \(MIPS32r2 64-bit FPU 12 callee-saved\)
attr-gnu-4-5-ph.d 19 FP ABI: Hard float \(32-bit CPU, Any FPU\)
dyn-sec64.d 1 #name: objdump -p print 64-bit values
jaloverflow.d 8 # instruction. jal is a bit weird since the upper four bits of the
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-offloc.s 3 % with a 64-bit address (0x789abcdef0123458) then 16 bytes of % random data.
b-offlocmis.s 3 % with a 64-bit address (0x789abcdef012345b) then 16 bytes of % random
bspec803.s 2 TETRA 2 % Decent section length name (in 32-bit words). However...
bspec804.s 2 TETRA 2 % Decent section length name (in 32-bit words).
bspec805.s 2 TETRA 2 % Decent section length name (in 32-bit words).
bspec806.s 2 TETRA 2 % Decent section length name (in 32-bit words).
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
ld-r-1.d 10 # absolute 32-bit relocs don't come out wrong after ld -r. Remember that
  /external/ImageMagick/coders/
xbm.c 207 bit,
371 bit=0;
375 if (bit == 0)
378 bit++;
380 if (bit == 8)
381 bit=0;
506 bit,
547 bit=0;
564 bit++;
565 if (bit == 8
203 bit, local
499 bit, local
    [all...]
  /external/valgrind/memcheck/tests/
origin3-no.stderr.exp 2 Undef 1 of 8 (8 bit undef)
20 Undef 3 of 8 (32 bit undef)
30 Undef 4 of 8 (32 bit undef, unaligned)
40 Undef 5 of 8 (32 bit undef, modified)
50 Undef 6 of 8 (32 bit undef, unaligned, strange, #1)
59 Undef 7 of 8 (32 bit undef, unaligned, strange, #2)
68 Undef 8 of 8 (32 bit undef, unaligned, strange, #3)
  /external/libopus/silk/
encode_pulses.c 68 opus_int i, k, j, iter, bit, nLS, scale_down, RateLevelIndex = 0; local
192 bit = silk_RSHIFT( abs_q, j ) & 1;
193 ec_enc_icdf( psRangeEnc, bit, silk_lsb_iCDF, 8 );
195 bit = abs_q & 1;
196 ec_enc_icdf( psRangeEnc, bit, silk_lsb_iCDF, 8 );
  /external/webp/src/utils/
bit_reader_inl.h 108 // Read a bit with proba 'prob'. Speed-critical function!
122 const int bit = ((int)(split - value) >> 31) & 1; local
130 int bit; // Don't use 'const int bit = (value > split);", it's slower. local
134 bit = 1;
137 bit = 0;
146 return bit;

Completed in 658 milliseconds

<<21222324252627282930>>