OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:be64atoh_x
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-ppc.h
95
#define
be64atoh_x
(x,off,shift) (((uint64_t)((x)[off]))<<shift)
macro
96
#define be64atoh(x) ((uint64_t)(
be64atoh_x
(x,0,56)|
be64atoh_x
(x,1,48)|
be64atoh_x
(x,2,40)| \
97
be64atoh_x
(x,3,32)|
be64atoh_x
(x,4,24)|
be64atoh_x
(x,5,16)|
be64atoh_x
(x,6,8)|((x)[7])))
/external/libmtp/
configure
[
all
...]
Completed in 160 milliseconds