HomeSort by relevance Sort by last modified time
    Searched refs:le16 (Results 1 - 15 of 15) sorted by null

  /system/core/base/
endian_test.cpp 30 static constexpr uint16_t le16 = 0x1234; local
38 ASSERT_EQ(be16, htons(le16));
42 ASSERT_EQ(le16, ntohs(be16));
46 ASSERT_EQ(be16, htobe16(le16));
50 ASSERT_EQ(le16, betoh16(be16));
54 ASSERT_EQ(le16, htole16(le16));
58 ASSERT_EQ(le16, letoh16(le16));
62 ASSERT_EQ(le16, be16toh(be16))
    [all...]
  /external/valgrind/none/tests/ppc32/
ldstrev.stdout.exp 2 ld le16 0x00003412
6 st le16 0xcdab5678
  /bionic/tests/
endian_test.cpp 21 static constexpr uint16_t le16 = 0x1234; variable
45 ASSERT_EQ(be16, htons(le16));
55 ASSERT_EQ(le16, ntohs(be16));
64 ASSERT_EQ(be16, htobe16(le16));
70 ASSERT_EQ(le16, htole16(le16));
76 ASSERT_EQ(le16, be16toh(be16));
82 ASSERT_EQ(le16, le16toh(le16));
89 ASSERT_EQ(le16, betoh16(be16))
    [all...]
netinet_in_test.cpp 25 static constexpr uint16_t le16 = 0x1234; variable
49 ASSERT_EQ(be16, (htons)(le16));
65 ASSERT_EQ(le16, (ntohs)(be16));
  /external/wpa_supplicant_8/src/utils/
platform.h 18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
radiotap.h 68 le16 it_len; /* length of the whole
common.h 165 #define le_to_host16(n) ((__force u16) (le16) (n))
166 #define host_to_le16(n) ((__force le16) (u16) (n))
430 typedef u16 __bitwise le16; typedef
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 752 le16 frame_control;
753 le16 duration_id;
757 le16 seq_ctrl;
771 le16 frame_control;
772 le16 duration;
776 le16 seq_ctrl;
779 le16 auth_alg;
780 le16 auth_transaction;
781 le16 status_code;
786 le16 reason_code
    [all...]
hw_features_common.c 464 le16 msk = host_to_le16(HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET |
wpa_common.h 336 le16 status_code;
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 28 le16 action_length; /* little endian length of action_frame */
54 le16 data_length; /* little endian length of data (44) */
72 le16 data_length; /* little endian length of data (78) */
80 le16 pairwise;
92 le16 data_length; /* little endian length of data (82) */
103 le16 pairwise;
ieee802_11.c 489 buf = wpabuf_alloc(sizeof(le16) + SHA256_MAC_LEN);
812 if (pos + sizeof(le16) > end) {
826 pos += sizeof(le16);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 139 failed = le_to_host16((*(le16 *) iter.this_arg)) &
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 738 if (len < sizeof(le16)) {
755 wpa_s->sme.sae_token = wpabuf_alloc_copy(data + sizeof(le16),
756 len - sizeof(le16));
    [all...]
wpa_supplicant.c     [all...]

Completed in 269 milliseconds