OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htobe32a
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
121
#ifndef
htobe32a
122
# define
htobe32a
(a,x) *(uint32_t*)(a) = htobe32(x)
macro
gphoto2-endian-ppc.h
105
#define
htobe32a
(a,x) (a)[0]=(uint8_t)((x)>>24), (a)[1]=(uint8_t)((x)>>16), \
macro
ptp-pack.c
37
htobe32a
(a,val);
[
all
...]
Completed in 90 milliseconds