HomeSort by relevance Sort by last modified time
    Searched full:be32 (Results 1 - 25 of 32) sorted by null

1 2

  /external/valgrind/main/none/tests/ppc32/
ldstrev.stdout.exp 3 ld be32 0x12345678
7 st be32 0xabcd1425
ldstrev.c 100 printf("ld be32 0x%08x\n", read32be( &foo ));
110 printf("st be32 0x%08x\n", foo);
  /external/wpa_supplicant_8/src/eap_common/
eap_ttls.h 13 be32 avp_code;
14 be32 avp_length; /* 8-bit flags, 24-bit length;
21 be32 avp_code;
22 be32 avp_length; /* 8-bit flags, 24-bit length;
24 be32 vendor_id;
eap_tlv_common.h 50 be32 vendor_id;
  /external/llvm/test/Object/
yaml2obj-elf-bits-endian.test 4 RUN: yaml2obj -format=elf %p/Inputs/ELF/BE32.yaml | llvm-readobj -file-headers - | FileCheck %s --check-prefix BE32
15 BE32: Class: 32-bit (0x1)
16 BE32-NEXT: DataEncoding: BigEndian (0x2)
  /external/llvm/test/MC/Mips/
elf_basic.s 2 // RUN: llvm-mc -filetype=obj -triple mips-unknown-linux %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE32 %s
12 // CHECK-BE32: ElfHeader {
13 // CHECK-BE32: Ident {
14 // CHECK-BE32: Class: 32-bit
15 // CHECK-BE32: DataEncoding: BigEndian
16 // CHECK-BE32: }
17 // CHECK-BE32: }
  /external/elfutils/0.153/lib/
ChangeLog 18 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>.
20 * sha1.c (SWAP): Use BE32.
system.h 60 # define BE32(n) bswap_32 (n)
62 # define BE32(n) (n)
sha1.c 39 #define SWAP(n) BE32 (n)
  /external/elfutils/0.153/libdwfl/
link_map.c 63 # define BE32(x) (x)
70 # define BE32(x) bswap_32 (x)
109 if (u->a32[i].a_type == BE32 (PROBE_TYPE)
110 && u->a32[i].a_un.a_val == BE32 (PROBE_VAL32))
309 addrs[i] = BE32 (in->a32[i]);
581 ? BE32 (u->a32) : LE32 (u->a32));
  /external/wpa_supplicant_8/src/utils/
common.h 196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
197 #define host_to_be32(n) ((__force be32) bswap_32((n)))
449 typedef u32 __bitwise be32; typedef
  /external/chromium_org/third_party/qcms/src/
iccread.c 34 typedef uint32_t be32; typedef
41 static be32 cpu_to_be32(int32_t v)
51 static uint32_t be32_to_cpu(be32 v)
95 be32 k;
    [all...]
  /external/chromium_org/third_party/webrtc/base/
testutils.h 560 #define BE32(x) BYTE_CAST(((uint32)x) >> 24), BYTE_CAST(((uint32)x) >> 16), \
575 #define TE32 BE32
  /external/kernel-headers/original/uapi/linux/
openvswitch.h 298 OVS_TUNNEL_KEY_ATTR_IPV4_SRC, /* be32 src IP address. */
299 OVS_TUNNEL_KEY_ATTR_IPV4_DST, /* be32 dst IP address. */
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 482 typedef ELFType<support::big, 4, false> BE32;
492 return ELFState<BE32>::writeELF(Out, Doc);
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 387 be32 lifetime;
663 be32 lifetime;
    [all...]
  /external/bison/build-aux/
config.sub 265 | be32 | be64 \
378 | be32-* | be64-* \
    [all...]
  /external/chromium_org/third_party/icu/source/
config.sub 258 | be32 | be64 \
372 | be32-* | be64-* \
    [all...]
  /external/chromium_org/third_party/opus/src/
config.sub 257 | be32 | be64 \
370 | be32-* | be64-* \
    [all...]
  /external/e2fsprogs/config/
config.sub 258 | be32 | be64 \
373 | be32-* | be64-* \
    [all...]
  /external/icu/icu4c/source/
config.sub 258 | be32 | be64 \
373 | be32-* | be64-* \
    [all...]
  /external/jemalloc/
config.sub 258 | be32 | be64 \
373 | be32-* | be64-* \
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
config.sub 254 | be32 | be64 \
363 | be32-* | be64-* \
    [all...]
  /external/libedit/
config.sub 258 | be32 | be64 \
372 | be32-* | be64-* \
    [all...]
  /external/libopus/
config.sub 257 | be32 | be64 \
370 | be32-* | be64-* \
    [all...]

Completed in 817 milliseconds

1 2