Searched defs:u16 (Results 26 - 50 of 61) sorted by relevance

123

/external/valgrind/main/none/tests/arm64/
H A Dfp_and_simd.c28 UShort u16[8]; member in union:_V128
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c590 UINT16 u16; local
615 BE_STREAM_TO_UINT16 (u16, p);
616 *p_len = u16;
781 return (BOOLEAN)(p_btuuid->uu.uuid16 == p_attr->attr_value.v.u16);
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c63 typedef unsigned short u16; typedef
69 u16 secs, flags;
/external/libunwind/src/dwarf/
H A DGparser.c69 uint16_t u16; local
113 if ((ret = dwarf_readu16 (as, a, addr, &u16, arg)) < 0)
115 curr_ip += u16 * dci->code_align;
/external/ltrace/
H A Dvalue.c331 uint16_t u16; member in union:word_data
357 u.u16 = word;
408 *retp = (long)u.u16;
H A Dlens_default.c686 uint16_t u16; member in union:bitvect_integral_64
706 bv.u64 = bv.u16;
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h107 UINT16 u16; /* 16-bit integer */ member in union:__anon1607::__anon1608
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h63 typedef unsigned short u16; // NOLINT typedef in namespace:__sanitizer
179 typedef ALIGNED(1) u16 uu16;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
228 static inline u16 WPA_GET_BE16(const u8 *a)
233 static inline void WPA_PUT_BE16(u8 *a, u16 val)
239 static inline u16 WPA_GET_LE1
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
228 static inline u16 WPA_GET_BE16(const u8 *a)
233 static inline void WPA_PUT_BE16(u8 *a, u16 val)
239 static inline u16 WPA_GET_LE1
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
228 static inline u16 WPA_GET_BE16(const u8 *a)
233 static inline void WPA_PUT_BE16(u8 *a, u16 val)
239 static inline u16 WPA_GET_LE1
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c372 UINT16 u16; local
378 BE_STREAM_TO_UINT16(u16, p_ptr);
384 if (u16 <= AVRC_PDU_PREV_GROUP)
389 if (u16 <= AVRC_PDU_PREV_GROUP)
728 UINT16 u16; local
731 BE_STREAM_TO_UINT16 (u16, p);
733 if ((u16 != 5) || (p_vendor->vendor_len != 9))
769 UINT16 u16; local
803 BE_STREAM_TO_UINT16 (u16, p);
804 if ((u16 !
[all...]
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c1018 uint16_t u16; local
1019 memcpy(&u16, &u->uu.uuid128[2], sizeof(u16));
1020 su.uu.uuid16 = ntohs(u16);
/external/dhcpcd/
H A Ddhcp.c1265 uint16_t u16; local
1344 memcpy(&u16, data, sizeof(u16));
1345 u16 = ntohs(u16);
1346 l = snprintf(s, len, "%d", u16);
1347 data += sizeof(u16);
/external/iptables/include/
H A Dxtables.h156 uint16_t u16, u16_range[2], port, port_range[2]; member in union:xt_option_call::__anon22626
/external/qemu/hw/pci/
H A Dpci.c726 } u16; typedef in typeref:union:__anon29676
740 u16 vendor_id = { .ptr = d->config + PCI_VENDOR_ID };
741 u16 device_id = { .ptr = d->config + PCI_DEVICE_ID };
/external/tcpdump/
H A Dprint-802_11.c1889 u_int16_t u16; member in union:__anon31500
1920 rc = cpack_uint16(s, &u.u16);
1923 rc = cpack_uint16(s, &u2.u16);
1929 rc = cpack_uint16(s, &u.u16);
1944 rc = cpack_uint16(s, &u2.u16);
2016 print_chaninfo(u.u16, u2.u16);
2019 printf("fhset %d fhpat %d ", u.u16 & 0xff, (u.u16 >> 8) & 0xff);
2077 printf("%u sq ", u.u16);
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h82 uint16_t u16[2]; member in union:_hb_var_int_t
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoengine_unittest.h673 uint16 u16 = 0; local
687 if (!buf.ReadUInt16(&u16)) return false;
688 if (seqnum) *seqnum = u16;
706 if (!buf.ReadUInt16(&u16)) return false;
709 if (!buf.ReadUInt16(&u16)) return false;
710 uint16 ext_header_len = u16;
/external/harfbuzz_ng/src/
H A Dhb-common.h82 uint16_t u16[2]; member in union:_hb_var_int_t
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp153 uint16_t u16; member in struct:BuiltInTypes
177 io.mapRequired("u16", bt.u16);
206 "u16: 65000\n"
227 EXPECT_EQ(map.u16, 65000);
254 map.u16 = 50000;
283 EXPECT_EQ(map.u16, 50000);
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c455 #define u16 unsigned short macro
514 u16 mantissa[INTERNAL_FPF_PRECISION];
530 static int IsMantissaZero(u16 *mant);
531 static void Add16Bits(u16 *carry,u16 *a,u16 b,u16 c);
532 static void Sub16Bits(u16 *borrow,u16 *a,u16
[all...]
/external/f2fs-tools/include/
H A Df2fs_fs.h25 typedef u_int16_t u16; typedef
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1221 UShort u16 = get_UShort(c); local
1222 UWord res = cc->cu_start_offset + (UWord)u16;
/external/chromium_org/third_party/libevent/
H A Devdns.c141 #define u16 ev_uint16_t macro
182 u16 trans_id; /* the transaction id */
214 u16 port;
249 u16 type : 16; /* The RR type */
250 u16 class : 16; /* The RR class (usually CLASS_INET) */
253 u16 datalen; /* Length of data; -1 if data is a label */
266 u16 trans_id; /* Transaction id. */
330 static u16 transaction_id_pick(void);
433 request_find_from_trans_id(u16 trans_id) {
545 request_trans_id_set(struct request *const req, const u16 trans_i
[all...]

Completed in 1423 milliseconds

123