HomeSort by relevance Sort by last modified time
    Searched refs:le16toh (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
endian.h 101 #define le16toh(x) htole16(x) macro
  /system/core/base/
endian_test.cpp 66 ASSERT_EQ(le16, le16toh(le16));
  /system/core/base/include/android-base/
endian.h 84 #define le16toh(x) (x) macro
  /bionic/tests/
endian_test.cpp 82 ASSERT_EQ(le16, le16toh(le16));
  /device/google/contexthub/contexthubhal/
message_buf.h 81 return le16toh(val);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 185 #define le16toh(x) htole16(x) macro
192 #define LE16TOH(x) HTOLE16(x)
  /external/vboot_reference/cgpt/
cgpt_common.c 412 le16toh(guid->u.Uuid.time_mid),
413 le16toh(guid->u.Uuid.time_high_and_version),
455 uint16_t codeunit = le16toh(utf16[s16idx]);
    [all...]
  /system/update_engine/common/
utils.cc 780 e_machine = le16toh(hdr->e_machine);
    [all...]
  /system/update_engine/payload_generator/
delta_diff_utils.cc     [all...]
  /external/libmtp/src/
ptp-pack.c 79 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var));
    [all...]

Completed in 809 milliseconds

1 2 3 45