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

  /external/webrtc/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 73 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/
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/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;
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;
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;

Completed in 275 milliseconds