OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:be64atoh
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
105
#ifndef
be64atoh
106
# define
be64atoh
(x) be64toh(*(uint64_t*)(x))
macro
gphoto2-endian-ppc.h
96
#define
be64atoh
(x) ((uint64_t)(be64atoh_x(x,0,56)|be64atoh_x(x,1,48)|be64atoh_x(x,2,40)| \
macro
Completed in 1101 milliseconds