Searched defs:bits (Results 1 – 9 of 9) sorted by relevance
/lib/ |
D | bitmap.c | 43 int __bitmap_empty(const unsigned long *bitmap, int bits) in __bitmap_empty() 58 int __bitmap_full(const unsigned long *bitmap, int bits) in __bitmap_full() 74 const unsigned long *bitmap2, int bits) in __bitmap_equal() 89 void __bitmap_complement(unsigned long *dst, const unsigned long *src, int bits) in __bitmap_complement() 112 const unsigned long *src, int shift, int bits) in __bitmap_shift_right() 157 const unsigned long *src, int shift, int bits) in __bitmap_shift_left() 185 const unsigned long *bitmap2, int bits) in __bitmap_and() 198 const unsigned long *bitmap2, int bits) in __bitmap_or() 209 const unsigned long *bitmap2, int bits) in __bitmap_xor() 220 const unsigned long *bitmap2, int bits) in __bitmap_andnot() [all …]
|
D | decompress_bunzip2.c | 117 unsigned int bits = 0; in get_bits() local
|
D | idr.c | 58 int bits = min_t(int, layers * IDR_BITS, MAX_IDR_SHIFT); in idr_max() local
|
/lib/zlib_inflate/ |
D | inftrees.h | 29 unsigned char bits; /* bits in this part of the code */ member
|
D | inftrees.c | 24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
|
D | inffast.c | 104 unsigned bits; /* local strm->bits */ in inflate_fast() local
|
D | inflate.c | 339 unsigned bits; /* bits in bit buffer */ in zlib_inflate() local
|
D | inflate.h | 90 unsigned bits; /* number of bits in "in" */ member
|
/lib/zlib_deflate/ |
D | deftree.c | 229 int bits; /* bit counter */ in tr_static_init() local 420 int bits; /* bit length */ in gen_bitlen() local 503 int bits; /* bit index */ in gen_codes() local
|