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

/freebsd-11-stable/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 + (SHADOW_SCALE))) + (SHADOW_OFFSET))
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dhash.c191 #define HIGH_BITS (~((unsigned)(~0) >> TWELVE)) macro
202 if ((g = h & HIGH_BITS))
203 h = (h ^ (g >> SEVENTYFIVE)) & ~HIGH_BITS;
/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c81 #define HIGH_BITS 8 macro
85 #define HIGH_SYMBOLS (1 << HIGH_BITS)
279 lz_rd_decode_tree(rd, lm->bm_high, HIGH_BITS);

Completed in 127 milliseconds