OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BYTE_ARRAY_TO_UINT64
(Results
1 - 2
of
2
) sorted by null
/external/tpm2/
swap.h
23
#define
BYTE_ARRAY_TO_UINT64
(b) (UINT64)( ((UINT64)(b)[0] << 56) \
57
#define
BYTE_ARRAY_TO_UINT64
(b) *((UINT64 *)(b))
PolicyTicket.c
50
timeout =
BYTE_ARRAY_TO_UINT64
(in->timeout.t.buffer);
Completed in 193 milliseconds