HomeSort by relevance Sort by last modified time
    Searched refs:bits (Results 1126 - 1150 of 4103) sorted by null

<<41424344454647484950>>

  /external/aac/libMpegTPEnc/src/
tpenc_adts.h 144 * \return Amount of additional bits required for the current raw data block
177 int *bits
182 * \brief Start CRC region with a maximum number of bits
184 * are less than mBits bits available.
187 * number of bits is not limited.
191 * \param mBits limit of number of bits to be considered for the requested CRC region
  /external/chromium_org/chrome/browser/ui/webui/ntp/
favicon_webui_handler.cc 157 std::vector<unsigned char> bits; local
158 if (!gfx::PNGCodec::EncodeBGRASkBitmap(bitmap, true, &bits))
161 new base::RefCountedStaticMemory(&bits.front(), bits.size()));
  /external/chromium_org/components/rappor/
rappor_service_unittest.cc 50 EXPECT_EQ(16u, report.bits().size());
  /external/chromium_org/media/cast/test/utility/
barcode.cc 5 // Routines for encoding and decoding a small number of bits into an image
21 // all the bits we end the pattern with the same pattern as the
38 bool EncodeBarcode(const std::vector<bool>& bits,
49 size_t units = bits.size() * 3 + 7; // White or black bar where size matters.
62 for (size_t bit = 0; bit < bits.size(); bit++) {
63 memset(pos, 0, bits[bit] ? unit_size * 2: unit_size);
150 // if we can assume that we know how many bits we want.
  /external/chromium_org/net/spdy/
hpack_constants.h 18 // An HpackPrefix signifies |bits| stored in the top |bit_size| bits
21 uint8 bits; member in struct:net::HpackPrefix
25 // Represents a symbol and its Huffman code (stored in most-significant bits).
  /external/chromium_org/third_party/brotli/src/brotli/dec/
huffman.c 32 bit-wise reversal of the len least significant bits of key. */
77 int low; /* low bits for current root entry */
78 int mask; /* mask for low bits */
116 code.bits = 0;
130 code.bits = (uint8_t)(len);
148 root_table[low].bits = (uint8_t)(table_bits + root_bits);
151 code.bits = (uint8_t)(len - root_bits);
  /external/chromium_org/third_party/icu/source/common/
bmpset.cpp 60 * Set bits in a bit rectangle in "vertical" bit organization.
68 uint32_t bits=(uint32_t)1<<lead; local
70 table[trail]|=bits;
80 table[trail++]|=bits;
88 table[trail++]|=bits;
93 bits=~((1<<lead)-1);
95 bits&=(1<<limitLead)-1;
98 table[trail]|=bits;
101 bits=1<<limitLead;
103 table[trail]|=bits;
200 uint32_t bits, mask; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 17 static void fill_random_bits(int chars, char* bits){
21 bits[i] = rand.nextU();
34 static void print_bits( const char* bits, int w, int h) {
38 bool bit = get_bit(&bits[y], x)!=0;
133 char bits[ h * rowBytes ]; local
134 static char* binBmp = &bits[0];
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
spl_inl_mips.h 186 int bits = 0; local
190 "clz %[bits], %[n] \n\t"
191 "subu %[bits], %[i32], %[bits] \n\t"
192 : [bits] "=&r" (bits)
196 return bits;
  /external/chromium_org/third_party/zlib/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */
  /external/chromium_org/v8/src/utils/
random-number-generator.h 79 int Next(int bits) V8_WARN_UNUSED_RESULT;
  /external/clang/test/CodeGenCXX/
2007-01-06-PtrMethodInit.cpp 57 PRUint8 bits; member in struct:EventDispatchData
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 61 void getPossibleCubeFaces (const Vec3& coord, const IVec3& bits, CubeFace* faces, int& numFaces)
69 const float ex = computeFloatingPointError(x, bits.x());
70 const float ey = computeFloatingPointError(y, bits.y());
71 const float ez = computeFloatingPointError(z, bits.z());
  /external/fio/
hash.h 38 /* Sigh, gcc can't optimise this alone like it does for 32 bits. */
60 static inline unsigned long hash_long(unsigned long val, unsigned int bits)
62 /* High bits are more random, so use them. */
63 return __hash_long(val) >> (BITS_PER_LONG - bits);
71 static inline unsigned long hash_ptr(void *ptr, unsigned int bits)
73 return hash_long((uintptr_t)ptr, bits);
118 /* All but the last block: affect some 32 bits of (a,b,c) */
128 /* Last block: affect all 32 bits of (c) */
  /external/guava/guava/src/com/google/common/hash/
MessageDigestHashFunction.java 39 private final int bits; field in class:MessageDigestHashFunction
43 this.bits = getMessageDigest(algorithmName).getDigestLength() * 8;
46 public int bits() { method in class:MessageDigestHashFunction
47 return bits;
  /external/icu/icu4c/source/common/
bmpset.cpp 63 * Set bits in a bit rectangle in "vertical" bit organization.
70 int32_t lead=start>>6; // Named for UTF-8 2-byte lead byte with upper 5 bits.
71 int32_t trail=start&0x3f; // Named for UTF-8 2-byte trail byte with lower 6 bits.
74 uint32_t bits=(uint32_t)1<<lead;
76 table[trail]|=bits;
86 table[trail++]|=bits;
94 table[trail++]|=bits;
99 bits=~((1<<lead)-1);
101 bits&=(1<<limitLead)-1;
104 table[trail]|=bits;
    [all...]
  /external/jpeg/
jchuff.c 31 int put_bits; /* # of bits now in it */
212 i = (int) htbl->bits[l];
233 * it must still fit in si bits, since no code is allowed to be all ones.
292 /* Outputting bits to the file */
294 /* Only the right 24 bits of put_buffer are used; the valid bits are
295 * left-justified in this part. At most 16 bits can be passed to emit_bits
296 * in one call, and we never retain more than 7 bits in put_buffer
297 * between calls, so 24 bits are sufficient.
303 /* Emit some bits; return TRUE if successful, FALSE if must suspend *
708 UINT8 bits[MAX_CLEN+1]; \/* bits[k] = # of symbols with code length k *\/ local
    [all...]
  /external/kernel-headers/original/uapi/linux/
hdlcdrv.h 58 unsigned char bits; member in union:hdlcdrv_ioctl::__anon26827
  /external/libunwind/include/
libunwind-hppa.h 52 struct { unw_word_t bits[2]; } raw; member in struct:__anon28465::__anon28466
  /external/libunwind/src/hppa/
Ginit.c 181 unw_regname (reg), val->raw.bits[1], val->raw.bits[0]);
188 unw_regname (reg), val->raw.bits[1], val->raw.bits[0]);
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 17 # has it displacement encoded correctly with respect to the J1 and J2 bits when
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jchuff.c 35 int put_bits; /* # of bits now in it */
216 i = (int) htbl->bits[l];
237 * it must still fit in si bits, since no code is allowed to be all ones.
296 /* Outputting bits to the file */
298 /* Only the right 24 bits of put_buffer are used; the valid bits are
299 * left-justified in this part. At most 16 bits can be passed to emit_bits
300 * in one call, and we never retain more than 7 bits in put_buffer
301 * between calls, so 24 bits are sufficient.
307 /* Emit some bits; return TRUE if successful, FALSE if must suspend */
712 UINT8 bits[MAX_CLEN+1]; \/* bits[k] = # of symbols with code length k *\/ local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jchuff.c 31 int put_bits; /* # of bits now in it */
212 i = (int) htbl->bits[l];
233 * it must still fit in si bits, since no code is allowed to be all ones.
292 /* Outputting bits to the file */
294 /* Only the right 24 bits of put_buffer are used; the valid bits are
295 * left-justified in this part. At most 16 bits can be passed to emit_bits
296 * in one call, and we never retain more than 7 bits in put_buffer
297 * between calls, so 24 bits are sufficient.
303 /* Emit some bits; return TRUE if successful, FALSE if must suspend *
708 UINT8 bits[MAX_CLEN+1]; \/* bits[k] = # of symbols with code length k *\/ local
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */

Completed in 1927 milliseconds

<<41424344454647484950>>