Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 17 of 17) sorted by relevance

/lib/
Dbitmap.c47 const unsigned long *bitmap2, unsigned int bits) in __bitmap_equal()
65 unsigned int bits) in __bitmap_or_equal()
82 void __bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int bits) in __bitmap_complement()
172 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and()
188 const unsigned long *bitmap2, unsigned int bits) in __bitmap_or()
199 const unsigned long *bitmap2, unsigned int bits) in __bitmap_xor()
210 const unsigned long *bitmap2, unsigned int bits) in __bitmap_andnot()
226 const unsigned long *bitmap2, unsigned int bits) in __bitmap_intersects()
241 const unsigned long *bitmap2, unsigned int bits) in __bitmap_subset()
255 int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight()
[all …]
Dcrc4.c25 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
Dlist_sort.c220 size_t bits; in list_sort() local
Dubsan.c79 unsigned bits = type_bit_width(type); in is_inline_int() local
Dtest_printf.c509 unsigned long *bits = bitmap_zalloc(nbits, GFP_KERNEL); in large_bitmap() local
Dsbitmap.c315 unsigned int bits = min(8 - byte_bits, word_bits); in sbitmap_bitmap_show() local
Ddecompress_bunzip2.c118 unsigned int bits = 0; in get_bits() local
Dtest_kasan.c668 long *bits = kzalloc(sizeof(*bits) + 1, GFP_KERNEL); in kasan_bitops() local
/lib/zlib_inflate/
Dinftrees.h29 unsigned char bits; /* bits in this part of the code */ member
Dinftrees.c24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
Dinffast.c104 unsigned bits; /* local strm->bits */ in inflate_fast() local
Dinflate.c324 unsigned bits; /* bits in bit buffer */ in zlib_inflate() local
Dinflate.h90 unsigned bits; /* number of bits in "in" */ member
/lib/842/
D842_decompress.c89 u8 *in = p->in, b = p->bit, bits = b + n; in next_bits() local
163 static int __do_index(struct sw842_param *p, u8 size, u8 bits, u64 fsize) in __do_index()
D842_compress.c169 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local
/lib/zlib_deflate/
Ddeftree.c229 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
/lib/crypto/
Dsha256.c249 __be64 bits; in __sha256_final() local