HomeSort by relevance Sort by last modified time
    Searched refs:le64toh (Results 1 - 17 of 17) sorted by null

  /external/kmod/port-gnu/
endian-darwin.h 37 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
59 # define le64toh(x) letoh64(x) macro
81 # define le64toh(x) (x) macro
99 # define le64toh(x) __builtin_bswap64(x) macro
  /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.15-4.8/sysroot/usr/include/
endian.h 77 # define le64toh(x) (x) macro
92 # define le64toh(x) __bswap_64 (x) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 80 #define le64toh(x) ((uint64_t)(x)) macro
94 #define le64toh(x) bswap64((x)) macro
  /system/core/base/
endian_test.cpp 68 ASSERT_EQ(le64, le64toh(le64));
  /system/core/base/include/android-base/
endian.h 86 #define le64toh(x) (x) macro
  /bionic/libc/include/sys/
endian.h 103 #define le64toh(x) htole64(x) macro
  /bionic/tests/
endian_test.cpp 84 ASSERT_EQ(le64, le64toh(le64));
  /external/elfutils/libdwfl/
linux-core-attach.c 230 ? be64toh (val64) : le64toh (val64));
273 ? be64toh (val64) : le64toh (val64));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 187 #define le64toh(x) htole64(x) macro
194 #define LE64TOH(x) HTOLE64(x)
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 153 if (osAppInfoById(le64toh(unaligned_u64(&req->appId)), &appIdx, &appVer, &appSize)) {
    [all...]
  /external/python/cpython3/Python/
pyhash.c 335 # define _le64toh(x) le64toh(x)
  /system/chre/host/msm/daemon/
chre_daemon.cc 184 timestampNanos = le64toh(timestampNanos);
  /device/google/contexthub/contexthubhal/
system_comms.cpp 194 hub_app_name_t res = { .id = le64toh(src.id) };
    [all...]
  /external/libmtp/src/
ptp-pack.c 91 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var));
    [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 797 milliseconds