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

/src/sys/external/bsd/drm2/linux/
H A Dlinux_list_sort.c56 * 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)), an
[all...]
/src/tests/usr.bin/xlint/lint1/
H A Dd_typefun.c13 int sorted; member in struct:stack_st
/src/usr.bin/xlint/lint2/
H A Dhash.c168 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/
H A Dvarmod-order-string.mk3 # 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.
H A Dvarmod-order-reverse.mk3 # Tests for the :Or variable modifier, which returns the words, sorted in
H A Dvarmod-order-shuffle.mk38 sorted:= ${WORDS:Ox:O} macro
39 .if ${sorted} != ${WORDS:O}
40 . error ${sorted} != ${WORDS:O}
H A Dvarmod-order-numeric.mk3 # 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/
H A Dpq3obio.c215 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/
H A Dcol.c440 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/
H A Dsancov.py86 return sorted(s)
177 sorted_pc_list = sorted(pc_list)
222 for pc in sorted(missing):
/src/sys/arch/i386/stand/efiboot/
H A Defimemory.c92 UINT32 *DescriptorVersion, bool sorted)
103 if (!sorted)
370 efi_memory_show_map(bool sorted, bool compact) argument
387 &DescriptorVersion, sorted);
91 efi_memory_get_map(UINTN * NoEntries,UINTN * MapKey,UINTN * DescriptorSize,UINT32 * DescriptorVersion,bool sorted) argument
H A Dboot.c419 "memmap [{sorted|unsorted|compact}]\n"
816 bool sorted = true; local in function:command_memmap
819 if (*arg == '\0' || strcmp(arg, "sorted") == 0)
820 /* Already sorted is true. */;
822 sorted = false;
827 "must be 'sorted', 'unsorted' or 'compact'.\n");
831 efi_memory_show_map(sorted, compact);
/src/distrib/sets/
H A Dmkvars.mk6 # Please keep alphabetically sorted with one entry per line.
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-scarlet.dtsi13 /* 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/
H A Dimx8qm.dtsi168 /* sorted in register address */
H A Dimx8qxp.dtsi260 /* sorted in register address */
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dorion5x-lacie-ethernet-disk-mini-v2.dts89 * issue is sorted out in the MTD code, break this into at
H A Dorion5x-maxtor-shared-storage-2.dts68 * issue is sorted out in the MTD code, break this into at
H A Dorion5x-lacie-d2-network.dts108 * issue is sorted out in the MTD code, break this into at
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_gf100.c1881 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/
H A Dbsd.prog.mk246 # This list is sorted with -f so that it matches the order in bsd.README
H A Dbsd.own.mk1123 # Please keep alphabetically sorted with one entry per line.
1277 # Please keep alphabetically sorted with one entry per line.
1483 # Please keep alphabetically sorted with one entry per line.

Completed in 27 milliseconds