OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unalign64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
mem.h
180
typedef __attribute__((aligned(1))) U64
unalign64
;
typedef
185
MEM_STATIC U64 MEM_read64(const void* ptr) { return *(const
unalign64
*)ptr; }
190
MEM_STATIC void MEM_write64(void* memPtr, U64 value) { *(
unalign64
*)memPtr = value; }
xxhash.h
3209
typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed))
unalign64
;
typedef in typeref:union:__anon8593
Completed in 43 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026