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