OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTOBE64
(Results
1 - 2
of
2
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
78
#ifndef
htobe64
79
# define
htobe64
(x) swap64(x)
macro
85
#define
HTOBE64
(x) (x) =
htobe64
(x)
125
# define htobe64a(a,x) *(uint64_t*)(a) =
htobe64
(x)
gphoto2-endian-ppc.h
67
#ifndef
htobe64
68
# define
htobe64
(x) (x)
macro
80
#define
HTOBE64
(x) (void) (x)
Completed in 1661 milliseconds