Searched refs:wctx (Results 1 – 4 of 4) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | BuilderContractsTest.kt | 29 val wctx: Int in <lambda>() constant 31 wctx = 239 in <lambda>() 33 consume(wctx) in <lambda>()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 485 static LLVMValueRef enter_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, in enter_waterfall() argument 493 wctx->use_waterfall = divergent; in enter_waterfall() 504 wctx->phi_bb[0] = LLVMGetInsertBlock(ctx->ac.builder); in enter_waterfall() 510 static LLVMValueRef exit_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, in exit_waterfall() argument 520 if (!wctx->use_waterfall) in exit_waterfall() 523 wctx->phi_bb[1] = LLVMGetInsertBlock(ctx->ac.builder); in exit_waterfall() 531 ret = ac_build_phi(&ctx->ac, LLVMTypeOf(value), 2, phi_src, wctx->phi_bb); in exit_waterfall() 539 LLVMValueRef cc = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, cc_phi_src, wctx->phi_bb); in exit_waterfall() 1645 static LLVMValueRef enter_waterfall_ssbo(struct ac_nir_context *ctx, struct waterfall_context *wctx, in enter_waterfall_ssbo() argument 1648 return enter_waterfall(ctx, wctx, get_src(ctx, src), in enter_waterfall_ssbo() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | eapol_test.c | 583 struct wpa_sm_ctx *wctx; in test_eapol() local 618 wctx = os_zalloc(sizeof(*wctx)); in test_eapol() 619 if (wctx == NULL) { in test_eapol() 623 wctx->ctx = e; in test_eapol() 624 wctx->msg_ctx = wpa_s; in test_eapol() 625 wctx->get_state = eapol_test_get_state; in test_eapol() 626 wpa_s->wpa = wpa_sm_init(wctx); in test_eapol() 629 os_free(wctx); in test_eapol()
|
/external/skia/modules/androidkit/src/ |
D | Surface.cpp | 50 WindowSurface(ANativeWindow* win, std::unique_ptr<sk_app::WindowContext> wctx) in WindowSurface() argument 52 , fWindowContext(std::move(wctx)) in WindowSurface()
|