OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_carry
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/modes/
siv128.c
78
uint64_t
high_carry
= high & (((uint64_t)1) << 63);
local
80
int64_t low_mask = -((int64_t)(
high_carry
>> 63)) & 0x87;
/src/crypto/external/bsd/openssl/dist/crypto/modes/
siv128.c
78
uint64_t
high_carry
= high & (((uint64_t)1) << 63);
local
80
int64_t low_mask = -((int64_t)(
high_carry
>> 63)) & 0x87;
Completed in 18 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026