OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htobe16a
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
119
# define
htobe16a
(a,x) *(uint16_t*)(a) = htobe16(x)
macro
gphoto2-endian-ppc.h
104
#define
htobe16a
(a,x) (a)[0]=(uint8_t)((x)>>8), (a)[1]=(uint8_t)(x)
macro
ptp-pack.c
28
htobe16a
(a,val);
[
all
...]
Completed in 974 milliseconds