Searched defs:bits (Results 1 – 19 of 19) sorted by relevance
/lib/ |
D | base64.c | 35 int bits = 0; in base64_encode() local 76 int bits = 0; in base64_decode() local
|
D | bitmap.c | 49 const unsigned long *bitmap2, unsigned int bits) in __bitmap_equal() 67 unsigned int bits) in __bitmap_or_equal() 84 void __bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int bits) in __bitmap_complement() 241 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and() 257 const unsigned long *bitmap2, unsigned int bits) in __bitmap_or() 268 const unsigned long *bitmap2, unsigned int bits) in __bitmap_xor() 279 const unsigned long *bitmap2, unsigned int bits) in __bitmap_andnot() 307 const unsigned long *bitmap2, unsigned int bits) in __bitmap_intersects() 322 const unsigned long *bitmap2, unsigned int bits) in __bitmap_subset() 336 #define BITMAP_WEIGHT(FETCH, bits) \ argument [all …]
|
D | crc4.c | 25 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
|
D | list_sort.c | 215 size_t bits; in list_sort() local
|
D | ubsan.c | 139 unsigned bits = type_bit_width(type); in is_inline_int() local
|
D | decompress_bunzip2.c | 118 unsigned int bits = 0; in get_bits() local
|
D | test_printf.c | 547 unsigned long *bits = bitmap_zalloc(nbits, GFP_KERNEL); in large_bitmap() local
|
D | sbitmap.c | 361 unsigned int bits = min(8 - byte_bits, word_bits); in sbitmap_bitmap_show() local
|
D | test_bpf.c | 603 int bits = alu32 ? 32 : 64; in __bpf_fill_alu_shift() local 736 int bits = alu32 ? 32 : 64; in __bpf_fill_alu_shift_same_reg() local
|
/lib/zlib_dfltcc/ |
D | dfltcc_util.h | 74 const char *bits, in is_bit_set() 82 char *bits, in turn_bit_off()
|
/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 | 83 unsigned bits; /* local strm->bits */ in inflate_fast() local
|
D | inflate.c | 338 unsigned bits; /* bits in bit buffer */ in zlib_inflate() local
|
D | inflate.h | 92 unsigned bits; /* number of bits in "in" */ member
|
/lib/842/ |
D | 842_decompress.c | 89 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()
|
D | 842_compress.c | 169 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local
|
/lib/zlib_deflate/ |
D | deftree.c | 175 int bits; /* bit counter */ in tr_static_init() local 366 int bits; /* bit length */ in gen_bitlen() local 449 int bits; /* bit index */ in gen_codes() local
|
/lib/zstd/decompress/ |
D | huf_decompress.c | 149 U64 bits[4]; member
|