Searched refs:bit_count (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/rangecoder/
H A Dprice_tablegen.c33 uint32_t bit_count = 0; local
37 bit_count <<= 1;
41 ++bit_count;
47 - 15 - bit_count;
H A Drange_encoder.h77 uint32_t bit_count, uint32_t symbol)
82 const uint32_t bit = (symbol >> --bit_count) & 1;
85 } while (bit_count != 0);
91 uint32_t bit_count, uint32_t symbol)
100 } while (--bit_count != 0);
106 uint32_t value, uint32_t bit_count)
110 = RC_DIRECT_0 + ((value >> --bit_count) & 1);
111 } while (bit_count != 0);
76 rc_bittree(lzma_range_encoder *rc, probability *probs, uint32_t bit_count, uint32_t symbol) argument
90 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs, uint32_t bit_count, uint32_t symbol) argument
105 rc_direct(lzma_range_encoder *rc, uint32_t value, uint32_t bit_count) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/rangecoder/
H A Dprice_tablegen.c33 uint32_t bit_count = 0; local
37 bit_count <<= 1;
41 ++bit_count;
47 - 15 - bit_count;
H A Drange_encoder.h77 uint32_t bit_count, uint32_t symbol)
82 const uint32_t bit = (symbol >> --bit_count) & 1;
85 } while (bit_count != 0);
91 uint32_t bit_count, uint32_t symbol)
100 } while (--bit_count != 0);
106 uint32_t value, uint32_t bit_count)
110 = RC_DIRECT_0 + ((value >> --bit_count) & 1);
111 } while (bit_count != 0);
76 rc_bittree(lzma_range_encoder *rc, probability *probs, uint32_t bit_count, uint32_t symbol) argument
90 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs, uint32_t bit_count, uint32_t symbol) argument
105 rc_direct(lzma_range_encoder *rc, uint32_t value, uint32_t bit_count) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbitfield.h28 size_t bit_count; member in struct:tr_bitfield
61 void tr_bitfieldConstruct( tr_bitfield*, size_t bit_count );
92 return b->bit_count ? ( b->true_count == b->bit_count ) : b->have_all_hint;
98 return b->bit_count ? ( b->true_count == 0 ) : b->have_none_hint;
H A Dbitfield.c66 if( !b->bit_count )
151 get_bytes_needed( size_t bit_count )
153 return ( bit_count + 7u ) / 8u;
157 set_all_true( uint8_t * array, size_t bit_count )
160 const size_t n = get_bytes_needed( bit_count );
162 array[n-1] = val << (n*8 - bit_count);
168 const size_t n = get_bytes_needed( b->bit_count );
171 assert( b->bit_count > 0 );
177 set_all_true( bits, b->bit_count );
249 tr_bitfieldConstruct( tr_bitfield * b, size_t bit_count )
[all...]
H A Dpeer-mgr.c2514 peer->progress = true_count / ( have->bit_count + 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbmpenc.c78 int bit_count = avctx->bits_per_coded_sample; local
99 av_assert1(bit_count == 8);
110 if (pal && !pal_entries) pal_entries = 1 << bit_count;
111 n_bytes_per_row = ((int64_t)avctx->width * (int64_t)bit_count + 7LL) >> 3LL;
134 bytestream_put_le16(&buf, bit_count); // BITMAPINFOHEADER.biBitCount
147 if (bit_count == 16) {
H A Dac3enc.c548 int nb_groups, bit_count; local
550 bit_count = 0;
562 bit_count += 4 + (nb_groups * 7);
566 return bit_count;
H A Dmjpegdec.c1842 int bit_count = 0; local
1858 bit_count = t * 8;
1868 bit_count--;
1874 *unescaped_buf_size = (bit_count + 7) >> 3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbmpenc.c73 int bit_count = avctx->bits_per_coded_sample; local
103 if (pal && !pal_entries) pal_entries = 1 << bit_count;
104 n_bytes_per_row = ((int64_t)avctx->width * (int64_t)bit_count + 7LL) >> 3LL;
128 bytestream_put_le16(&buf, bit_count); // BITMAPINFOHEADER.biBitCount
141 if (bit_count == 16) {
H A Dmjpegdec.c1413 int bit_count = 0; local
1431 bit_count = t * 8;
1441 bit_count--;
1447 *unescaped_buf_size = (bit_count + 7) >> 3;
H A Dac3enc.c549 int nb_groups, bit_count; local
551 bit_count = 0;
563 bit_count += 4 + (nb_groups * 7);
567 return bit_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Drsutils.c67 u8 bit_count; local
73 for (i = 0, bit_count = 0; mask; i++) {
75 list[bit_count] = i;
76 bit_count++;
82 return (bit_count);
H A Ddsopcode.c479 u32 bit_count; local
523 bit_count = (u32) length_desc->integer.value;
527 if (bit_count == 0) {
540 bit_count = 1;
549 bit_count = 8;
558 bit_count = 16;
567 bit_count = 32;
576 bit_count = 64;
591 if ((bit_offset + bit_count) > (8 * (u32) buffer_desc->buffer.length)) {
595 bit_offset + bit_count,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dks8851.c1071 int bit_count = EEPROM_OP_LEN - 1; local
1092 eepcr |= ((ctrl >> bit_count) & 1) << 2;
1093 if (bit_count-- <= 0) {
1094 bit_count = addr_len - 1;
1099 eepcr |= ((addr >> bit_count) & 1) << 2;
1100 bit_count--;
1129 if (bit_count < 0) {
1130 bit_count = EEPROM_DATA_LEN - 1;
1138 data |= ((dummy >> EEPCR_EESB_OFFSET) & 1) << bit_count;
1139 if (bit_count
1184 int bit_count = EEPROM_OP_LEN - 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dring_generic.h158 * @bit_count: number of bits in scan element
167 int bit_count; member in struct:iio_scan_el
227 .bit_count = _bits, \
242 .bit_count = _bits, \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c1522 int bit_count; local
1525 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1526 if (bit_count <= 0 || bit_count > 32) {
1531 bit_count = 32 - bit_count; /* # bits in host part */
1541 mask <<= bit_count; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2118 int bit_count; local
2121 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
2122 if (bit_count <= 0 || bit_count > 32) {
2127 bit_count = 32 - bit_count; /* # bits in host part */
2137 mask <<= bit_count; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_scb_types.h858 bit_count

Completed in 308 milliseconds