Searched refs:lbits (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_allocator_size_class_map.h | 165 const uptr lbits = size & ((1U << (l - S)) - 1); in ClassID() local 167 return kMidClass + (l1 << S) + hbits + (lbits > 0); in ClassID()
|
| /freebsd-11-stable/sys/kern/ |
| HD | subr_inflate.c | 397 static const int lbits = 9; /* bits in base literal/length lookup table */ variable 940 bl = lbits; in inflate_dynamic()
|
| /freebsd-11-stable/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_rar5.c | 2957 int lbits, length = 2; in decode_code_length() local 2960 lbits = 0; in decode_code_length() 2963 lbits = code / 4 - 1; in decode_code_length() 2964 length += (4 | (code & 3)) << lbits; in decode_code_length() 2967 if(lbits > 0) { in decode_code_length() 2970 if(ARCHIVE_OK != read_consume_bits(a, rar, p, lbits, &add)) in decode_code_length()
|
| /freebsd-11-stable/sys/libkern/ |
| HD | zlib.c | 4657 Byte lbits; /* ltree bits decoded per branch */ member 4677 c->lbits = (Byte)bl; 4715 r = inflate_fast(c->lbits, c->dbits, c->ltree, c->dtree, s, z); 4724 c->sub.code.need = c->lbits;
|