OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le64toh
(Results
1 - 25
of
62
) sorted by null
1
2
3
/device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h
59
#define
le64toh
(x) ((uint64_t)(x))
macro
73
#define
le64toh
(x) bswap64((x))
macro
/external/vboot_reference/cgpt/
cgpt_endian.h
34
# define
le64toh
(x) (x)
macro
49
# define
le64toh
(x) __bswap_64 (x)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h
77
# define
le64toh
(x) (x)
macro
92
# define
le64toh
(x) __bswap_64 (x)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h
77
# define
le64toh
(x) (x)
macro
92
# define
le64toh
(x) __bswap_64 (x)
macro
/external/libmtp/src/
gphoto2-endian-intel.h
66
#ifndef
le64toh
67
# define
le64toh
(x) (x)
macro
75
#define
LE64TOH
(x) (void) (x)
115
# define le64atoh(x)
le64toh
(*(uint64_t*)(x))
gphoto2-endian-ppc.h
63
#ifndef
le64toh
64
# define
le64toh
(x) swap64(x)
macro
78
#define
LE64TOH
(x) (x) =
le64toh
(x)
/bionic/libc/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/development/ndk/platforms/android-21/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/development/ndk/platforms/android-3/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
endian.h
103
#define
le64toh
(x) htole64(x)
macro
Completed in 1175 milliseconds
1
2
3