OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htobe64a
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
124
#ifndef
htobe64a
125
# define
htobe64a
(a,x) *(uint64_t*)(a) = htobe64(x)
macro
gphoto2-endian-ppc.h
107
#define
htobe64a
(a,x) (a)[0]=(uint8_t)((x)>>56), (a)[1]=(uint8_t)((x)>>48), \
macro
ptp-pack.c
46
htobe64a
(a,val);
[
all
...]
Completed in 6410 milliseconds