/external/jpeg/ |
wrgif.c | 53 int n_bits; /* current number of bits/code */ member in struct:__anon19667 54 int maxcode; /* maximum code, given n_bits */ 72 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) 106 /* Emit a code of n_bits bits */ 110 dinfo->cur_bits += dinfo->n_bits; 147 dinfo->n_bits = i_bits; 148 dinfo->maxcode = MAXCODE(dinfo->n_bits); 164 * The given value must be less than n_bits wide.
|
/external/qemu/distrib/jpeg-6b/ |
wrgif.c | 53 int n_bits; /* current number of bits/code */ member in struct:__anon24932 54 int maxcode; /* maximum code, given n_bits */ 72 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1) 106 /* Emit a code of n_bits bits */ 110 dinfo->cur_bits += dinfo->n_bits; 147 dinfo->n_bits = i_bits; 148 dinfo->maxcode = MAXCODE(dinfo->n_bits); 164 * The given value must be less than n_bits wide.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 42 unsigned int n_bits; /* Number of bits. */ member in struct:simple_bitmap_def
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 42 unsigned int n_bits; /* Number of bits. */ member in struct:simple_bitmap_def
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 42 unsigned int n_bits; /* Number of bits. */ member in struct:simple_bitmap_def
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 42 unsigned int n_bits; /* Number of bits. */ member in struct:simple_bitmap_def
|
/external/bison/lib/ |
abitset.c | 152 bitset_bindex n_bits = BITSET_SIZE_ (src); local 159 if (rbitno >= n_bits) 164 bitno = n_bits - (rbitno + 1); 182 *next = n_bits - (bitoff + bitcnt); 193 *next = n_bits - (bitoff + 1); 785 abitset_bytes (bitset_bindex n_bits) 793 size = ABITSET_N_WORDS (n_bits); 809 abitset_init (bitset bset, bitset_bindex n_bits) 813 size = ABITSET_N_WORDS (n_bits); 814 BITSET_NBITS_ (bset) = n_bits; [all...] |
vbitset.c | 56 vbitset_resize (bitset src, bitset_bindex n_bits) 61 if (n_bits == BITSET_NBITS_ (src)) 62 return n_bits; 65 newsize = VBITSET_N_WORDS (n_bits); 110 BITSET_NBITS_ (src) = n_bits; 111 return n_bits; 175 bitset_bindex n_bits = BITSET_SIZE_ (src); local 182 if (rbitno >= n_bits) 187 bitno = n_bits - (rbitno + 1); 205 *next = n_bits - (bitoff + bitcnt) [all...] |
ebitset.c | 123 ebitset_resize (bitset src, bitset_bindex n_bits) 128 if (n_bits == BITSET_NBITS_ (src)) 129 return n_bits; 132 newsize = EBITSET_N_ELTS (n_bits); 174 BITSET_NBITS_ (src) = n_bits; 175 return n_bits; 569 bitset_bindex n_bits; local 585 n_bits = size * EBITSET_ELT_BITS; 588 if (rbitno >= n_bits) 593 bitno = n_bits - (rbitno + 1) 839 bitset_bindex n_bits; local [all...] |
lbitset.c | 580 bitset_bindex n_bits; local 586 n_bits = (elt->index + LBITSET_ELT_WORDS) * BITSET_WORD_BITS; 589 if (rbitno >= n_bits) 592 bitno = n_bits - (rbitno + 1); 639 *next = n_bits - (boffset + bcount); 655 *next = n_bits - (boffset + 1); 887 bitset_bindex n_bits; local 889 n_bits = BITSET_SIZE_ (dst); 890 last_bit = n_bits % LBITSET_ELT_BITS; 900 windex = n_bits / BITSET_WORD_BITS [all...] |
bbitset.h | 93 bitset_bindex n_bits; /* Number of bits. */ member in struct:bbitset_struct 110 #define BITSET_NBITS_(SRC) (SRC)->b.n_bits
|
/external/chromium_org/third_party/libwebp/enc/ |
vp8l.c | 451 int bits, n_bits; local 454 PrefixEncode(v->len, &code, &n_bits, &bits); 456 VP8LWriteBits(bw, n_bits, bits); 459 PrefixEncode(distance, &code, &n_bits, &bits); 461 VP8LWriteBits(bw, n_bits, bits); [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
m_gdbserver.c | 1363 Int n_bits = VG_(strlen) (ws) - 2; local [all...] |
/external/webp/src/enc/ |
vp8l.c | 451 int bits, n_bits; local 454 PrefixEncode(v->len, &code, &n_bits, &bits); 456 VP8LWriteBits(bw, n_bits, bits); 459 PrefixEncode(distance, &code, &n_bits, &bits); 461 VP8LWriteBits(bw, n_bits, bits); [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | 1946 Int n_bits; local [all...] |