OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htobe32a
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
121
#ifndef
htobe32a
122
# define
htobe32a
(a,x) *(uint32_t*)(a) = htobe32(x)
macro
gphoto2-endian-ppc.h
105
#define
htobe32a
(a,x) (a)[0]=(uint8_t)((x)>>24), (a)[1]=(uint8_t)((x)>>16), \
macro
Completed in 86 milliseconds