OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:be16atoh
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
99
#ifndef
be16atoh
100
# define
be16atoh
(x) be16toh(*(uint16_t*)(x))
macro
gphoto2-endian-ppc.h
93
#define
be16atoh
(x) ((uint16_t)(((x)[0]<<8)|(x)[1]))
macro
Completed in 837 milliseconds