Searched defs:last_bit (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecode.c50 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)
H A Dencode.c73 int16_t last_bit; local
98 last_bit = WebRtcIlbcfix_UnpackBits (iLBCenc_inst->bytes, iLBCbits_inst, iLBCenc_inst->mode);
99 if (last_bit)
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_ba.c217 unsigned int last_bit = 0; local
267 last_bit |= 1 << mark_bit;
273 if (last_bit & ADDR[start_byte + len_byte])
H A Dgen_bitmap.c441 int last_bit = 0; local
490 last_bit |= 1 << mark_bit;
496 if (last_bit & ADDR[start_byte + len_byte])
/external/bison/lib/
H A Dabitset.c305 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;
H A Dvbitset.c332 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;
H A Dlbitset.c886 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;
H A Debitset.c838 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;
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.cc588 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);
H A Dsparse_control_v3.cc676 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/net/quic/crypto/
H A Dstrike_register.cc446 int last_bit,
485 if (last_bit > -1) {
486 CHECK_GT(bit, static_cast<unsigned>(last_bit));
444 ValidateTree( uint32 internal_node, int last_bit, const vector<pair<unsigned, bool> >& bits, const set<uint32>& free_internal_nodes, const set<uint32>& free_external_nodes, set<uint32>* used_internal_nodes, set<uint32>* used_external_nodes) argument
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c2760 Int last_bit = last_pixel & 3; local
2767 if ( ras.gray_max_x >= last_cell && last_bit != 3 )
2807 switch ( last_bit )
/external/freetype/src/raster/
H A Dftraster.c2765 Int last_bit = last_pixel & 3; local
2772 if ( ras.gray_max_x >= last_cell && last_bit != 3 )
2812 switch ( last_bit )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2762 Int last_bit = last_pixel & 3; local
2769 if ( ras.gray_max_x >= last_cell && last_bit != 3 )
2809 switch ( last_bit )

Completed in 1281 milliseconds