HomeSort by relevance Sort by last modified time
    Searched refs:be32toh (Results 1 - 25 of 28) sorted by null

1 2

  /external/kmod/shared/
missing.h 51 #define be32toh(x) bswap_32 (x) macro
53 #define be32toh(x) (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 31 # define be32toh(x) OSSwapBigToHostInt32(x) macro
55 # define be32toh(x) betoh32(x) macro
75 # define be32toh(x) ntohl(x) macro
93 # define be32toh(x) (x) macro
  /external/libese/libese-sysdeps/
android-sysdeps.c 30 return be32toh(big_endian_32bits);
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 55 #define be32toh(x) bswap32((x)) macro
69 #define be32toh(x) ((uint32_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 28 # define be32toh(x) __bswap_32 (x) macro
43 # define be32toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 71 # define be32toh(x) __bswap_32 (x) macro
86 # define be32toh(x) (x) macro
  /system/core/base/include/android-base/
endian.h 40 #define betoh32(x) be32toh(x)
81 #define be32toh(x) __builtin_bswap32(x) macro
  /external/nos/host/generic/nugget/include/
signed_header.h 103 printf("hdr.img_chk : %08x\n", be32toh(img_chk_));
104 printf("hdr.fuses_chk : %08x\n", be32toh(fuses_chk_));
105 printf("hdr.info_chk : %08x\n", be32toh(info_chk_));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 76 #define be32toh(x) bswap32((x)) macro
90 #define be32toh(x) ((uint32_t)(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/libc/include/sys/
endian.h 99 #define be32toh(x) htobe32(x) macro
  /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));
  /system/extras/ioshark/
ioshark_bench_subr.c 686 file_op->op_union.enum_size = be32toh(file_op->op_union.enum_size);
692 file_op->lseek_action = be32toh(file_op->lseek_action);
707 file_op->mmap_prot = be32toh(file_op->mmap_prot);
710 file_op->open_flags = be32toh(file_op->open_flags);
711 file_op->open_mode = be32toh(file_op->open_mode);
  /external/puffin/src/
puffpatch.cc 70 header_size = be32toh(header_size);
  /system/update_engine/payload_consumer/
payload_metadata.cc 125 metadata_signature_size_ = be32toh(metadata_signature_size_);
  /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 521 TEST_F(UtilTest, be32toh) {
522 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);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c 626 *num = be32toh(*(unsigned int *)buf);
630 *size = be32toh(*(unsigned int *)(buf + 4));
  /system/update_engine/payload_generator/
payload_signer.cc 281 metadata_signature_size = be32toh(metadata_signature_size);
  /external/nos/host/generic/citadel/updater/
updater.cpp 491 hdr->epoch_, hdr->major_, hdr->minor_, be32toh(hdr->img_chk_),

Completed in 359 milliseconds

1 2