OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p64
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/check/
crc_clmul_consts_gen.c
32
static const uint64_t
p64
= 0xc96c5795d7870f42;
variable
99
calc_clrem(
p64
, 4 * 128 - 64),
100
calc_clrem(
p64
, 4 * 128));
104
calc_clrem(
p64
, 128 - 64),
105
calc_clrem(
p64
, 128));
113
//
p64
is shifted left by one so that the final multiplication
115
// use "(
p64
<< 1) | 1" instead of "
p64
<< 1" too but it makes
120
// NOTE: The 65rd bit of
p64
gets shifted out. It needs to be
124
(calc_cldiv(
p64
) << 1) | 1
[
all
...]
/src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h
642
uint64_t *
p64
= state->mem64;
local
644
__builtin_memcpy(((uint8_t *)
p64
) + state->memsize, input,
647
state->v1 = xxh64_round(state->v1, get_unaligned_le64(
p64
));
648
p64
++;
649
state->v2 = xxh64_round(state->v2, get_unaligned_le64(
p64
));
650
p64
++;
651
state->v3 = xxh64_round(state->v3, get_unaligned_le64(
p64
));
652
p64
++;
653
state->v4 = xxh64_round(state->v4, get_unaligned_le64(
p64
));
/src/crypto/external/bsd/openssh/dist/
umac.c
789
#define
p64
((UINT64)0xFFFFFFFFFFFFFFC5ull) /* 2^64 - 59 */
macro
797
UINT64 poly_key_8[STREAMS]; /*
p64
poly keys */
860
hc->poly_key_8[i],
p64
- 1);
940
if (ahc->poly_accum[i] >=
p64
)
941
ahc->poly_accum[i] -=
p64
;
Completed in 17 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026