OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitcount
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/sys/
sha2.h
63
uint64_t
bitcount
;
member in struct:_SHA256_CTX
69
uint64_t
bitcount
[2];
member in struct:_SHA512_CTX
/src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.h
92
uint64_t
bitcount
;
97
uint64_t
bitcount
[2];
105
u_int64_t
bitcount
;
member in struct:_SHA256_CTX
110
u_int64_t
bitcount
[2];
member in struct:_SHA512_CTX
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
sha2.h
71
uint64_t
bitcount
;
member in struct:_NETPGPV_SHA256_CTX
77
uint64_t
bitcount
[2];
member in struct:_NETPGPV_SHA512_CTX
/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
sha2.h
124
uint64_t
bitcount
;
member in struct:_SHA256_CTX
129
uint64_t
bitcount
[2];
member in struct:_SHA512_CTX
137
u_int64_t
bitcount
;
member in struct:_SHA256_CTX
142
u_int64_t
bitcount
[2];
member in struct:_SHA512_CTX
/src/external/bsd/unbound/dist/compat/
sha512.c
55
uint64_t
bitcount
[2];
member in struct:_SHA512_CTX
268
context->
bitcount
[0] = context->
bitcount
[1] = 0;
360
usedspace = (context->
bitcount
[0] >> 3) % SHA512_BLOCK_LENGTH;
368
ADDINC128(context->
bitcount
, freespace << 3);
375
ADDINC128(context->
bitcount
, len << 3);
384
ADDINC128(context->
bitcount
, SHA512_BLOCK_LENGTH << 3);
391
ADDINC128(context->
bitcount
, len << 3);
401
usedspace = (context->
bitcount
[0] >> 3) % SHA512_BLOCK_LENGTH;
404
REVERSE64(context->
bitcount
[0],context->bitcount[0])
[
all
...]
/src/external/public-domain/sqlite/sqlite2mdoc/
config.h
145
uint64_t
bitcount
[2];
member in struct:_SHA2_CTX
/src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c
246
int32_t max_bitneed,
bitcount
;
local
255
bitcount
=0;
295
slicecount =
bitcount
= 0;
299
bitcount
+= slicecount;
310
} while (
bitcount
+ slicecount < global_bitpool);
311
if (
bitcount
+ slicecount == global_bitpool) {
312
bitcount
+= slicecount;
333
while (
bitcount
< global_bitpool && sb < global_bands) {
336
bitcount
++;
338
(global_bitpool >
bitcount
+ 1))
[
all
...]
/src/external/bsd/unbound/include/
config.h
1616
uint64_t
bitcount
[2];
member in struct:_SHA512_CTX
/src/sys/dev/stbi/
stb_image.c
3264
static int
bitcount
(unsigned int a)
function
3436
rshift = high_bit(mr)-7; rcount =
bitcount
(mr);
3437
gshift = high_bit(mg)-7; gcount =
bitcount
(mr);
3438
bshift = high_bit(mb)-7; bcount =
bitcount
(mr);
3439
ashift = high_bit(ma)-7; acount =
bitcount
(mr);
Completed in 23 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026