Home
last modified time | relevance | path

Searched refs:list (Results 976 - 1000 of 3344) sorted by relevance

1...<<31323334353637383940>>...134

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.c139 memcpy(&info->list, src, sizeof(info->list)); in vn_image_deferred_info_init()
140 pnext = &info->list; in vn_image_deferred_info_init()
143 const size_t size = sizeof(VkFormat) * info->list.viewFormatCount; in vn_image_deferred_info_init()
154 info->list.pViewFormats = view_formats; in vn_image_deferred_info_init()
189 if (img->deferred_info->list.pViewFormats) in vn_image_deferred_info_fini()
190 vk_free(alloc, (void *)img->deferred_info->list.pViewFormats); in vn_image_deferred_info_fini()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c265 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nvc0_destroy()
266 list_del(&pos->list); in nvc0_destroy()
270 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy()
271 list_del(&pos->list); in nvc0_destroy()
578 struct nouveau_list *list = on_flush ? &bufctx->current : &bufctx->pending; in nvc0_bufctx_fence() local
582 for (it = list->next; it != list; it = it->next) { in nvc0_bufctx_fence()
/third_party/python/Lib/importlib/metadata/
H A D__init__.py83 >>> list(res)
281 class DeprecatedList(list):
317 "EntryPoints list interface is deprecated. Cast to list if needed.",
423 >>> list(dd)
425 >>> list(dd.keys())
429 >>> list(dd.values())
483 Reconstruct a list of all entrypoints from the groups.
659 return list(starmap(make_file, csv.reader(lines)))
682 return reqs and list(req
[all...]
/third_party/python/Lib/test/
H A Dtest_code.py204 class List(list):
339 self.assertEqual(list(new_code.co_lines()), [])
651 pos1 = list(func.__code__.co_positions())
652 pos2 = list(positions_from_location_table(func.__code__))
664 lines1 = list(dedup(l for (_, _, l) in co.co_lines()))
665 lines2 = list(lines_from_postions(positions_from_location_table(co)))
703 list(f.__code__.co_positions()),
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dgas_query_ap.c15 #include "utils/list.h"
36 struct dl_list list; member
133 dl_list_del(&query->list); in gas_query_free()
155 dl_list_del(&query->list); in gas_query_done()
174 struct gas_query_pending, list) in gas_query_ap_deinit()
185 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
616 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_dialog_token_available()
703 dl_list_add(&gas->pending, &query->list); in gas_query_ap_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dgas_query_ap.c15 #include "utils/list.h"
36 struct dl_list list; member
133 dl_list_del(&query->list); in gas_query_free()
155 dl_list_del(&query->list); in gas_query_done()
174 struct gas_query_pending, list) in gas_query_ap_deinit()
185 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_get_pending()
616 dl_list_for_each(q, &gas->pending, struct gas_query_pending, list) { in gas_query_dialog_token_available()
703 dl_list_add(&gas->pending, &query->list); in gas_query_ap_req()
/third_party/glfw/deps/
H A Dnuklear.h102 /// NK_INCLUDE_VERTEX_BUFFER_OUTPUT | Defining this adds a vertex draw command list backend to this library, which allows you to convert queue commands into vertex draw commands. This is mainly if you need a hardware accessible format for OpenGL, DirectX, Vulkan, Metal,...
1134 /// __nk__begin__ | Returns the first draw command in the context draw command list to be drawn
1135 /// __nk__next__ | Increments the draw command iterator to the next command inside the context draw command list
1136 /// __nk_foreach__ | Iterates over each draw command inside the context draw command list
1137 /// __nk_convert__ | Converts from the abstract draw commands list into a hardware accessible vertex format
1138 /// __nk_draw_begin__ | Returns the first vertex command in the context vertex draw list to be executed
1139 /// __nk__draw_next__ | Increments the vertex command iterator to the next command inside the context vertex command list
1140 /// __nk__draw_end__ | Returns the end of the vertex draw list
1141 /// __nk_draw_foreach__ | Iterates over each vertex draw command inside the vertex draw list
1168 /// Returns a draw command list iterato
9221 nk_draw_list_init(struct nk_draw_list *list) nk_draw_list_init() argument
9312 nk_draw_list_alloc_path(struct nk_draw_list *list, int count) nk_draw_list_alloc_path() argument
9330 nk_draw_list_path_last(struct nk_draw_list *list) nk_draw_list_path_last() argument
9341 nk_draw_list_push_command(struct nk_draw_list *list, struct nk_rect clip, nk_handle texture) nk_draw_list_push_command() argument
9372 nk_draw_list_command_last(struct nk_draw_list *list) nk_draw_list_command_last() argument
9385 nk_draw_list_add_clip(struct nk_draw_list *list, struct nk_rect rect) nk_draw_list_add_clip() argument
9399 nk_draw_list_push_image(struct nk_draw_list *list, nk_handle texture) nk_draw_list_push_image() argument
9421 nk_draw_list_push_userdata(struct nk_draw_list *list, nk_handle userdata) nk_draw_list_push_userdata() argument
9427 nk_draw_list_alloc_vertices(struct nk_draw_list *list, nk_size count) nk_draw_list_alloc_vertices() argument
9451 nk_draw_list_alloc_elements(struct nk_draw_list *list, nk_size count) nk_draw_list_alloc_elements() argument
9624 nk_draw_list_stroke_poly_line(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_draw_list_stroke closed, float thickness, enum nk_anti_aliasing aliasing) nk_draw_list_stroke_poly_line() argument
9864 nk_draw_list_fill_poly_convex(struct nk_draw_list *list, const struct nk_vec2 *points, const unsigned int points_count, struct nk_color color, enum nk_anti_aliasing aliasing) nk_draw_list_fill_poly_convex() argument
9988 nk_draw_list_path_clear(struct nk_draw_list *list) nk_draw_list_path_clear() argument
9997 nk_draw_list_path_line_to(struct nk_draw_list *list, struct nk_vec2 pos) nk_draw_list_path_line_to() argument
10015 nk_draw_list_path_arc_to_fast(struct nk_draw_list *list, struct nk_vec2 center, float radius, int a_min, int a_max) nk_draw_list_path_arc_to_fast() argument
10031 nk_draw_list_path_arc_to(struct nk_draw_list *list, struct nk_vec2 center, float radius, float a_min, float a_max, unsigned int segments) nk_draw_list_path_arc_to() argument
10076 nk_draw_list_path_rect_to(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, float rounding) nk_draw_list_path_rect_to() argument
10099 nk_draw_list_path_curve_to(struct nk_draw_list *list, struct nk_vec2 p2, struct nk_vec2 p3, struct nk_vec2 p4, unsigned int num_segments) nk_draw_list_path_curve_to() argument
10126 nk_draw_list_path_fill(struct nk_draw_list *list, struct nk_color color) nk_draw_list_path_fill() argument
10136 nk_draw_list_path_stroke(struct nk_draw_list *list, struct nk_color color, enum nk_draw_list_stroke closed, float thickness) nk_draw_list_path_stroke() argument
10148 nk_draw_list_stroke_line(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_color col, float thickness) nk_draw_list_stroke_line() argument
10163 nk_draw_list_fill_rect(struct nk_draw_list *list, struct nk_rect rect, struct nk_color col, float rounding) nk_draw_list_fill_rect() argument
10178 nk_draw_list_stroke_rect(struct nk_draw_list *list, struct nk_rect rect, struct nk_color col, float rounding, float thickness) nk_draw_list_stroke_rect() argument
10192 nk_draw_list_fill_rect_multi_color(struct nk_draw_list *list, struct nk_rect rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom) nk_draw_list_fill_rect_multi_color() argument
10226 nk_draw_list_fill_triangle(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_vec2 c, struct nk_color col) nk_draw_list_fill_triangle() argument
10237 nk_draw_list_stroke_triangle(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 b, struct nk_vec2 c, struct nk_color col, float thickness) nk_draw_list_stroke_triangle() argument
10248 nk_draw_list_fill_circle(struct nk_draw_list *list, struct nk_vec2 center, float radius, struct nk_color col, unsigned int segs) nk_draw_list_fill_circle() argument
10259 nk_draw_list_stroke_circle(struct nk_draw_list *list, struct nk_vec2 center, float radius, struct nk_color col, unsigned int segs, float thickness) nk_draw_list_stroke_circle() argument
10270 nk_draw_list_stroke_curve(struct nk_draw_list *list, struct nk_vec2 p0, struct nk_vec2 cp0, struct nk_vec2 cp1, struct nk_vec2 p1, struct nk_color col, unsigned int segments, float thickness) nk_draw_list_stroke_curve() argument
10281 nk_draw_list_push_rect_uv(struct nk_draw_list *list, struct nk_vec2 a, struct nk_vec2 c, struct nk_vec2 uva, struct nk_vec2 uvc, struct nk_color color) nk_draw_list_push_rect_uv() argument
10318 nk_draw_list_add_image(struct nk_draw_list *list, struct nk_image texture, struct nk_rect rect, struct nk_color color) nk_draw_list_add_image() argument
10339 nk_draw_list_add_text(struct nk_draw_list *list, const struct nk_user_font *font, struct nk_rect rect, const char *text, int len, float font_height, struct nk_color fg) nk_draw_list_add_text() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c145 col_poc_diff = colPic - refPicList_col[listCol].list[refidxCol]; in check_mvset()
146 cur_poc_diff = poc - refPicList[X].list[refIdxLx]; in check_mvset()
182 if (refPicList[j].list[i] > s->poc) { in derive_temporal_colocated_mvs()
447 (refPicList[0].list[l0_cand.ref_idx[0]] != in derive_spatial_merge_candidates()
448 refPicList[1].list[l1_cand.ref_idx[1]] || in derive_spatial_merge_candidates()
519 int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]]; in dist_scale()
520 int ref_pic_curr = refPicList[ref_idx_curr].list[ref_idx]; in dist_scale()
539 refPicList[pred_flag_index].list[TAB_MVF(x, y).ref_idx[pred_flag_index]] == refPicList[ref_idx_curr].list[ref_idx]) { in mv_mp_mode_mx()
/third_party/elfutils/libelf/
H A Delf32_updatefile.c81 /* Insert the sections in the list into the provided array and sort
88 sort_sections (Elf_Scn **scns, Elf_ScnList *list) in sort_sections() argument
92 for (size_t cnt = 0; cnt < list->cnt; ++cnt) in sort_sections()
93 *scnp++ = &list->data[cnt]; in sort_sections()
94 while ((list = list->next) != NULL); in sort_sections()
217 Elf_ScnList *list = &elf->state.ELFW(elf,LIBELFBITS).scns; in __elfw2()
233 sort_sections (scns, list); in __elfw2()
267 multiple data segments in the list only the first can be in __elfw2()
687 Elf_ScnList *list in __elfw2() local
[all...]
/third_party/backends/japi/
H A DJscanimage.java169 // Get list of devices. in initSane()
304 // Select from a list. in initSaneOptions()
305 SaneFixedBox list = new SaneFixedBox( in initSaneOptions()
307 addLabeledOption(group, title, list, c); in initSaneOptions()
308 addControl(list); in initSaneOptions()
328 // Select from a list. in initSaneOptions()
329 SaneIntBox list = new SaneIntBox( in initSaneOptions()
331 addLabeledOption(group, title, list, c); in initSaneOptions()
332 addControl(list); in initSaneOptions()
341 // Make a list in initSaneOptions()
[all...]
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c195 alg = lws_container_of(cps->algs.head, lws_cose_sig_alg_t, list); in apply_external()
273 lws_dll2_add_tail(&res->list, &cps->results); in create_alg()
279 lws_dll2_add_tail(&alg->list, &cps->algs); in create_alg()
785 lws_cose_sig_alg_t, list); in cb_cose_sig()
828 lws_cose_sig_alg_t, list); in cb_cose_sig()
898 lws_cose_sig_alg_t, list); in cb_cose_sig()
918 lws_cose_sig_alg_t, list); in cb_cose_sig()
1025 lws_cose_sig_alg_t, list); in lws_cose_validate_destroy()
1034 lws_cose_validate_res_t, list); in lws_cose_validate_destroy()
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py107 if isinstance(json, list):
127 elif isinstance(obj, list):
155 dicts -- list of (origin, dictionary) pairs to merge
157 the merge strategy is a callable which will receive a list of
161 the key and a list of (origin, value) pairs
197 - register types: description of a register type or template as a list of
228 self.__regmap_by_addr = defaultdict(list)
255 other.chips = sorted(list(chips.union(other_chips)))
334 values = defaultdict(list)
358 Given a list o
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_openmetrics_export.c109 lws_dll2_t list; member
382 * - lwsac block list provides the per-metric structure to
552 * Search through our partner's clients list looking for one with the in omc_lws_om_get_other_side_pss_client()
557 struct pss *apss = lws_container_of(d, struct pss, list); in omc_lws_om_get_other_side_pss_client()
652 if (pss->list.owner) { in callback_lws_openmetrics_prox_agg()
661 struct pss *apss = lws_container_of(d, struct pss, list); in callback_lws_openmetrics_prox_agg()
667 /* let's add him on the http server vhd list */ in callback_lws_openmetrics_prox_agg()
669 lws_dll2_add_tail(&pss->list, &vhd->clients); in callback_lws_openmetrics_prox_agg()
679 lws_dll2_remove(&pss->list); in callback_lws_openmetrics_prox_agg()
725 lws_dll2_remove(&pss->list); in callback_lws_openmetrics_prox_agg()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c71 LIST_FOR_EACH_ENTRY(rb_context, &rb_screen->contexts, list) { in rbug_get_context_locked()
85 LIST_FOR_EACH_ENTRY(tr_shdr, &rb_context->shaders, list) { in rbug_get_shader_locked()
179 LIST_FOR_EACH_ENTRY(tr_tex, &rb_screen->resources, list) { in rbug_texture_list()
200 LIST_FOR_EACH_ENTRY(tr_tex, &rb_screen->resources, list) { in rbug_texture_info()
247 LIST_FOR_EACH_ENTRY(tr_tex, &rb_screen->resources, list) { in rbug_texture_read()
292 LIST_FOR_EACH_ENTRY_SAFE(rb_context, next, &rb_screen->contexts, list) { in rbug_context_list()
499 struct rbug_proto_shader_list *list = (struct rbug_proto_shader_list *)header; in rbug_shader_list() local
508 rb_context = rbug_get_context_locked(rb_screen, list->context); in rbug_shader_list()
517 LIST_FOR_EACH_ENTRY_SAFE(tr_shdr, next, &rb_context->shaders, list) { in rbug_shader_list()
/third_party/python/Lib/distutils/
H A Ddist.py33 # be converted to a list by Distribution.finalize_options().
35 elif not isinstance(value, list):
38 msg = f"Warning: '{fieldname}' should be a list, got type '{typename}'"
40 value = list(value)
61 # these global options. This list should be kept to a bare minimum,
87 "list all available commands"),
117 "print the list of platforms"),
119 "print the list of classifiers"),
121 "print the list of keywords"),
123 "print the list o
[all...]
/third_party/alsa-lib/src/alisp/
H A Dalisp_local.h24 #include "list.h"
56 struct list_head list; member
113 struct list_head list; member
/third_party/alsa-lib/include/
H A Dpcm_extplug.h183 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list);
185 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, const unsigned int *list);
/third_party/libuv/tools/
H A Dmake_dist_html.py85 return list(map(int, re.match('^v(\d+)\.(\d+)\.(\d+)', tag).groups()))
118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
/third_party/jinja2/
H A Dvisitor.py63 if isinstance(old_value, list):
85 can be used to enforce a list as return value.
89 if not isinstance(rv, list):
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_llvm_helper.cpp26 #include <list>
73 /* we have to store a linked list per thread due to the possiblity of multiple gpus being required */
74 static thread_local std::list<radv_llvm_per_thread_info> radv_llvm_per_thread_list;
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_queue.c65 cl_emit(rcl, MULTICORE_RENDERING_TILE_LIST_SET_BASE, list) { in job_emit_noop()
66 list.address = v3dv_cl_address(job->tile_alloc, 0); in job_emit_noop()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-plugins.c93 pin = pin->list; in lws_plat_dlopen()
104 pin->list = *pplugin; in lws_plat_dlopen()
/third_party/libwebsockets/lib/system/async-dns/
H A Dprivate-lib-async-dns.h40 lws_dll2_t list; member
59 lws_dll2_t list; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_memorypool.cpp35 #include <list>
49 std::list<void *> m_data;
/third_party/node/deps/v8/third_party/jinja2/
H A Dvisitor.py54 if isinstance(old_value, list):
76 can be used to enforce a list as return value.
79 if not isinstance(rv, list):

Completed in 40 milliseconds

1...<<31323334353637383940>>...134