HomeSort by relevance Sort by last modified time
    Searched defs:last_bit (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
decode.c 50 int16_t last_bit; local
73 last_bit = WebRtcIlbcfix_UnpackBits(swapped, iLBCbits_inst, iLBCdec_inst->mode);
75 last_bit = WebRtcIlbcfix_UnpackBits(bytes, iLBCbits_inst, iLBCdec_inst->mode);
85 if (last_bit==1)
encode.c 71 int16_t last_bit; local
96 last_bit = WebRtcIlbcfix_UnpackBits (iLBCenc_inst->bytes, iLBCbits_inst, iLBCenc_inst->mode);
97 if (last_bit)
  /external/bison/lib/
abitset.c 305 unsigned int last_bit; local
307 last_bit = BITSET_SIZE_ (dst) % BITSET_WORD_BITS;
308 if (last_bit)
310 ((bitset_word) 1 << last_bit) - 1;
vbitset.c 332 unsigned int last_bit; local
334 last_bit = BITSET_SIZE_ (dst) % BITSET_WORD_BITS;
335 if (last_bit)
337 ((bitset_word) 1 << last_bit) - 1;
ebitset.c 838 unsigned int last_bit; local
842 last_bit = n_bits % EBITSET_ELT_BITS;
844 if (last_bit)
864 srcp[windex - woffset] &= ((bitset_word) 1 << last_bit) - 1;
lbitset.c 886 unsigned int last_bit; local
890 last_bit = n_bits % LBITSET_ELT_BITS;
892 if (last_bit)
902 srcp[windex - elt->index] &= ((bitset_word) 1 << last_bit) - 1;
  /external/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 217 unsigned int last_bit = 0; local
267 last_bit |= 1 << mark_bit;
273 if (last_bit & ADDR[start_byte + len_byte])
gen_bitmap.c 441 int last_bit = 0; local
490 last_bit |= 1 << mark_bit;
496 if (last_bit & ADDR[start_byte + len_byte])
  /external/chromium_org/net/disk_cache/blockfile/
sparse_control.cc 588 int last_bit = (child_offset_ + child_len_ + 1023) >> 10; local
590 if (child_map_.FindNextBit(&start, last_bit, false)) {
629 int last_bit = (child_offset_ + result) >> 10; local
636 if (first_bit > last_bit)
639 if (block_offset && !child_map_.Get(last_bit)) {
641 child_data_.header.last_block = last_bit;
647 child_map_.SetRange(first_bit, last_bit, true);
773 int last_bit = (child_offset_ + child_len_ + 1023) >> 10; local
777 int bits_found = child_map_.FindBits(&found, last_bit, true);
sparse_control_v3.cc 676 int last_bit = (child_offset_ + child_len_ + 1023) >> 10; local
678 if (child_map_.FindNextBit(&start, last_bit, false)) {
717 int last_bit = (child_offset_ + result) >> 10; local
724 if (first_bit > last_bit)
727 if (block_offset && !child_map_.Get(last_bit)) {
729 child_data_.header.last_block = last_bit;
735 child_map_.SetRange(first_bit, last_bit, true);
774 int last_bit = (child_offset_ + child_len_ + 1023) >> 10; local
778 int bits_found = child_map_.FindBits(&found, last_bit, true);
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 2760 Int last_bit = last_pixel & 3; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 2765 Int last_bit = last_pixel & 3; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 2762 Int last_bit = last_pixel & 3; local
    [all...]

Completed in 781 milliseconds