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

1 2

  /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/valgrind/none/tests/ppc32/
ldstrev.stdout.exp 3 ld be32 0x12345678
7 st be32 0xabcd1425
  /bionic/tests/
byteswap_test.cpp 26 static constexpr uint32_t be32 = 0x78563412; variable
35 EXPECT_EQ(le32, bswap_32(be32));
36 EXPECT_EQ(be32, bswap_32(le32));
endian_test.cpp 26 static constexpr uint32_t be32 = 0x78563412; variable
46 ASSERT_EQ(be32, htonl(le32));
56 ASSERT_EQ(le32, ntohl(be32));
65 ASSERT_EQ(be32, htobe32(le32));
77 ASSERT_EQ(le32, be32toh(be32));
90 ASSERT_EQ(le32, betoh32(be32));
netinet_in_test.cpp 30 static constexpr uint32_t be32 = 0x78563412; variable
53 ASSERT_EQ(be32, (htonl)(le32));
69 ASSERT_EQ(le32, (ntohl)(be32));
  /system/core/base/
endian_test.cpp 35 static constexpr uint32_t be32 = 0x78563412; local
39 ASSERT_EQ(be32, htonl(le32));
43 ASSERT_EQ(le32, ntohl(be32));
47 ASSERT_EQ(be32, htobe32(le32));
51 ASSERT_EQ(le32, betoh32(be32));
63 ASSERT_EQ(le32, be32toh(be32));
  /external/wpa_supplicant_8/src/common/
dhcp.h 29 be32 xid;
32 be32 client_ip;
33 be32 your_ip;
34 be32 server_ip;
35 be32 relay_ip;
48 be32 xid;
51 be32 client_ip;
52 be32 your_ip;
53 be32 server_ip;
54 be32 relay_ip
    [all...]
  /external/cn-cbor/src/
cn-encoder.c 103 uint32_t be32 = (uint32_t)val; local
105 be32 = hton32p(&be32);
106 write_byte_and_data(ib | 26, (const void*)&be32, 4);
120 uint32_t be32; local
153 be32 = hton32p((const uint8_t*)&u32.u);
155 write_byte_and_data(IB_PRIM | 26, (const void*)&be32, 4);
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 41 be32 mn;
210 be32 actor_mn;
308 be32 lkn;
310 be32 llpn;
315 be32 okn;
317 be32 olpn;
359 be32 kn;
  /external/wpa_supplicant_8/src/utils/
common.h 180 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
181 #define host_to_be32(n) ((__force be32) bswap_32((n)))
443 typedef u32 __bitwise be32; typedef
common.c 237 be32 tmp;
  /external/wpa_supplicant_8/src/ap/
sta_info.h 71 be32 ipaddr;
  /external/ImageMagick/config/
config.sub 258 | be32 | be64 \
379 | be32-* | be64-* \
    [all...]
  /external/curl/
config.sub 258 | be32 | be64 \
381 | be32-* | be64-* \
    [all...]
  /external/e2fsprogs/config/
config.sub 258 | be32 | be64 \
380 | be32-* | be64-* \
    [all...]
  /external/google-breakpad/autotools/
config.sub 258 | be32 | be64 \
374 | be32-* | be64-* \
    [all...]
  /external/icu/icu4c/source/
config.sub 258 | be32 | be64 \
373 | be32-* | be64-* \
    [all...]
  /external/jemalloc/build-aux/
config.sub 258 | be32 | be64 \
381 | 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/libevent/
config.sub 258 | be32 | be64 \
379 | be32-* | be64-* \
    [all...]
  /external/libmicrohttpd/
config.sub 258 | be32 | be64 \
375 | be32-* | be64-* \
    [all...]
  /external/libnetfilter_conntrack/build-aux/
config.sub 258 | be32 | be64 \
375 | be32-* | be64-* \
    [all...]
  /external/libnfnetlink/build-aux/
config.sub 263 | be32 | be64 \
376 | be32-* | be64-* \
    [all...]

Completed in 787 milliseconds

1 2