HomeSort by relevance Sort by last modified time
    Searched defs:htole64 (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 52 #define htole64(x) ((uint64_t)(x)) macro
66 #define htole64(x) bswap64((x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 32 # define htole64(x) (x) macro
47 # define htole64(x) __bswap_64 (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 35 # define htole64(x) OSSwapHostToLittleInt64(x) macro
79 # define htole64(x) (x) macro
97 # define htole64(x) __builtin_bswap64(x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 75 # define htole64(x) (x) macro
90 # define htole64(x) __bswap_64 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 75 # define htole64(x) (x) macro
90 # define htole64(x) __bswap_64 (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 57 #ifndef htole64
58 # define htole64(x) (x) macro
72 #define HTOLE64(x) (void) (x)
134 # define htole64a(a,x) *(uint64_t*)(a) = htole64(x)
  /system/core/base/include/android-base/
endian.h 74 #define htole64(x) (x) macro
  /bionic/libc/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /development/ndk/platforms/android-9/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 155 #define htole64(x) bswap64((uint64_t)(x)) macro
162 #define HTOLE64(x) (x) = bswap64((uint64_t)(x))
171 #define htole64(x) (x)
178 #define HTOLE64(x) (void) (x)
187 #define le64toh(x) htole64(x)
194 #define LE64TOH(x) HTOLE64(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
endian.h 87 #define htole64(x) (x) macro
103 #define le64toh(x) htole64(x)

Completed in 759 milliseconds

1 2 3 4 5