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

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /system/core/base/
endian_test.cpp 63 ASSERT_EQ(le32, be32toh(be32));
  /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 77 ASSERT_EQ(le32, be32toh(be32));
  /external/kmod/libkmod/
libkmod-signature.c 131 sig_len = be32toh(get_unaligned(&modsig->sig_len));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 183 #define be32toh(x) htobe32(x) macro
190 #define BE32TOH(x) HTOBE32(x)
  /system/tpm/trunks/
trunks_ftdi_spi.cc 286 payload_size = be32toh(payload_size);
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 40 #define be32toh(x) bswap32((x)) macro
217 rsa->num[RSA_LIMBS - i - 1] = be32toh(be32Buf[i]);
  /external/avb/test/
avb_util_unittest.cc 520 TEST_F(UtilTest, be32toh) {
521 EXPECT_EQ(avb_be32toh(0x12345678), be32toh(0x12345678));
avb_vbmeta_image_unittest.cc 249 htobe32(be32toh(h->authentication_data_block_size) - 32);
256 htobe32(be32toh(h->auxiliary_data_block_size) - 32);
  /system/update_engine/payload_generator/
payload_signer.cc 279 metadata_signature_size = be32toh(metadata_signature_size);
  /external/tpm2/
tpm_generated.c 44 *target = be32toh(value_net);
92 *target = be32toh(value_net);
140 *target = be32toh(value_net);
188 *target = be32toh(value_net);
236 *target = be32toh(value_net);
284 *target = be32toh(value_net);
332 *target = be32toh(value_net);
380 *target = be32toh(value_net);
    [all...]
  /external/mmc-utils/
mmc_cmds.c     [all...]
  /system/update_engine/payload_consumer/
delta_performer.cc 515 metadata_signature_size_ = be32toh(metadata_signature_size_);
    [all...]
  /external/libmtp/src/
ptp-pack.c 85 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var));
    [all...]

Completed in 1336 milliseconds

1 2 3 45