Searched refs:sorted (Results 1 - 25 of 104) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-entrypoint-check10 sorted=$(LC_ALL=C sort <<< "$entrypoints")
11 test "$entrypoints" = "$sorted"
/xsrc/external/mit/xkeyboard-config/dist/tests/ruby/
H A Dfind_match.rb32 sorted = allSyms.match_symbols(value,limit).sort_by do | symsName, diff |
36 sorted.find_all do | symsName, diff |
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Ddispatch-index-check22 # same for commented functions, we want to keep them sorted too
28 sorted=$(LC_ALL=C sort <<< "$dispatch_list")
30 test "$dispatch_list" = "$sorted"
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Ddispatch-index-check22 # same for commented functions, we want to keep them sorted too
28 sorted=$(LC_ALL=C sort <<< "$dispatch_list")
30 test "$dispatch_list" = "$sorted"
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_ar_event.cpp40 <% sorted_groups = sorted(protos['events']['groups']) %>
H A Dgen_ar_eventhandler.hpp51 <% sorted_groups = sorted(protos['events']['groups']) %>
H A Dgen_ar_event.hpp49 <% sorted_enums = sorted(protos['enums']['defs']) %>
76 <% sorted_groups = sorted(protos['events']['groups']) %>
/xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/
H A Dgen_sort_tags.py137 enums = sorted(genxml.findall('enum'), key=get_name)
141 e[:] = sorted(e.getchildren(), key=get_value)
146 # through the alphabetically sorted list and print out dependencies first.
147 structs = sorted(xml.findall('./struct'), key=get_name)
150 s[:] = sorted(s.getchildren(), key=get_start)
162 instructions = sorted(xml.findall('./instruction'), key=get_name)
164 i[:] = sorted(i.getchildren(), key=get_start)
166 registers = sorted(xml.findall('./register'), key=get_name)
168 r[:] = sorted(r.getchildren(), key=get_start)
/xsrc/external/mit/MesaLib/dist/src/intel/genxml/
H A Dgen_sort_tags.py111 enums = sorted(genxml.findall('enum'), key=get_name)
115 e[:] = sorted(e, key=get_value)
120 # through the alphabetically sorted list and print out dependencies first.
121 structs = sorted(xml.findall('./struct'), key=get_name)
124 s[:] = sorted(s, key=get_start)
136 instructions = sorted(xml.findall('./instruction'), key=get_name)
138 i[:] = sorted(i, key=get_start)
140 registers = sorted(xml.findall('./register'), key=get_name)
142 r[:] = sorted(r, key=get_start)
/xsrc/external/mit/mkfontscale/dist/
H A Dlist.c258 ListPtr *sorted; local in function:sortList
263 sorted = malloc(l * sizeof(ListPtr));
265 if (sorted == NULL)
269 sorted[i++] = n;
271 qsort(sorted, i, sizeof(ListPtr), compareListEntries);
272 n = sorted[0];
274 sorted[i]->next = sorted[i + 1];
276 sorted[i]->next = NULL;
277 free(sorted);
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_spans.c47 int n, DDXPointPtr points, int *widths, int sorted)
159 int n, DDXPointPtr points, int *widths, int sorted)
163 fbFillSpans(drawable, gc, n, points, widths, sorted);
172 int n, DDXPointPtr points, int *widths, int sorted)
174 if (glamor_fill_spans_gl(drawable, gc, n, points, widths, sorted))
176 glamor_fill_spans_bail(drawable, gc, n, points, widths, sorted);
264 DDXPointPtr points, int *widths, int numPoints, int sorted)
362 DDXPointPtr points, int *widths, int numPoints, int sorted)
365 fbSetSpans(drawable, gc, src, points, widths, numPoints, sorted);
372 DDXPointPtr points, int *widths, int numPoints, int sorted)
45 glamor_fill_spans_gl(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument
157 glamor_fill_spans_bail(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument
170 glamor_fill_spans(DrawablePtr drawable,GCPtr gc,int n,DDXPointPtr points,int * widths,int sorted) argument
263 glamor_set_spans_gl(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument
361 glamor_set_spans_bail(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument
371 glamor_set_spans(DrawablePtr drawable,GCPtr gc,char * src,DDXPointPtr points,int * widths,int numPoints,int sorted) argument
[all...]
/xsrc/external/mit/fontconfig/dist/conf.d/
H A Dwrite-35-lang-normalize-conf.py19 orth_list = sorted(sys.argv[1].split(','))
/xsrc/external/mit/freetype/dist/builds/meson/
H A Dprocess_ftoption_h.py49 % sorted(common_options)
92 sorted(cmdline_options - options_seen)
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A Dfc-lang.py65 keys = sorted(self.leaves.keys())
66 other_keys = sorted(other_cs.leaves.keys())
177 for fn in sorted(orth_entries.keys()):
200 for leaf_num in sorted(s.leaves.keys()):
298 for n, leaf_num in enumerate(sorted(s.leaves.keys())):
320 for n, leaf_num in enumerate(sorted(s.leaves.keys())):
358 for k in sorted(LangCountrySets.keys()):
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dgen_gl_wrappers.py181 for w in sorted(wrappers.keys()) :
189 for w in sorted(wrappers.keys()) :
201 for w in sorted(wrappers.keys()) :
216 for k in sorted(wrappers[w].keys()) :
313 for d in sorted(dispatch.keys()) :
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadext.c155 static NODE *sorted = NULL, *last = NULL; variable in typeref:typename:NODE *
252 sorted = newnode;
396 sorted = NULL;
422 for (node = sorted; node; node = node->n_next) {
429 if (sorted)
430 free_nodes(sorted);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_genexec.py253 for condition in sorted(settings_by_condition.keys()):
255 for setting in sorted(settings_by_condition[condition]):
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_genexec.py247 for condition in sorted(settings_by_condition.keys()):
249 for setting in sorted(settings_by_condition[condition]):
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c1519 drmModeAtomicReqPtr sorted; local in function:drmModeAtomicCommit
1536 sorted = drmModeAtomicDuplicate(req);
1537 if (sorted == NULL)
1543 qsort(sorted->items, sorted->cursor, sizeof(*sorted->items),
1546 /* Now the list is sorted, eliminate duplicate property sets. */
1547 for (i = 0; i < sorted->cursor; i++) {
1548 if (sorted->items[i].object_id != last_obj_id) {
1550 last_obj_id = sorted
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dsexps.py102 return sorted(decls) + other_code
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_constant_expressions.py22 return sorted(list(sizes)) if sizes is not None else None
457 % for name, op in sorted(opcodes.items()):
500 % for name in sorted(opcodes.keys()):
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dsexps.py109 return sorted(decls) + other_code
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_constant_expressions.py24 return sorted(list(sizes)) if sizes is not None else None
384 % for name, op in sorted(opcodes.items()):
415 % for name in sorted(opcodes.keys()):
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/
H A Dgen_enum_to_str.py75 % for v in sorted(enum.values.keys()):
422 commands = sorted(command_factory.registry.values(), key=lambda e: e.name)
423 enums = sorted(enum_factory.registry.values(), key=lambda e: e.name)
424 extensions = sorted(ext_factory.registry.values(), key=lambda e: e.name)
425 structs = sorted(struct_factory.registry.values(), key=lambda e: e.name)
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_builder.h.py177 return sorted([m for m in op["modifiers"].keys() if not should_skip(m)])

Completed in 26 milliseconds

12345