OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htole32
(Results
26 - 39
of
39
) sorted by null
1
2
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
endian.h
171
__uint32_t
htole32
(__uint32_t);
198
#define
htole32
(x) (x)
macro
230
#define
htole32
__swap32
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
endian.h
171
__uint32_t
htole32
(__uint32_t);
198
#define
htole32
(x) (x)
macro
230
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
endian.h
172
__uint32_t
htole32
(__uint32_t);
199
#define
htole32
(x) (x)
macro
231
#define
htole32
__swap32
macro
/system/core/adb/
usb_linux_client.c
38
#define cpu_to_le32(x)
htole32
(x)
/external/libmtp/src/
ptp-pack.c
19
return ((params->byteorder==PTP_DL_LE)?
htole32
(var):htobe32(var));
[
all
...]
Completed in 491 milliseconds
1
2