Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd-11-stable/usr.bin/sort/
HDradixsort.c65 struct sort_list_item **leaves; member
252 sl->leaves = sort_realloc(sl->leaves, in add_leaf()
255 sl->leaves[sl->leaves_num - 1] = item; in add_leaf()
292 if (sl->leaves) in free_sort_level()
293 sort_free(sl->leaves); in free_sort_level()
353 sl->leaves = sl->tosort; in run_sort_level_next()
356 sl->leaves = sort_realloc(sl->leaves, in run_sort_level_next()
365 if (mergesort(sl->leaves, sl->leaves_num, in run_sort_level_next()
371 DEFAULT_SORT_FUNC_RADIXSORT(sl->leaves, sl->leaves_num, in run_sort_level_next()
376 sl->leaves, sl->leaves_num * in run_sort_level_next()
[all …]
/freebsd-11-stable/usr.bin/calendar/calendars/
HDcalendar.lotr13 02/07 Fellowship leaves Lorien
26 05/19 Arwen leaves Lorian to wed King Ellesar
HDcalendar.history48 01/19 The last Volkswagen Beetle made in Germany leaves VW's plant, 1978
294 06/05 US leaves the Gold Standard, 1933
522 09/20 Magellan leaves Spain on the first Round the World passage, 1519
701 12/13 Apollo 17 leaves the moon, with "last" men to walk on moon aboard, 1972
/freebsd-11-stable/bin/sh/tests/parameters/
HDpositional9.02 # Although POSIX leaves the result of expanding ${#@} and ${#*} unspecified,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTypeNodes.td49 /// Nodes like `TypedefType` which are syntactically leaves but can desugar
50 /// to types that may not be leaves should not declare this.
HDarm_mve_defs.td472 // The _x variant leaves off that parameter, and simply uses an
/freebsd-11-stable/bin/sh/tests/expansion/
HDplus-minus3.029 # POSIX leaves this undefined, and various other shells treat
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c2590 uint64_t leaves; in ztest_vdev_add_remove() local
2596 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz; in ztest_vdev_add_remove()
2600 ztest_shared->zs_vdev_next_leaf = find_vdev_hole(spa) * leaves; in ztest_vdev_add_remove()
2866 uint64_t leaves; in ztest_vdev_attach_detach() local
2879 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_vdev_attach_detach()
2908 leaf = ztest_random(leaves); in ztest_vdev_attach_detach()
2967 top * leaves + leaf); in ztest_vdev_attach_detach()
5011 uint64_t leaves; in ztest_fault_inject() local
5039 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz; in ztest_fault_inject()
5043 ASSERT(leaves >= 1); in ztest_fault_inject()
[all …]
/freebsd-11-stable/contrib/gcc/config/sparc/
HDsol2-c1.asm65 ! Leave some room for a call. Sun leaves 32 octets (to sit on
/freebsd-11-stable/stand/ficl/softwords/
HDoo.fr108 \ the class that's on the stack. If successful, it leaves the class on the stack
211 \ The metaclass SUB method, defined below, leaves the address
493 \ This method leaves the stack and search order ready for instance variable
498 \ Postcondition: leaves the address of the new class in current-class
/freebsd-11-stable/contrib/ntp/libparse/
HDREADME65 it leaves the SYNC state. This is derived from the
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDBIO_s_mem.pod109 BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
HDREADME117 Ask for the old password as well. Normally, pam_passwdqc leaves this
/freebsd-11-stable/contrib/gdb/gdb/
HDTODO84 <curses.h> and leaves wrong information in the config cache.
/freebsd-11-stable/contrib/ntp/html/hints/
HDhpux141 and leaves xntpd in the lurch...
/freebsd-11-stable/contrib/llvm-project/lld/docs/
HDindex.rst132 LLD leaves its name and version number to a ``.comment`` section in an
/freebsd-11-stable/contrib/ncurses/
HDREADME121 with your system (which the ncurses package installation leaves strictly
/freebsd-11-stable/contrib/libstdc++/include/tr1/
Dfunctional670 * Maps member pointers into instances of _Mem_fn but leaves all
684 * Maps member pointers into instances of _Mem_fn but leaves all
/freebsd-11-stable/contrib/libstdc++/
Dacinclude.m4560 dnl --disable-fully-dynamic-string leaves _GLIBCXX_FULLY_DYNAMIC_STRING undefined
800 dnl --disable-c99 leaves _GLIBCXX_USE_C99 undefined
1635 dnl --disable-concept-checks leaves them off.
1819 dnl --disable-long-long leaves _GLIBCXX_USE_LONG_LONG undefined
1838 dnl --disable-wchar_t leaves _GLIBCXX_USE_WCHAR_T undefined
/freebsd-11-stable/contrib/xz/
HDREADME173 report. If the application leaves a coredump, get a backtrace
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdsl_scan.c2562 uint64_t i, leaves = 0; in dsl_scan_count_leaves() local
2573 leaves += dsl_scan_count_leaves(vd->vdev_child[i]); in dsl_scan_count_leaves()
2576 return (leaves); in dsl_scan_count_leaves()
/freebsd-11-stable/crypto/openssl/
HDREADME.ENGINE126 ENGINE implementations from OpenSSL, but instead leaves you to provide
/freebsd-11-stable/contrib/ntp/sntp/m4/
HDntp_libntp.m41167 ntp_warning='Which leaves us with nothing to use!'
/freebsd-11-stable/crypto/heimdal/lib/wind/
HDrfc3490.txt100 leaves room for flexibility in the user interface.
1038 this specification leaves the the problem of transcoding between the
/freebsd-11-stable/contrib/gdb/
HDlibtool.m4447 # gcc leaves a trailing carriage return which upsets mingw

1234