OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitflip
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
xxhash.h
4506
xxh_u64 const
bitflip
= (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed;
local
4507
xxh_u64 const keyed = (xxh_u64)combined ^
bitflip
;
4521
xxh_u64 const
bitflip
= (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed;
local
4523
xxh_u64 const keyed = input64 ^
bitflip
;
6430
xxh_u64 const
bitflip
= (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed;
6431
xxh_u64 const keyed = input_64 ^
bitflip
;
xxhash.h
4506
xxh_u64 const
bitflip
= (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed;
local
4507
xxh_u64 const keyed = (xxh_u64)combined ^
bitflip
;
4521
xxh_u64 const
bitflip
= (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed;
local
4523
xxh_u64 const keyed = input64 ^
bitflip
;
6430
xxh_u64 const
bitflip
= (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed;
6431
xxh_u64 const keyed = input_64 ^
bitflip
;
xxhash.h
4506
xxh_u64 const
bitflip
= (XXH_readLE32(secret) ^ XXH_readLE32(secret+4)) + seed;
local
4507
xxh_u64 const keyed = (xxh_u64)combined ^
bitflip
;
4521
xxh_u64 const
bitflip
= (XXH_readLE64(secret+8) ^ XXH_readLE64(secret+16)) - seed;
local
4523
xxh_u64 const keyed = input64 ^
bitflip
;
6430
xxh_u64 const
bitflip
= (XXH_readLE64(secret+16) ^ XXH_readLE64(secret+24)) + seed;
6431
xxh_u64 const keyed = input_64 ^
bitflip
;
Completed in 116 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026