OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le16atoh
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
108
#ifndef
le16atoh
109
# define
le16atoh
(x) le16toh(*(uint16_t*)(x))
macro
gphoto2-endian-ppc.h
98
#define
le16atoh
(x) ((uint16_t)(((x)[1]<<8)|(x)[0]))
macro
ptp-pack.c
70
return ((params->byteorder==PTP_DL_LE)?
le16atoh
(a):be16atoh(a));
[
all
...]
Completed in 191 milliseconds