OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:case_adjust
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/lhash/
lhash.c
405
const long int
case_adjust
= ~0x40;
local
407
const long int
case_adjust
= ~0x20;
local
414
v = n | (
case_adjust
& *c);
/src/crypto/external/apache2/openssl/dist/include/internal/
hashtable.h
267
const long int
case_adjust
= ~0x40;
local
269
const long int
case_adjust
= ~0x20;
local
276
tgt[i] =
case_adjust
& src[i];
Completed in 22 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026