OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u32_a1
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/modes/
modes_local.h
42
typedef u32
u32_a1
__attribute((__aligned__(1)));
typedef
44
typedef u32
u32_a1
;
typedef
100
# define GETU32(p) BSWAP4(*(const
u32_a1
*)(p))
101
# define PUTU32(p,v) *(
u32_a1
*)(p) = BSWAP4(v)
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026