HomeSort by relevance Sort by last modified time
    Searched refs:last_bit (Results 1 - 7 of 7) 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 218 unsigned int last_bit = 0; local
268 last_bit |= 1 << mark_bit;
274 if (last_bit & ADDR[start_byte + len_byte])
gen_bitmap.c 442 int last_bit = 0; local
491 last_bit |= 1 << mark_bit;
497 if (last_bit & ADDR[start_byte + len_byte])
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc.h 783 #define BC_FIELD(fmt, name, shortname, last_bit, first_bit) \
785 value |= ((v&((1ull<<((last_bit)-(first_bit)+1))-1))<<(first_bit)); \
789 return (value>>(first_bit))&((1ull<<((last_bit)-(first_bit)+1))-1); \
792 #define BC_RSRVD(fmt, last_bit, first_bit)
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_phy.c 58 u32 mask, data, last_bit, bits_shifted, first_bit; local
105 last_bit = (position + bits_left > 8) ? 8 :
108 mask = (((1 << last_bit) - 1) ^ ((1 << position) - 1)) <<
118 bits_shifted += last_bit - position;
    [all...]
  /build/make/tools/
fat16copy.py 275 last_bit = (result & 1) << 7
276 result = (result >> 1) | last_bit

Completed in 348 milliseconds