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

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /system/core/base/
endian_test.cpp 67 ASSERT_EQ(le32, le32toh(le32));
  /system/core/base/include/android-base/
endian.h 85 #define le32toh(x) (x) macro
  /external/elfutils/libdwfl/
linux-core-attach.c 155 ? be32toh (val32) : le32toh (val32));
206 ? be32toh (val32) : le32toh (val32));
223 ? be32toh (val32) : le32toh (val32));
265 ? be32toh (val32) : le32toh (val32));
397 ? be32toh (val32) : le32toh (val32));
  /bionic/tests/
endian_test.cpp 83 ASSERT_EQ(le32, le32toh(le32));
  /external/vboot_reference/host/lib21/
host_misc.c 151 le32toh(guid->uuid.time_low),
  /system/bt/btcore/src/
device_class.cc 90 return (int)(le32toh(*(int*)dc) & 0xffffff);
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 159 if (osAppInfoByIndex(le32toh(unaligned_u32(&req->appIdx)), &appId, &appVer, &appSize)) {
299 mDownloadState->size = le32toh(req->size);
300 mDownloadState->crc = le32toh(req->crc);
595 uint32_t offset = le32toh(req->offset);
918 uint32_t event = le32toh(req->evtType);
    [all...]
hostIntf.c 273 packetReason = le32toh(packet->reason);
    [all...]
  /external/libjpeg-turbo/md5/
md5.c 42 * OS X doesn't have le32toh() or htole32()
46 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
77 output[i] = le32toh(ip[i]);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 186 #define le32toh(x) htole32(x) macro
193 #define LE32TOH(x) HTOLE32(x)
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 41 #define le32toh(x) ((uint32_t)(x)) macro
131 rsa->num[i] = le32toh(le32SigPack[i]);
  /system/update_engine/payload_generator/
delta_diff_utils.cc     [all...]
  /external/vboot_reference/cgpt/
cgpt_common.c 411 le32toh(guid->u.Uuid.time_low),
    [all...]
  /external/toybox/toys/pending/
fdisk.c 200 return le32toh(val);
    [all...]
  /external/libmtp/src/
ptp-pack.c 85 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var));
    [all...]

Completed in 397 milliseconds

1 2 3 45