Home
last modified time | relevance | path

Searched defs:mask (Results 1851 - 1875 of 2312) sorted by relevance

1...<<71727374757677787980>>...93

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1597 unsigned int mask; in crypto_bignum_legendre() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_bsd.c253 bsd_set_mediaopt(void *priv, uint32_t mask, uint32_t mode) in bsd_set_mediaopt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dlibtommath.c1067 register mp_digit *tmpc, mask, shift; in mp_div_2d() local
1412 register mp_digit *tmpc, shift, mask, r, rr; in mp_mul_2d() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Ddriver_i.h1054 wpa_drv_update_connect_params( struct wpa_supplicant *wpa_s, struct wpa_driver_associate_params *params, enum wpa_drv_update_connect_params_mask mask) wpa_drv_update_connect_params() argument
H A Devents.c910 static int match_mac_mask(const u8 *addr_a, const u8 *addr_b, const u8 *mask) in match_mac_mask() argument
H A Dscan.c2833 wpas_mac_addr_rand_scan_set(struct wpa_supplicant *wpa_s, unsigned int type, const u8 *addr, const u8 *mask) wpas_mac_addr_rand_scan_set() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c1225 static u8 set_he_cap(int val, u8 mask) in set_he_cap() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.c663 u8 mask[ETH_ALEN] = { 0 }; in hostapd_validate_bssid_configuration() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp1087 deUint32 mask = 0; in parseShaderStageList() local
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrGLContext.cpp505 void GLContext::stencilFunc (deUint32 func, int ref, deUint32 mask) in stencilFunc() argument
545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() argument
585 void GLContext::depthMask (deBool mask) in depthMask() argument
590 void GLContext::stencilMask (deUint32 mask) in stencilMask() argument
595 void GLContext::stencilMaskSeparate (deUint32 face, deUint32 mask) in stencilMaskSeparate() argument
600 blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, deUint32 mask, deUint32 filter) blitFramebuffer() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1228 const int mask = 1 << stencilBit; in test() local
1262 const int mask = 1 << stencilBit; in test() local
1293 const int mask = 1 << stencilBit; test() local
1324 const int mask = 1 << stencilBit; test() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dsae.c459 u8 mask; in sae_derive_pwe_ffc() local
1278 sae_derive_commit_element_ecc(struct sae_data *sae, struct crypto_bignum *mask) sae_derive_commit_element_ecc() argument
1301 sae_derive_commit_element_ffc(struct sae_data *sae, struct crypto_bignum *mask) sae_derive_commit_element_ffc() argument
1326 struct crypto_bignum *mask; sae_derive_commit() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_bsd.c251 bsd_set_mediaopt(void *priv, uint32_t mask, uint32_t mode) in bsd_set_mediaopt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c104 struct in_addr mask; member
2027 int line = 0, mask, failed = 0, i; in radius_server_read_clients() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dlibtommath.c1067 register mp_digit *tmpc, mask, shift; in mp_div_2d() local
1412 register mp_digit *tmpc, shift, mask, r, rr; in mp_mul_2d() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddriver_i.h1132 wpa_drv_update_connect_params( struct wpa_supplicant *wpa_s, struct wpa_driver_associate_params *params, enum wpa_drv_update_connect_params_mask mask) wpa_drv_update_connect_params() argument
H A Devents.c1093 static int match_mac_mask(const u8 *addr_a, const u8 *addr_b, const u8 *mask) in match_mac_mask() argument
H A Dscan.c3238 wpas_mac_addr_rand_scan_set(struct wpa_supplicant *wpa_s, unsigned int type, const u8 *addr, const u8 *mask) wpas_mac_addr_rand_scan_set() argument
3280 wpas_mac_addr_rand_scan_get_mask(struct wpa_supplicant *wpa_s, unsigned int type, u8 *mask) wpas_mac_addr_rand_scan_get_mask() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c1321 static u8 set_he_cap(int val, u8 mask) in set_he_cap() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.c624 u8 mask[ETH_ALEN] = { 0 }; in hostapd_validate_bssid_configuration() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp1602 angle::Result Framebuffer::clear(const Context *context, GLbitfield mask) in clear() argument
1691 blit(const Context *context, const Rectangle &sourceArea, const Rectangle &destArea, GLbitfield mask, GLenum filter) blit() argument
2285 ensureClearAttachmentsInitialized(const Context *context, GLbitfield mask) ensureClearAttachmentsInitialized() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_cfg80211.c1740 wal_cfg80211_set_bitrate_mask(struct wiphy *wiphy, oal_net_device_stru *netdev, const hi_u8 *peer, const struct cfg80211_bitrate_mask *mask) wal_cfg80211_set_bitrate_mask() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c342 static inline void dsi_set(struct dw_mipi_dsi_rockchip *dsi, u32 reg, u32 mask) in dsi_set() argument
347 static inline void dsi_update_bits(struct dw_mipi_dsi_rockchip *dsi, u32 reg, u32 mask, u32 val) in dsi_update_bits() argument
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c2017 u32 mask; in iommu_check_cache_invl_data() local
2131 u64 mask; in iommu_check_bind_data() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c3467 nodemask_t mask; cpuset_mems_allowed() local
3472 guarantee_online_mems(task_cs(tsk), &mask); cpuset_mems_allowed() local
[all...]

Completed in 83 milliseconds

1...<<71727374757677787980>>...93