Home
last modified time | relevance | path

Searched defs:dst (Results 2351 - 2375 of 3040) sorted by relevance

1...<<919293949596979899100>>...122

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c1257 static void hostapd_notify_auth_ft_finish(void *ctx, const u8 *dst, in hostapd_notify_auth_ft_finish() argument
H A Dwpa_auth_glue.c635 const u8 *dst; member
694 static int hostapd_wpa_auth_send_ether(void *ctx, const u8 *dst, u16 proto, in hostapd_wpa_auth_send_ether() argument
889 hostapd_wpa_auth_send_oui(void *ctx, const u8 *dst, u8 oui_suffix, const u8 *data, size_t data_len) hostapd_wpa_auth_send_oui() argument
1027 hostapd_wpa_auth_send_ft_action(void *ctx, const u8 *dst, const u8 *data, size_t data_len) hostapd_wpa_auth_send_ft_action() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c342 struct sockaddr_in *dst; in dpp_ipaddr_to_sockaddr() local
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp329 void ContextWrapper::glBlendFunc (deUint32 src, deUint32 dst) in glBlendFunc() argument
H A DsglrReferenceContext.cpp1370 PixelBufferAccess dst = texture.getFace(level, face); texSubImage3D() variable
1389 PixelBufferAccess dst = texture.getLevel(level); texSubImage3D() variable
1408 PixelBufferAccess dst = texture.getLevel(level); texSubImage3D() variable
1427 PixelBufferAccess dst = texture.getLevel(level); texSubImage3D() variable
1479 PixelBufferAccess dst = texture->getLevel(level); copyTexImage1D() local
[all...]
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.cpp344 static void getPixelFormatAttribs (const Functions& wgl, HDC deviceCtx, int pixelFormat, int numAttribs, const int* attribs, std::map<int, int>* dst) in getPixelFormatAttribs() argument
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrFragmentOperations.cpp67 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const Vec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleColorBuffer() argument
68 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const IVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); } in clearMultisampleColorBuffer() argument
69 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const UVec4& v, const WindowRectangle& r) { tcu::clear(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v.cast<int>()); } in clearMultisampleColorBuffer() argument
70 void clearMultisampleDepthBuffer (const tcu::PixelBufferAccess& dst, floa in clearMultisampleColorBuffer() argument
71 clearMultisampleStencilBuffer(const tcu::PixelBufferAccess& dst, int v, const WindowRectangle& r) clearMultisampleStencilBuffer() argument
503 multiply(float src, float dst) multiply() argument
504 screen(float src, float dst) screen() argument
505 darken(float src, float dst) darken() argument
506 lighten(float src, float dst) lighten() argument
507 difference(float src, float dst) difference() argument
508 exclusion(float src, float dst) exclusion() argument
510 overlay(float src, float dst) overlay() argument
518 colordodge(float src, float dst) colordodge() argument
528 colorburn(float src, float dst) colorburn() argument
538 hardlight(float src, float dst) hardlight() argument
546 softlight(float src, float dst) softlight() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglBufferAgeTests.cpp175 void generateRandomFrame (Frame* dst, const vector<BufferAgeTest::DrawType>& drawTypes, de::Random& rnd) in generateRandomFrame() argument
H A DteglPartialUpdateTests.cpp162 void generateRandomFrame (Frame& dst, const vector<PartialUpdateTest::DrawType>& drawTypes, de::Random& rnd) in generateRandomFrame() argument
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp184 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx) in getBasicTexCoord2D() argument
221 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx) in getAffineTexCoord2D() argument
495 randomPartition(vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) randomPartition() argument
520 computeGridLayout(vector<IVec4>& dst, int width, int height) computeGridLayout() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp368 void translateStencilState (const StencilParams& src, rr::StencilState& dst) in translateStencilState() argument
379 void translateCommand (const RenderCommand& src, RefRenderCommand& dst, const TestRenderTarget& renderTarget) in translateCommand() argument
[all...]
H A Des2fTextureMipmapTests.cpp187 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx) in getBasicTexCoord2D() argument
224 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx) in getAffineTexCoord2D() argument
551 randomPartition(vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) randomPartition() argument
576 computeGridLayout(vector<IVec4>& dst, int width, int height) computeGridLayout() argument
[all...]
H A Des2fTextureSpecificationTests.cpp566 void TextureSpecCase::renderTex2D (tcu::Surface& dst, int width, int height) in renderTex2D() argument
583 void TextureSpecCase::renderTexCube (tcu::Surface& dst, int width, int height, tcu::CubeFace face) in renderTexCube() argument
610 void TextureSpecCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec) in generateVertices() argument
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp175 static void getBasicTexCoord2D (std::vector<float>& dst, int cellNdx) in getBasicTexCoord2D() argument
212 static void getAffineTexCoord2D (std::vector<float>& dst, int cellNdx) in getAffineTexCoord2D() argument
482 randomPartition(vector<IVec4>& dst, de::Random& rnd, int x, int y, int width, int height) randomPartition() argument
507 computeGridLayout(vector<IVec4>& dst, int width, int height) computeGridLayout() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp368 void translateStencilState (const StencilParams& src, rr::StencilState& dst) in translateStencilState() argument
379 void translateCommand (const RenderCommand& src, RefRenderCommand& dst, const TestRenderTarget& renderTarget) in translateCommand() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c886 int radius_msg_copy_attr(struct radius_msg *dst, struct radius_msg *src, in radius_msg_copy_attr() argument
1674 int radius_copy_class(struct radius_class_data *dst, in radius_copy_class() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c531 int wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, in wpa_supplicant_send_2_of_4() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dcommon.c494 char *dst = (char *) str; in wpa_unicode2ascii_inplace() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_er.c224 struct sockaddr_in dst; in wps_er_ap_unsubscribe() local
428 struct sockaddr_in dst; in wps_er_subscribe() local
894 wps_er_soap_hdr(const struct wpabuf *msg, const char *name, const char *arg_name, const char *path, const struct sockaddr_in *dst, char **len_ptr, char **body_ptr) wps_er_soap_hdr() argument
966 struct sockaddr_in dst; wps_er_sta_send_msg() local
1424 struct sockaddr_in dst; wps_er_send_set_sel_reg() local
1698 struct sockaddr_in dst; wps_er_ap_put_message() local
1870 struct sockaddr_in dst; wps_er_send_get_device_info() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dap.c1192 void ap_eapol_tx_status(void *ctx, const u8 *dst, in ap_eapol_tx_status() argument
H A Dbss.c285 static void wpa_bss_copy_res(struct wpa_bss *dst, struct wpa_scan_res *src, in wpa_bss_copy_res() argument
[all...]
H A Dhs20_supplicant.c263 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes, in hs20_anqp_send_req() argument
H A Dp2p_supplicant_sd.c988 u64 wpas_p2p_sd_request(struct wpa_supplicant *wpa_s, const u8 *dst, in wpas_p2p_sd_request() argument
997 u64 wpas_p2p_sd_request_upnp(struct wpa_supplicant *wpa_s, const u8 *dst, in wpas_p2p_sd_request_upnp() argument
1017 u64 wpas_p2p_sd_request_asp(struct wpa_supplicant *wpa_s, const u8 *dst, u8 id, in wpas_p2p_sd_request_asp() argument
1052 static u64 wpas_p2p_sd_request_wfd(struct wpa_supplicant *wpa_s, const u8 *dst, in wpas_p2p_sd_request_wfd() argument
1096 wpas_p2p_sd_request_wifi_display(struct wpa_supplicant *wpa_s, const u8 *dst, const char *role) wpas_p2p_sd_request_wifi_display() argument
1139 wpas_p2p_sd_response(struct wpa_supplicant *wpa_s, int freq, const u8 *dst, u8 dialog_token, const struct wpabuf *resp_tlvs) wpas_p2p_sd_response() argument
[all...]
H A Drrm.c1382 wpas_rrm_handle_radio_measurement_request(struct wpa_supplicant *wpa_s, const u8 *src, const u8 *dst, const u8 *frame, size_t len) wpas_rrm_handle_radio_measurement_request() argument

Completed in 43 milliseconds

1...<<919293949596979899100>>...122