OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:be32atoh
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
102
#ifndef
be32atoh
103
# define
be32atoh
(x) be32toh(*(uint32_t*)(x))
macro
gphoto2-endian-ppc.h
94
#define
be32atoh
(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3]))
macro
ptp-pack.c
76
return ((params->byteorder==PTP_DL_LE)?le32atoh(a):
be32atoh
(a));
[
all
...]
Completed in 315 milliseconds