HomeSort by relevance Sort by last modified time
    Searched refs:u16 (Results 26 - 50 of 715) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 32 u16 tls_version;
51 u16 cipher_suite;
52 u16 write_cipher_suite;
53 u16 read_cipher_suite;
61 u16 cipher_suite);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
bt_vendor_qcom.h 31 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
bt_vendor_qcom.h 31 #define STREAM_TO_UINT16(u16, p) {u16 = ((uint16_t)(*(p)) + (((uint16_t)(*((p) + 1))) << 8)); (p) += 2;}
32 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
  /external/syslinux/gpxe/src/drivers/net/
mtnic.h 244 u16 reserved1;
245 u16 next;
261 u16 stride;
262 u16 cq; /* index of port CQ associated with this ring */
291 u16 vlan_prio;
292 u16 reserved3;
300 u16 index;
301 u16 chksum;
322 u16 ring; /* ring associated with this CQ */
414 u16 ifc_rev
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_neon_YuvToRGB.S 49 vadd.u16 q2, q1, q7 // b0 = y0 * 149 + (u << 2)
50 vadd.u16 q6, q5, q7 // b1 = y1 * 149 + (u << 2)
57 vhadd.u16 q0, q11 // r0 = (r0 + r2) >> 1
58 vhadd.u16 q4, q11 // r1 = (r1 + r2) >> 1
59 vqadd.u16 q1, q14 // g0 = satu16(g0 + (-16 * 149 + 128 * 50 + 128 * 104) >> 0)
60 vqadd.u16 q5, q14 // g1 = satu16(g1 + (-16 * 149 + 128 * 50 + 128 * 104) >> 0)
61 vhadd.u16 q2, q12 // b0 = (b0 + b2) >> 1
62 vhadd.u16 q6, q12 // b1 = (b1 + b2) >> 1
64 vqsub.u16 q0, q13 // r0 = satu16(r0 - (16 * 149 + (128 >> 1) + 128 * 204) >> 1)
65 vqsub.u16 q4, q13 // r1 = satu16(r1 - (16 * 149 + (128 >> 1) + 128 * 204) >> 1
    [all...]
  /external/google-breakpad/src/processor/
binarystream.cc 63 binarystream &binarystream::operator>>(uint16_t &u16) {
67 u16 = ntohs(temp);
104 binarystream &binarystream::operator<<(uint16_t u16) {
105 u16 = htons(u16);
106 stream_.write((const char*)&u16, 2);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.h 144 u16 event_id;
145 u16 length;
150 u16 diag_type;
151 u16 length;
166 u16 payload_len;
173 u16 diag_id;
184 u16 payload_len;
191 u16 diag_id;
pkt_stats.h 78 u16 flags;
79 u16 missed_cnt;
80 u16 log_type;
81 u16 size;
87 u16 flags;
88 u16 missed_cnt;
89 u16 log_type;
90 u16 size;
336 u16 start_seq_num;
337 u16 ba_seq_num
    [all...]
wifilogger_vendor_tag_defs.h 56 u16 scan_params[18];
57 u16 scan_channels[40]; // first 40 channels only
90 u16 sme_state;
91 u16 mlm_state;
102 u16 ucBaSSN;
  /external/wpa_supplicant_8/src/ap/
sta_info.h 73 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
75 u16 capability;
76 u16 listen_interval; /* or beacon_int for APs */
83 u16 peer_lid;
84 u16 my_lid;
85 u16 peer_aid;
86 u16 mpm_close_reason;
100 u16 igtk_key_id;
121 u16 auth_alg;
128 u16 deauth_reason
    [all...]
  /external/clang/test/CodeGen/
2008-01-28-UnionSize.c 6 typedef unsigned short u16; typedef
  /external/syslinux/gpxe/src/include/
btext.h 17 #define u16 unsigned short macro
  /external/syslinux/gpxe/src/include/gpxe/
rc80211.h 16 void rc80211_update_rx ( struct net80211_device *dev, int retry, u16 rate );
ieee80211.h 301 u16 fc; /**< 802.11 Frame Control field */
302 u16 duration; /**< Microseconds to reserve link */
306 u16 seq; /**< 802.11 Sequence Control field */
332 u16 ethertype; /**< Ethernet Type field */
351 u16 fc; /**< 802.11 Frame Control field */
352 u16 duration; /**< Microseconds to reserve link */
363 u16 fc; /**< 802.11 Frame Control field */
364 u16 duration; /**< Microseconds to reserve link */
805 u16 version;
811 u16 pairwise_count
    [all...]
net80211.h 411 u16 center_freq;
414 u16 hw_value;
508 u16 rates[NET80211_NR_BANDS][NET80211_MAX_RATES];
539 u16 seqnr;
818 u16 rates[NET80211_MAX_RATES];
921 u16 state;
965 u16 aid;
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
number_precision.hpp 61 typedef u16 u16vec1; //!< \brief 16bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 40 u16 freqs[PRIVSEP_MAX_SCAN_FREQS];
104 u16 auth_type;
105 u16 auth_transaction;
106 u16 status_code;
gas.c 48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id,
49 u8 more, u16 comeback_delay, size_t size)
70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay,
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more,
80 u16 comeback_delay, size_t size)
128 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
129 u16 comeback_delay, size_t size)
147 u16 status_code,
148 u16 comeback_delay
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_offload.h 19 u8 *ip_packet, u16 ip_packet_len, u8 *src_mac_addr, u8 *dst_mac_addr, u32 period_msec);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
virtio_balloon.h 55 u16 tag;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
number_precision.hpp 61 typedef u16 u16vec1; //!< \brief 16bit unsigned integer scalar. (from GLM_GTX_number_precision extension)
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 158 u16 aid;
159 u16 capability;
171 u16 key_len;
179 u16 rid;
180 u16 len;
190 u16 cmd;
191 u16 reason_code;
  /system/extras/ext4_utils/include/ext4_utils/
ext4_utils.h 87 typedef unsigned short int u16; typedef
97 u16 bg_free_blocks_count;
98 u16 bg_free_inodes_count;
99 u16 bg_used_dirs_count;
100 u16 bg_flags;
102 u16 bg_reserved16;
103 u16 bg_checksum;
  /external/wpa_supplicant_8/src/wps/
wps_i.h 72 u16 dev_pw_id;
76 u16 alt_dev_pw_id;
89 u16 encr_type;
94 u16 auth_type;
107 u16 config_error;
108 u16 error_indication;
140 u16 config_error, u16 error_indication, const u8 *mac_addr);
156 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
158 int wps_build_dev_password_id(struct wpabuf *msg, u16 id)
    [all...]
  /external/libavc/common/arm/
ih264_inter_pred_filters_luma_vert_a9q.s 110 vmov.u16 q11, #20 @ Filter coeff 0x14 into Q11
113 vmov.u16 q12, #5 @ Filter coeff 0x5 into Q12
131 vmla.u16 q7, q6, q11 @ temp += temp1 * 20
134 vmla.u16 q10, q9, q11 @ temp4 += temp3 * 20
138 vmls.u16 q7, q8, q12 @ temp -= temp2 * 5
141 vmla.u16 q8, q6, q11
142 vmls.u16 q10, q13, q12 @ temp4 -= temp5 * 5
148 vmla.u16 q7, q6, q11
149 vmls.u16 q8, q9, q12
155 vmla.u16 q9, q6, q1
    [all...]

Completed in 636 milliseconds

12 3 4 5 6 7 8 91011>>