Home
last modified time | relevance | path

Searched defs:hbits (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h165 const uptr hbits = (size >> (l - S)) & M; in ClassID() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h164 const uptr hbits = (size >> (l - S)) & M; in ClassID() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h163 const uptr hbits = (size >> (l - S)) & M; in ClassID() local
/netbsd-src/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.c332 uint8_t hbits[4]; in hash_df() local