OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htole64a
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
133
#ifndef
htole64a
134
# define
htole64a
(a,x) *(uint64_t*)(a) = htole64(x)
macro
gphoto2-endian-ppc.h
114
#define
htole64a
(a,x) (a)[7]=(uint8_t)((x)>>56), (a)[6]=(uint8_t)((x)>>48), \
macro
Completed in 4960 milliseconds