OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hbits
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_size_class_map.h
165
const uptr
hbits
= (size >> (l - S)) & M;
local
168
return kMidClass + (l1 << S) +
hbits
+ (lbits > 0);
/src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c
338
uint8_t
hbits
[4];
342
be32enc(
hbits
, 8*hlen);
345
hash_df_block(p, counter++,
hbits
, input, inputlen);
353
hash_df_block(t, counter,
hbits
, input, inputlen);
361
hash_df_block(secret void *h, uint8_t counter, uint8_t
hbits
[4],
373
hash_update(&ctx,
hbits
, 4);
332
uint8_t
hbits
[4];
local
Completed in 40 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026