/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-armv4.pl | 64 $ctx="r0"; $t0="r0"; 249 stmdb sp!,{$ctx,$inp,$len,r4-r11,lr} 250 ldmia $ctx,{$A,$B,$C,$D,$E,$F,$G,$H} 269 ldreq $t3,[sp,#16*4] @ pull ctx 509 str $ctx,[sp,#64] 526 ldmia $ctx,{$A-$H} 625 vld1.32 {$ABCD,$EFGH},[$ctx] 685 vst1.32 {$ABCD,$EFGH},[$ctx]
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_wgpu.cpp | 293 static void ImGui_ImplWGPU_SetupRenderState(ImDrawData* draw_data, WGPURenderPassEncoder ctx, FrameResources* fr) in ImGui_ImplWGPU_SetupRenderState() argument 313 wgpuRenderPassEncoderSetViewport(ctx, 0, 0, draw_data->FramebufferScale.x * draw_data->DisplaySize.x, draw_data->FramebufferScale.y * draw_data->DisplaySize.y, 0, 1); in ImGui_ImplWGPU_SetupRenderState() 316 wgpuRenderPassEncoderSetVertexBuffer(ctx, 0, fr->VertexBuffer, 0, 0); in ImGui_ImplWGPU_SetupRenderState() 317 wgpuRenderPassEncoderSetIndexBuffer(ctx, fr->IndexBuffer, sizeof(ImDrawIdx) == 2 ? WGPUIndexFormat_Uint16 : WGPUIndexFormat_Uint32, 0, 0); in ImGui_ImplWGPU_SetupRenderState() 318 wgpuRenderPassEncoderSetPipeline(ctx, g_pipelineState); in ImGui_ImplWGPU_SetupRenderState() 319 wgpuRenderPassEncoderSetBindGroup(ctx, 0, g_resources.CommonBindGroup, 0, NULL); in ImGui_ImplWGPU_SetupRenderState() 323 wgpuRenderPassEncoderSetBlendConstant(ctx, &blend_color); in ImGui_ImplWGPU_SetupRenderState()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_macsec_qca.c | 134 static void macsec_qca_handle_data(void *ctx, unsigned char *buf, size_t len) in macsec_qca_handle_data() argument 159 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in macsec_qca_handle_data() 163 drv_event_eapol_rx(ctx, sa, pos, left); in macsec_qca_handle_data() 205 drv->common.ctx, NULL)) { in macsec_qca_init_sockets() 260 static void * macsec_qca_init(void *ctx, const char *ifname) in macsec_qca_init() argument 276 if (driver_wired_init_common(&drv->common, ifname, ctx) < 0) { in macsec_qca_init() 318 drv->common.ctx = hapd; in macsec_qca_hapd_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 436 if (!iface || iface->ctx->ap_pin == NULL) in web_process_get_device_info() 453 cfg.pin = (u8 *) iface->ctx->ap_pin; in web_process_get_device_info() 454 cfg.pin_len = os_strlen(iface->ctx->ap_pin); in web_process_get_device_info() 655 if (iface->ctx->rx_req_put_wlan_response && in web_process_put_wlan_response() 656 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type, in web_process_put_wlan_response() 663 wpa_printf(MSG_INFO, "WPS UPnP: Fail: sm->ctx->" in web_process_put_wlan_response() 1348 static void web_connection_check_data(void *ctx, struct http_request *req) in web_connection_check_data() argument 1350 struct upnp_wps_device_sm *sm = ctx; in web_connection_check_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_rsn.c | 66 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger() argument 77 static const u8 *auth_get_psk(void *ctx, const u8 *addr, in auth_get_psk() argument 81 struct mesh_rsn *mesh_rsn = ctx; in auth_get_psk() 102 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key() argument 105 struct mesh_rsn *mesh_rsn = ctx; in auth_set_key() 125 static int auth_start_ampe(void *ctx, const u8 *addr) in auth_start_ampe() argument 127 struct mesh_rsn *mesh_rsn = ctx; in auth_start_ampe()
|
H A D | wpa_supplicant_i.h | 335 void *ctx; member 344 void *ctx); 348 void radio_remove_pending_work(struct wpa_supplicant *wpa_s, void *ctx); 418 void (*notify_neighbor_rep)(void *ctx, struct wpabuf *neighbor_rep); 814 void (*ap_configured_cb)(void *ctx, void *data); 1345 void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr, 1372 void (*cb)(void *ctx,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_macsec_qca.c | 134 static void macsec_qca_handle_data(void *ctx, unsigned char *buf, size_t len) in macsec_qca_handle_data() argument 159 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in macsec_qca_handle_data() 163 drv_event_eapol_rx(ctx, sa, pos, left); in macsec_qca_handle_data() 205 drv->common.ctx, NULL)) { in macsec_qca_init_sockets() 287 static void * macsec_qca_init(void *ctx, const char *ifname) in macsec_qca_init() argument 302 if (driver_wired_init_common(&drv->common, ifname, ctx) < 0) { in macsec_qca_init() 340 drv->common.ctx = hapd; in macsec_qca_hapd_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 436 if (!iface || iface->ctx->ap_pin == NULL) in web_process_get_device_info() 453 cfg.pin = (u8 *) iface->ctx->ap_pin; in web_process_get_device_info() 454 cfg.pin_len = os_strlen(iface->ctx->ap_pin); in web_process_get_device_info() 655 if (iface->ctx->rx_req_put_wlan_response && in web_process_put_wlan_response() 656 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type, in web_process_put_wlan_response() 663 wpa_printf(MSG_INFO, "WPS UPnP: Fail: sm->ctx->" in web_process_put_wlan_response() 1348 static void web_connection_check_data(void *ctx, struct http_request *req) in web_connection_check_data() argument 1350 struct upnp_wps_device_sm *sm = ctx; in web_connection_check_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_rsn.c | 66 static void auth_logger(void *ctx, const u8 *addr, logger_level level, in auth_logger() argument 77 static const u8 *auth_get_psk(void *ctx, const u8 *addr, in auth_get_psk() argument 81 struct mesh_rsn *mesh_rsn = ctx; in auth_get_psk() 102 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key() argument 106 struct mesh_rsn *mesh_rsn = ctx; in auth_set_key() 130 static int auth_start_ampe(void *ctx, const u8 *addr) in auth_start_ampe() argument 132 struct mesh_rsn *mesh_rsn = ctx; in auth_start_ampe()
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | GeometryJS.h | 33 napi_value GetMesh(NapiApi::FunctionContext<>& ctx);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | text_blob_impl.h | 31 virtual std::shared_ptr<Data> Serialize(void* ctx) const = 0;
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_mathbinary.h | 52 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
|
H A D | dnn_backend_native_layer_pad.h | 41 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
|
H A D | dnn_backend_native_layers.h | 28 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
|
H A D | dnn_backend_native_layer_conv2d.h | 61 * @param ctx pointer to Native model context for logging 67 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
|
H A D | dnn_backend_native_layer_dense.h | 58 * @param ctx pointer to Native model context for logging 64 int32_t output_operand_index, const void *parameters, NativeContext *ctx);
|
/third_party/libwebsockets/lib/jose/ |
H A D | private-lib-jose.h | 51 cb_jwk(struct lejp_ctx *ctx, char reason);
|
/third_party/mbedtls/library/ |
H A D | rsa_internal.h | 102 * on the parameters of \p ctx that are set with \c mbedtls_rsa_set_padding(). 105 * - does not check the padding setting of \p ctx. 106 * - allows the hash_id of \p ctx to be MBEDTLS_MD_NONE, 112 int mbedtls_rsa_rsassa_pss_sign_no_mode_check(mbedtls_rsa_context *ctx,
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
H A D | egl_wgl.h | 48 struct stw_context *ctx; member
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_x509.h | 69 * @param ctx - SSL context point 76 int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x);
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_fence.c | 45 struct pipe_context *ctx, in softpipe_fence_finish() 44 softpipe_fence_finish(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_fence_handle *fence, uint64_t timeout) softpipe_fence_finish() argument
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_nir.h | 43 bool rogue_nir_passes(struct rogue_build_ctx *ctx,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.h | 54 void fd5_program_emit(struct fd_context *ctx, struct fd_ringbuffer *ring,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_blitter.h | 43 void fd6_clear_surface(struct fd_context *ctx, struct fd_ringbuffer *ring,
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_query_sw.h | 48 etna_sw_create_query(struct etna_context *ctx, unsigned query_type);
|