OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htole32a
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
gphoto2-endian-intel.h
27
/*
htole32a
(&buf[3], value); */
130
#ifndef
htole32a
131
# define
htole32a
(a,x) *(uint32_t*)(a) = htole32(x)
macro
gphoto2-endian-ppc.h
27
/*
htole32a
(&buf[3], value); */
112
#define
htole32a
(a,x) (a)[3]=(uint8_t)((x)>>24), (a)[2]=(uint8_t)((x)>>16), \
macro
ptp-pack.c
35
htole32a
(a,val);
[
all
...]
Completed in 3311 milliseconds