OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le32atoh
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
25
/* uint32_t value =
le32atoh
(&buf[3]); */
111
#ifndef
le32atoh
112
# define
le32atoh
(x) le32toh(*(uint32_t*)(x))
macro
gphoto2-endian-ppc.h
25
/* uint32_t value =
le32atoh
(&buf[3]); */
99
#define
le32atoh
(x) ((uint32_t)(((x)[3]<<24)|((x)[2]<<16)|((x)[1]<<8)|(x)[0]))
macro
Completed in 930 milliseconds