Home
last modified time | relevance | path

Searched refs:HIGH_BITS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping_sparc64.h23 #define HIGH_BITS (64 - VMA_BITS) macro
29 ((((mem) << HIGH_BITS) >> (HIGH_BITS + (ASAN_SHADOW_SCALE))) + \
/freebsd/crypto/heimdal/lib/asn1/
H A Dhash.c191 #define HIGH_BITS (~((unsigned)(~0) >> TWELVE)) macro
202 if ((g = h & HIGH_BITS)) in hashjpw()
203 h = (h ^ (g >> SEVENTYFIVE)) & ~HIGH_BITS; in hashjpw()
/freebsd/usr.bin/gzip/
H A Dunlz.c79 #define HIGH_BITS 8 macro
83 #define HIGH_SYMBOLS (1 << HIGH_BITS)
277 lz_rd_decode_tree(rd, lm->bm_high, HIGH_BITS); in lz_rd_decode_len()