/third_party/python/Lib/test/ |
H A D | test_functools.py | 3009 with self.assertRaises(RuntimeError) as ctx: 3018 str(ctx.exception.__context__),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 344 static void handle_auth_ft_finish(void *ctx, const u8 *dst, const u8 *bssid, in handle_auth_ft_finish() argument 348 struct hostapd_data *hapd = ctx; in handle_auth_ft_finish()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 4760 struct hns_roce_v2_qp_context ctx[2]; in hns_roce_v2_modify_qp() local 4761 struct hns_roce_v2_qp_context *context = ctx; in hns_roce_v2_modify_qp() 4762 struct hns_roce_v2_qp_context *qpc_mask = ctx + 1; in hns_roce_v2_modify_qp() 5100 /* set scc ctx clear done flag */ in hns_roce_v2_qp_flow_control_init() 5104 ibdev_err(ibdev, "failed to reset SCC ctx, ret = %d.\n", ret); in hns_roce_v2_qp_flow_control_init() 5114 ibdev_err(ibdev, "failed to clear SCC ctx, ret = %d.\n", ret); in hns_roce_v2_qp_flow_control_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 5266 static void update_qos_vpp(struct mlx4_update_qp_context *ctx, in update_qos_vpp() argument 5269 ctx->qp_mask |= cpu_to_be64(1ULL << MLX4_UPD_QP_MASK_QOS_VPP); in update_qos_vpp() 5270 ctx->qp_context.qos_vport = work->qos_vport; in update_qos_vpp()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6010 ahc_search_untagged_queues(struct ahc_softc *ahc, ahc_io_ctx_t ctx, in ahc_search_untagged_queues() argument 6068 || (ctx != NULL && ctx != scb->io_ctx)) in ahc_search_untagged_queues()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 5267 static void update_qos_vpp(struct mlx4_update_qp_context *ctx, in update_qos_vpp() argument 5270 ctx->qp_mask |= cpu_to_be64(1ULL << MLX4_UPD_QP_MASK_QOS_VPP); in update_qos_vpp() 5271 ctx->qp_context.qos_vport = work->qos_vport; in update_qos_vpp()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6005 ahc_search_untagged_queues(struct ahc_softc *ahc, ahc_io_ctx_t ctx, in ahc_search_untagged_queues() argument 6063 || (ctx != NULL && ctx != scb->io_ctx)) in ahc_search_untagged_queues()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 6999 EGLContext ctx = window->createContext(EGL_NO_CONTEXT, nullptr); 7002 EXPECT_EGL_TRUE(eglMakeCurrent(dpy, surface, surface, ctx)); 7014 eglDestroyContext(dpy, ctx);
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 4202 DUMP_FIELD(spu, "0x%p", ctx); in dump_spu_fields()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 1538 struct drm_modeset_acquire_ctx *ctx, in cdns_mhdp_connector_detect() 1537 cdns_mhdp_connector_detect(struct drm_connector *conn, struct drm_modeset_acquire_ctx *ctx, bool force) cdns_mhdp_connector_detect() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 1557 struct drm_modeset_acquire_ctx *ctx, in cdns_mhdp_connector_detect() 1556 cdns_mhdp_connector_detect(struct drm_connector *conn, struct drm_modeset_acquire_ctx *ctx, bool force) cdns_mhdp_connector_detect() argument
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 123 function awaitNCallbacks(n, cb, ctx)
|
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 669 int verify_cb(int preverify_ok, X509_STORE_CTX *ctx) { return 1; } in verify_cb() argument
|
/third_party/python/Lib/ |
H A D | inspect.py | 2240 if not isinstance(node.ctx, ast.Load):
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 834 struct wpa_connect_work *cwork = work->ctx; in sme_auth_start_cb()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 1261 #define OVR_LBL(ctx) C_RCV_HDR_OVF_ ## ctx 1262 #define OVR_ELM(ctx) \ 1263 CNTR_ELEM("RcvHdrOvr" #ctx, \ 1264 (RCV_HDR_OVFL_CNT + ctx * 0x100), \ 14580 /* Update RSM mapping table, 32 regs, 256 entries - 1 ctx per byte */ in hfi1_netdev_update_rmt() 14588 /* Wrap up netdev ctx index */ in hfi1_netdev_update_rmt()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 1220 #define OVR_LBL(ctx) C_RCV_HDR_OVF_ ## ctx 1221 #define OVR_ELM(ctx) \ 1222 CNTR_ELEM("RcvHdrOvr" #ctx, \ 1223 (RCV_HDR_OVFL_CNT + ctx * 0x100), \ 14541 /* Update RSM mapping table, 32 regs, 256 entries - 1 ctx per byte */ in hfi1_netdev_update_rmt() 14549 /* Wrap up netdev ctx index */ in hfi1_netdev_update_rmt()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 7671 wl_cfg80211_ifstats_counters_cb(void *ctx, const uint8 *data, uint16 type, uint16 len) in wl_cfg80211_ifstats_counters_cb() argument 7682 memcpy(ctx, data, sizeof(wl_if_stats_t)); in wl_cfg80211_ifstats_counters_cb() 23965 wl_he_get_uint_cb(void *ctx, uint16 *id, uint16 *len) in wl_he_get_uint_cb() argument 23967 he_xtlv_v32 *v32 = ctx; in wl_he_get_uint_cb() 23976 wl_he_pack_uint_cb(void *ctx, uint16 id, uint16 len, uint8 *buf) in wl_he_pack_uint_cb() argument 23978 he_xtlv_v32 *v32 = ctx; in wl_he_pack_uint_cb()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 8731 tcu::TestStatus bufferOffsetTest (Context& ctx, BufferOffsetParams params) 8741 const auto& vkd = ctx.getDeviceInterface(); 8742 const auto device = ctx.getDevice(); 8743 auto& alloc = ctx.getDefaultAllocator(); 8744 const auto qIndex = ctx.getUniversalQueueFamilyIndex(); 8745 const auto queue = ctx.getUniversalQueue();
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 8458 tcu::TestStatus bufferOffsetTest (Context& ctx, BufferOffsetParams params) in bufferOffsetTest() argument 8468 const auto& vkd = ctx.getDeviceInterface(); in bufferOffsetTest() 8469 const auto device = ctx.getDevice(); in bufferOffsetTest() 8470 auto& alloc = ctx.getDefaultAllocator(); in bufferOffsetTest() 8471 const auto qIndex = ctx.getUniversalQueueFamilyIndex(); in bufferOffsetTest() 8472 const auto queue = ctx.getUniversalQueue(); in bufferOffsetTest()
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 3727 AVFormatContext *ctx = track->rtp_ctx; local 3731 ff_sdp_write_media(buf, sizeof(buf), ctx->streams[0], track->src_track, 3732 NULL, NULL, 0, 0, ctx);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v11_0.c | 2554 struct drm_modeset_acquire_ctx *ctx) in dce_v11_0_crtc_gamma_set() 2552 dce_v11_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v11_0_crtc_gamma_set() argument
|
H A D | dce_v8_0.c | 2376 struct drm_modeset_acquire_ctx *ctx) in dce_v8_0_crtc_gamma_set() 2374 dce_v8_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v8_0_crtc_gamma_set() argument
|
H A D | dce_v10_0.c | 2475 struct drm_modeset_acquire_ctx *ctx) in dce_v10_0_crtc_gamma_set() 2473 dce_v10_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v10_0_crtc_gamma_set() argument
|
H A D | dce_v6_0.c | 2369 struct drm_modeset_acquire_ctx *ctx) in dce_v6_0_crtc_gamma_set() 2367 dce_v6_0_crtc_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, struct drm_modeset_acquire_ctx *ctx) dce_v6_0_crtc_gamma_set() argument
|