HomeSort by: relevance | last modified time | path
    Searched refs:sorted (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_list_sort.c 56 * Array of sorted sublists, counting in binary: accumulator[i]
57 * is sorted, and either is NULL or has length 2^i.
64 /* The sorted list we're currently working on. */
65 struct list_head *sorted; local in function:list_sort
76 list_for_each_safe(sorted, next, list) {
77 /* Pick off a single element, always sorted. */
78 sorted->next = NULL;
86 sorted = list_sort_merge(accumulator[logn], sorted,
97 * logn = log_2(length(sorted)), and accumulator[logn
    [all...]
  /src/tests/usr.bin/xlint/lint1/
d_typefun.c 13 int sorted; member in struct:stack_st
  /src/usr.bin/xlint/lint2/
hash.c 168 struct hte_list sorted = { NULL, 0, 0 }; local in function:symtab_forall_sorted
174 hte_list_add(&sorted, hte);
176 qsort(sorted.items, sorted.len, sizeof(sorted.items[0]), hte_by_name);
178 for (i = 0; i < sorted.len; i++)
179 action(sorted.items[i]);
181 free(sorted.items);
  /src/usr.bin/make/unit-tests/
varmod-order-string.mk 3 # Tests for the :O variable modifier, which returns the words, sorted in
6 # Simple words are sorted lexicographically.
20 # Numbers are sorted lexicographically as well.
varmod-order-reverse.mk 3 # Tests for the :Or variable modifier, which returns the words, sorted in
varmod-order-shuffle.mk 38 sorted:= ${WORDS:Ox:O} macro
39 .if ${sorted} != ${WORDS:O}
40 . error ${sorted} != ${WORDS:O}
varmod-order-numeric.mk 3 # Tests for the variable modifiers ':On', which returns the words, sorted in
47 # Hexadecimal and octal numbers can be sorted as well.
  /src/sys/arch/powerpc/booke/dev/
pq3obio.c 215 u_int sorted[OBIO_PORTS]; local in function:pq3obio_attach
225 if (lbc->lbc_base < sc->sc_lbcs[sorted[j]].lbc_base)
229 sorted[k] = sorted[k - 1];
231 sorted[j] = i;
265 struct pq3lbc_softc * const lbc_lo = &sc->sc_lbcs[sorted[i-1]];
266 struct pq3lbc_softc * const lbc_hi = &sc->sc_lbcs[sorted[i]];
  /src/usr.bin/col/
col.c 440 static CHAR *sorted; local in function:flush_line
449 if ((sorted = realloc(sorted,
474 sorted[count[c->c_column]++] = *c;
475 c = sorted;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
sancov.py 86 return sorted(s)
177 sorted_pc_list = sorted(pc_list)
222 for pc in sorted(missing):
  /src/sys/arch/i386/stand/efiboot/
efimemory.c 92 UINT32 *DescriptorVersion, bool sorted)
103 if (!sorted)
370 efi_memory_show_map(bool sorted, bool compact)
387 &DescriptorVersion, sorted);
boot.c 409 "memmap [{sorted|unsorted|compact}]\n"
756 bool sorted = true; local in function:command_memmap
759 if (*arg == '\0' || strcmp(arg, "sorted") == 0)
760 /* Already sorted is true. */;
762 sorted = false;
767 "must be 'sorted', 'unsorted' or 'compact'.\n");
771 efi_memory_show_map(sorted, compact);
  /src/distrib/sets/
mkvars.mk 6 # Please keep alphabetically sorted with one entry per line.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
rk3399-gru-scarlet.dtsi 13 /* ppvar_sys children, sorted by name */
78 /* pp1800 children, sorted by name */
96 /* pp3300 children, sorted by name */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
imx8qm.dtsi 168 /* sorted in register address */
imx8qxp.dtsi 260 /* sorted in register address */
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gf100.c 1881 bool sorted; local in function:gf100_gr_oneinit_tiles
1907 sorted = false;
1909 while (!sorted) {
1910 for (sorted = true, i = 0; i < gr->gpc_nr - 1; i++) {
1916 sorted = false;
  /src/share/mk/
bsd.prog.mk 246 # This list is sorted with -f so that it matches the order in bsd.README
bsd.own.mk 1092 # Please keep alphabetically sorted with one entry per line.
1245 # Please keep alphabetically sorted with one entry per line.
1448 # Please keep alphabetically sorted with one entry per line.

Completed in 20 milliseconds