HomeSort by relevance Sort by last modified time
    Searched refs:BITS (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/harfbuzz_ng/src/
hb-set-private.hh 305 for (unsigned int j = 0; j < BITS; j++)
307 return i * BITS + j;
314 for (unsigned int j = BITS; j; j--)
316 return (i - 1) * BITS + (j - 1);
323 static const unsigned int BITS = (1 << SHIFT);
324 static const unsigned int MASK = BITS - 1;
325 static const unsigned int ELTS = (MAX_G + 1 + (BITS - 1)) / BITS;
334 ASSERT_STATIC (sizeof (elt_t) * 8 == BITS);
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.c 75 enum arm_register rm = BITS(inst, 0, 3);
76 unsigned long shifttype = BITS(inst, 5, 6);
80 if (arm_get_register_offpc(proc, BITS(inst, 8, 11), &shift) < 0)
84 shift = BITS(inst, 7, 11);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg.asm 8 [BITS 16]
rdfseg2.asm 3 [BITS 16]
rdftest2.asm 4 [BITS 32]
rdtlib.asm 6 [BITS 32]
rdftest1.asm 13 [BITS 32]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 14 # number of bits / long
15 Readonly my $BITS => 64;
16 sub BITS { return $BITS }
26 Readonly my $MOD_MASK => BITS - 1;
30 has 'bits' => (
46 my $bits;
48 # Construct a bitset of size one word (64 bits)
49 $bits = '0' x BITS;
    [all...]
  /external/chromium_org/third_party/zlib/
infback.c 83 unsigned sym, bits; local
94 bits = 9;
95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
101 bits = 5;
102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
126 bits = state->bits; \
137 state->bits = bits; \
144 bits = 0;
253 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
inflate.c 30 * - Add comments on state->bits assertion in inffast.c
122 state->bits = 0;
154 /* set number of window bits, free window if different */
209 int ZEXPORT inflatePrime(strm, bits, value)
211 int bits;
218 if (bits < 0) {
220 state->bits = 0;
223 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR
250 unsigned sym, bits; local
598 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
fx_zlib_inflate.c 30 * - Add comments on state->bits assertion in inffast.c
121 state->bits = 0;
166 /* set number of window bits, free window if different */
232 int bits,
239 if (bits < 0) {
241 state->bits = 0;
244 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR;
245 value &= (1L << bits) - 1
271 unsigned sym, bits; local
614 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
inflate.c 30 * - Add comments on state->bits assertion in inffast.c
121 state->bits = 0;
166 /* set number of window bits, free window if different */
230 int ZEXPORT inflatePrime(strm, bits, value)
232 int bits;
239 if (bits < 0) {
241 state->bits = 0;
244 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR
271 unsigned sym, bits; local
614 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/zlib/src/
infback.c 92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits = 0;
262 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
inflate.c 30 * - Add comments on state->bits assertion in inffast.c
121 state->bits = 0;
166 /* set number of window bits, free window if different */
230 int ZEXPORT inflatePrime(strm, bits, value)
232 int bits;
239 if (bits < 0) {
241 state->bits = 0;
244 if (bits > 16 || state->bits + bits > 32) return Z_STREAM_ERROR
271 unsigned sym, bits; local
614 unsigned bits; \/* bits in bit buffer *\/ local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 84 template <int BITS> class MapSelector {
86 typedef TCMalloc_PageMap3<BITS-kPageShift> Type;
87 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType;
194 // The entries are 64 bits on 64-bit hardware and 16 bits on
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 82 template <int BITS> class MapSelector {
84 typedef TCMalloc_PageMap3<BITS-kPageShift> Type;
85 typedef PackedCache<BITS-kPageShift, uint64_t> CacheType;
184 // The entries are 64 bits on 64-bit hardware and 16 bits on
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect1.asm 0 [BITS 32]
  /external/pixman/pixman/
pixman-image.c 172 if (image->type == BITS && image->bits.free_me)
173 free (image->bits.free_me);
248 * to the position where the actual bits were.
435 case BITS:
436 if (image->bits.width == 1 &&
437 image->bits.height == 1 &&
444 code = image->bits.format;
448 if (!PIXMAN_FORMAT_A (image->bits.format) &&
449 PIXMAN_FORMAT_TYPE (image->bits.format) != PIXMAN_TYPE_GRAY &
743 bits_image_t *bits = (bits_image_t *)image; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 50 private const int BITS = 64; // number of bits / long
60 private const int MOD_MASK = BITS - 1;
62 /** <summary>The actual data bits</summary> */
65 /** <summary>Construct a bitset of size one word (64 bits)</summary> */
67 : this(BITS) {
71 public BitSet(ulong[] bits) {
72 _bits = bits;
83 * <param name="nbits">The size of the bitset in bits</param>
138 /** <summary>Grows the set to a larger number of bits.</summary
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 52 private const int BITS = 64; // number of bits / long
62 private const int MOD_MASK = BITS - 1;
64 /** <summary>The actual data bits</summary> */
67 /** <summary>Construct a bitset of size one word (64 bits)</summary> */
69 : this( BITS )
75 public BitSet( ulong[] bits )
77 _bits = bits;
89 * <param name="nbits">The size of the bitset in bits</param>
153 /** <summary>Grows the set to a larger number of bits.</summary
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BitSet.java 37 protected final static int BITS = 64; // number of bits / long
45 protected final static int MOD_MASK = BITS - 1;
47 /** The actual data bits */
48 protected long bits[]; field in class:BitSet
50 /** Construct a bitset of size one word (64 bits) */
52 this(BITS);
57 bits = bits_;
70 * @param nbits The size of the bitset in bits
73 bits = new long[((nbits - 1) >> LOG_BITS) + 1]
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
proc.c 356 #define LT_LINK_MAP(BITS) \
358 Elf##BITS##_Addr l_addr; \
359 Elf##BITS##_Addr l_name; \
360 Elf##BITS##_Addr l_ld; \
361 Elf##BITS##_Addr l_next; \
362 Elf##BITS##_Addr l_prev; \
401 #define LT_R_DEBUG(BITS) \
404 Elf##BITS##_Addr r_map; \
405 Elf##BITS##_Addr r_brk; \
407 Elf##BITS##_Addr r_ldbase;
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-armv8.pl 29 $BITS=512;
38 $BITS=256;
48 $func="sha${BITS}_block_data_order";
179 adr $Ktbl,K$BITS
229 .type K$BITS,%object
230 K$BITS:
295 .size K$BITS,.-K$BITS
299 .asciz "SHA$BITS block transform for ARMv8, CRYPTOGAMS by <appro\@openssl.org>"

Completed in 586 milliseconds

12 3 4 5 6 7