Home
last modified time | relevance | path

Searched refs:get_ctx (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_threads.py54 def get_ctx(): function
58 result = await asyncio.to_thread(get_ctx)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst.h115 * @get_ctx: Context to be used for %get_peer_next call
120 struct fst_get_peer_ctx **get_ctx,
125 * @get_ctx: Context received from %get_peer_first or previous
132 struct fst_get_peer_ctx **get_ctx,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst.h115 * @get_ctx: Context to be used for %get_peer_next call
120 struct fst_get_peer_ctx **get_ctx,
125 * @get_ctx: Context received from %get_peer_first or previous
132 struct fst_get_peer_ctx **get_ctx,
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_pass.cpp32 pass::pass(shader &s) : ctx(s.get_ctx()), sh(s) {} in pass()
H A Dsb_sched.cpp313 max_slots(sh.get_ctx().is_cayman() ? 4 : 5), in alu_group_tracker()
317 available_slots = sh.get_ctx().has_trans ? 0x1F : 0x0F; in alu_group_tracker()
466 if (n->consumes_lds_oq() && available_slots != (sh.get_ctx().has_trans ? 0x1F : 0x0F)) in try_reserve()
694 available_slots = sh.get_ctx().has_trans ? 0x1F : 0x0F; in reset()
870 if (!sh.get_ctx().is_cayman()) { in load_index_register()
1982 : sh(sh), kt(sh.get_ctx().hw_class), slot_count(), in alu_clause_tracker()
2170 if (sh.get_ctx().uses_mova_gpr) { in create_ar_load()
2178 if (ar_channel != SEL_X && sh.get_ctx().is_cayman()) { in create_ar_load()
H A Dsb_shader.h316 sb_context &get_ctx() const { return ctx; } in get_ctx() function in r600_sb::shader
H A Dsb_pass.h536 ra_tune = sh.get_ctx().is_cayman() ? 3 : 0; in ra_init()
H A Dsb_bc_finalize.cpp355 if (sh.get_ctx().r6xx_gpr_index_workaround) { in finalize_alu_group()
H A Dsb_bc_builder.cpp34 : sh(s), ctx(s.get_ctx()), bb(ctx.hw_class_bit()), error(0) {} in bc_builder()
H A Dsb_ra_init.cpp61 regbits(shader &sh, val_set &vs) : num_temps(sh.get_ctx().alu_temp_gprs) in regbits()
H A Dsb_gcm.cpp417 ncnt = sh.get_ctx().is_cayman() ? 2 : 3; // MOVA + SET_CF_IDX0/1 in bu_sched_bb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.c1845 static const u8 * fst_hostapd_get_sta(struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_sta() argument
1848 struct sta_info *s = (struct sta_info *) *get_ctx; in fst_hostapd_get_sta()
1856 *get_ctx = (struct fst_get_peer_ctx *) s->next; in fst_hostapd_get_sta()
1861 *get_ctx = NULL; in fst_hostapd_get_sta()
1867 struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_peer_first()
1872 *get_ctx = (struct fst_get_peer_ctx *) hapd->sta_list; in fst_hostapd_get_peer_first()
1874 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first()
1879 struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_peer_next()
1882 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
1866 fst_hostapd_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, bool mb_only) fst_hostapd_get_peer_first() argument
1878 fst_hostapd_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, bool mb_only) fst_hostapd_get_peer_next() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.c1696 static const u8 * fst_hostapd_get_sta(struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_sta() argument
1699 struct sta_info *s = (struct sta_info *) *get_ctx; in fst_hostapd_get_sta()
1707 *get_ctx = (struct fst_get_peer_ctx *) s->next; in fst_hostapd_get_sta()
1712 *get_ctx = NULL; in fst_hostapd_get_sta()
1718 struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_peer_first()
1723 *get_ctx = (struct fst_get_peer_ctx *) hapd->sta_list; in fst_hostapd_get_peer_first()
1725 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_first()
1730 struct fst_get_peer_ctx **get_ctx, in fst_hostapd_get_peer_next()
1733 return fst_hostapd_get_sta(get_ctx, mb_only); in fst_hostapd_get_peer_next()
1717 fst_hostapd_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) fst_hostapd_get_peer_first() argument
1729 fst_hostapd_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) fst_hostapd_get_peer_next() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c5031 struct fst_get_peer_ctx **get_ctx,
5036 *get_ctx = NULL;
5045 struct fst_get_peer_ctx **get_ctx,
5030 wpas_fst_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) global() argument
5044 wpas_fst_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, Boolean mb_only) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c6282 struct fst_get_peer_ctx **get_ctx,
6287 *get_ctx = NULL;
6296 struct fst_get_peer_ctx **get_ctx,
6281 wpas_fst_get_peer_first(void *ctx, struct fst_get_peer_ctx **get_ctx, bool mb_only) global() argument
6295 wpas_fst_get_peer_next(void *ctx, struct fst_get_peer_ctx **get_ctx, bool mb_only) global() argument

Completed in 37 milliseconds