OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htole32a
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
27
/*
htole32a
(&buf[3], value); */
130
#ifndef
htole32a
131
# define
htole32a
(a,x) *(uint32_t*)(a) = htole32(x)
macro
gphoto2-endian-ppc.h
27
/*
htole32a
(&buf[3], value); */
112
#define
htole32a
(a,x) (a)[3]=(uint8_t)((x)>>24), (a)[2]=(uint8_t)((x)>>16), \
macro
Completed in 461 milliseconds