OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le16toh
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
60
#ifndef
le16toh
61
# define
le16toh
(x) (x)
macro
73
#define
LE16TOH
(x) (void) (x)
109
# define le16atoh(x)
le16toh
(*(uint16_t*)(x))
gphoto2-endian-ppc.h
57
#ifndef
le16toh
58
# define
le16toh
(x) swap16(x)
macro
76
#define
LE16TOH
(x) (x) =
le16toh
(x)
ptp-pack.c
52
return ((params->byteorder==PTP_DL_LE)?
le16toh
(var):be16toh(var));
[
all
...]
Completed in 2834 milliseconds