HomeSort by relevance Sort by last modified time
    Searched refs:u8 (Results 276 - 300 of 1382) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/ap/
ieee802_11_he.c 19 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid)
22 u8 *pos = eid;
52 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid)
55 u8 *pos = eid;
utils.c 19 int (*cb)(void *ctx, const u8 *sa,
20 const u8 *da, const u8 *bssid,
21 const u8 *ie, size_t ie_len,
45 const u8 *addr;
87 void hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr)
ap_list.h 21 u8 addr[6];
22 u8 supported_rates[WLAN_SUPP_RATES_MAX];
dhcp_snoop.c 32 static void handle_dhcp(void *ctx, const u8 *src_addr, const u8 *buf,
39 const u8 *end, *pos;
57 end = (const u8 *) b + tot_len;
60 const u8 *opt = pos++;
114 (u8 *) &sta->ipaddr);
117 res = hostapd_drv_br_add_ip_neigh(hapd, 4, (u8 *) &b->your_ip,
133 (u8 *) buf, len);
preauth_auth.h 19 u8 *buf, size_t len);
41 u8 *buf, size_t len)
wnm_ap.c 27 static int ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
28 u8 *buf, u16 *buf_len, enum wnm_oper oper)
37 static int ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
38 u8 *buf, u16 *buf_len, enum wnm_oper oper)
48 const u8 *addr, u8 dialog_token,
49 u8 action_type, u16 intval)
57 u8 *wnmtfs_ie;
58 u8 wnmsleep_ie_len;
60 u8 *pos
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 92 typedef UINT8 u8; typedef
104 typedef UINT8 u8; typedef
121 typedef uint8_t u8; typedef
212 static inline u16 WPA_GET_BE16(const u8 *a)
217 static inline void WPA_PUT_BE16(u8 *a, u16 val)
223 static inline u16 WPA_GET_LE16(const u8 *a)
228 static inline void WPA_PUT_LE16(u8 *a, u16 val)
234 static inline u32 WPA_GET_BE24(const u8 *a)
239 static inline void WPA_PUT_BE24(u8 *a, u32 val)
246 static inline u32 WPA_GET_BE32(const u8 *a
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_16_neon.asm 42 vld1.u8 {d0}, [r8@64], r1 ; p7
43 vld1.u8 {d1}, [r8@64], r1 ; p6
44 vld1.u8 {d2}, [r8@64], r1 ; p5
45 vld1.u8 {d3}, [r8@64], r1 ; p4
46 vld1.u8 {d4}, [r8@64], r1 ; p3
47 vld1.u8 {d5}, [r8@64], r1 ; p2
48 vld1.u8 {d6}, [r8@64], r1 ; p1
49 vld1.u8 {d7}, [r8@64], r1 ; p0
50 vld1.u8 {d8}, [r8@64], r1 ; q0
51 vld1.u8 {d9}, [r8@64], r1 ; q
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 205 throw new DexException("Literal out of range: " + Hex.u8(literal));
217 throw new DexException("Literal out of range: " + Hex.u8(literal));
229 throw new DexException("Literal out of range: " + Hex.u8(literal));
241 throw new DexException("Literal out of range: " + Hex.u8(literal));
278 + Hex.u8(registerCount));
292 throw new DexException("Register A out of range: " + Hex.u8(a));
306 throw new DexException("Register A out of range: " + Hex.u8(a));
320 throw new DexException("Register A out of range: " + Hex.u8(a));
334 throw new DexException("Register B out of range: " + Hex.u8(b));
348 throw new DexException("Register B out of range: " + Hex.u8(b))
    [all...]
  /external/clang/test/Lexer/
string-literal-encoding.c 17 char const *h = u8"?????"; // expected-error {{illegal character encoding in string literal}}
31 char const *h = u8"foo ?????"; // expected-error {{illegal character encoding in string literal}}
  /external/libcxx/test/std/strings/string.view/string_view.literals/
literal.pass.cpp 24 static_assert ( std::is_same<decltype( u8"Hi"sv), std::string_view>::value, "" );
35 foo = u8""sv; assert( foo.size() == 0);
41 foo = u8" "sv; assert( foo.size() == 1);
47 foo = u8"ABC"sv; assert( foo == u8"ABC"); assert( foo == std::string_view (u8"ABC"));
53 static_assert(u8"ABC"sv.size() == 3, "");
59 static_assert(noexcept(u8"ABC"sv), "");
  /external/wpa_supplicant_8/src/wps/
wps_upnp.h 33 const u8 *mac_addr, const struct wpabuf *msg,
45 const u8 from_mac_addr[ETH_ALEN],
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.h 168 u8 payload_len;
169 u8 vdev_level:3;
170 u8 vdev_id:5;
174 u8 payload[0];
186 u8 payload_len;
187 u8 vdev_level:3;
188 u8 vdev_id:5;
192 u8 payload[0];
  /system/nfc/src/nfc/include/
llcp_defs.h 40 #define LLCP_GET_NS(u8) ((uint8_t)(u8) >> 4)
41 #define LLCP_GET_NR(u8) ((uint8_t)(u8)&0x0F)
88 #define LLCP_GET_MAJOR_VERSION(u8) (((uint8_t)(u8) >> 4) & 0x0F)
89 #define LLCP_GET_MINOR_VERSION(u8) ((uint8_t)(u8)&0x0F)
  /external/wpa_supplicant_8/src/eap_common/
eap_pwd_common.c 19 u8 allzero[SHA256_MAC_LEN];
26 void eap_pwd_h_update(struct crypto_hash *hash, const u8 *data, size_t len)
32 void eap_pwd_h_final(struct crypto_hash *hash, u8 *digest)
40 static int eap_pwd_kdf(const u8 *key, size_t keylen, const u8 *label,
41 size_t labellen, u8 *result, size_t resultbitlen)
44 u8 digest[SHA256_MAC_LEN];
60 crypto_hash_update(hash, (u8 *) &i, sizeof(u16));
62 crypto_hash_update(hash, (u8 *) &L, sizeof(u16));
75 u8 mask = 0xff
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gk104.asm 97 $p1 suldgb b128 $r0q ca zero u8 g[$r4d] $r2 $p0
99 $p2 suldgb b128 $r0q cg zero u8 g[$r4d] $r2 $p0
100 $p1 suldgb b128 $r0q cv zero u8 g[$r4d] $r2 $p0
104 $p1 suldgb b128 $r0q ca zero u8 g[$r4d] $r2 $p0
106 $p2 suldgb b128 $r0q cg zero u8 g[$r4d] $r2 $p0
107 $p1 suldgb b128 $r0q cv zero u8 g[$r4d] $r2 $p0
119 $p1 suldgb b64 $r0d ca zero u8 g[$r4d] $r2 $p0
122 $p2 suldgb b64 $r0d cg zero u8 g[$r4d] $r2 $p0
123 $p1 suldgb b64 $r0d cv zero u8 g[$r4d] $r2 $p0
135 $p1 suldgb b64 $r0d ca zero u8 g[$r4d] $r2 $p
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason)
41 const u8 * wpas_mbo_get_bss_attr(struct wpa_bss *bss, enum mbo_attr_id attr)
43 const u8 *mbo, *end;
61 u8 start, u8 end)
63 u8 i;
76 struct wpabuf *mbo, u8 start, u8 end
    [all...]
op_classes.c 19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan,
43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel)
45 u8 center_channels[] = { 42, 58, 106, 122, 138, 155 };
65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel)
67 u8 center_chan;
78 u8 adj_chan = center_chan - 6 + i * 4;
100 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel)
102 u8 center_channels[] = { 50, 114 };
123 u8 channel)
125 u8 center_chan
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
via-velocity.h 208 u8 CSM;
209 u8 IPKT;
240 u8 TCR;
241 u8 TCPLS:2;
242 u8 reserved:2;
243 u8 CMDZ:4;
293 u8 *buf;
858 #define EERSV_BOOT_RPL ((u8) 0x01) /* Boot method selection for VT6110 */
860 #define EERSV_BOOT_MASK ((u8) 0x06)
861 #define EERSV_BOOT_INT19 ((u8) 0x00
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
vga.h 19 #define u8 unsigned char macro
34 u8 read_seq_b(u16 addr);
35 u8 read_gra_b(u16 addr);
36 u8 read_crtc_b(u16 addr);
37 u8 read_att_b(u16 addr);
168 u8 crtc[CRTC_C];
169 u8 atc[ATT_C];
170 u8 gdc[GRA_C];
171 u8 seq[SEQ_C];
172 u8 misc; // the misc register, MIS_
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
core.h 132 u8 version;
136 u8 irq_masks_cur[WCD9XXX_NUM_IRQ_REGS];
137 u8 irq_masks_cache[WCD9XXX_NUM_IRQ_REGS];
138 u8 irq_level[WCD9XXX_NUM_IRQ_REGS];
160 u8 idbyte[4];
165 u8 val);
168 u8 val);
170 int count, u8 *buf);
172 int count, u8 *buf);
175 int wcd9xxx_get_logical_addresses(u8 *pgd_la, u8 *inf_la)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier)
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier)
138 static const char *radius_code_string(u8 code)
162 u8 type;
265 static const struct radius_attr_type *radius_get_attr_type(u8 type)
365 int radius_msg_finish(struct radius_msg *msg, const u8 *secret,
369 u8 auth[MD5_MAC_LEN];
383 wpabuf_len(msg->buf), (u8 *) (attr + 1))
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_planar.s 190 vmlal.u8 q6, d5, d0 @(1)(row+1) * src[nt-1]
193 vmlal.u8 q6, d8, d1 @(1)(col+1) * src[3nt+1]
196 vmlal.u8 q6, d6, d3 @(1)(nt-1-row) * src[2nt+1+col]
199 vmlal.u8 q6, d9, d20 @(1)(nt-1-col) * src[2nt-1-row]
207 vmlal.u8 q15, d5, d0 @(2)
210 vmlal.u8 q15, d8, d1 @(2)
212 vmlal.u8 q15, d6, d3 @(2)
213 vmlal.u8 q15, d9, d21 @(2)
221 vmlal.u8 q14, d5, d0 @(3)
224 vmlal.u8 q14, d8, d1 @(3
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_common.h 253 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
255 void tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf,
260 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label,
261 const u8 *seed, size_t seed_len, u8 *out, size_t outlen);
262 int tlsv12_key_x_server_params_hash(u16 tls_version, u8 hash_Alg,
263 const u8 *client_random,
264 const u8 *server_random,
265 const u8 *server_params,
266 size_t server_params_len, u8 *hash)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 52 u8 ie_type; /* FTIE */
53 u8 ie_len;
54 u8 mic_ctrl[2];
55 u8 mic[TDLS_MIC_LEN];
56 u8 Anonce[WPA_NONCE_LEN]; /* Responder Nonce in TDLS */
57 u8 Snonce[WPA_NONCE_LEN]; /* Initiator Nonce in TDLS */
62 u8 ie_type; /* Timeout IE */
63 u8 ie_len;
64 u8 interval_type;
65 u8 value[TDLS_TIMEOUT_LEN]
    [all...]

Completed in 409 milliseconds

<<11121314151617181920>>