| /freebsd-11-stable/usr.bin/sort/ |
| HD | radixsort.c | 65 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/ |
| HD | calendar.lotr | 13 02/07 Fellowship leaves Lorien 26 05/19 Arwen leaves Lorian to wed King Ellesar
|
| HD | calendar.history | 48 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/ |
| HD | positional9.0 | 2 # Although POSIX leaves the result of expanding ${#@} and ${#*} unspecified,
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | TypeNodes.td | 49 /// Nodes like `TypedefType` which are syntactically leaves but can desugar 50 /// to types that may not be leaves should not declare this.
|
| HD | arm_mve_defs.td | 472 // The _x variant leaves off that parameter, and simply uses an
|
| /freebsd-11-stable/bin/sh/tests/expansion/ |
| HD | plus-minus3.0 | 29 # POSIX leaves this undefined, and various other shells treat
|
| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/ |
| HD | ztest.c | 2590 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/ |
| HD | sol2-c1.asm | 65 ! Leave some room for a call. Sun leaves 32 octets (to sit on
|
| /freebsd-11-stable/stand/ficl/softwords/ |
| HD | oo.fr | 108 \ 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/ |
| HD | README | 65 it leaves the SYNC state. This is derived from the
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | BIO_s_mem.pod | 109 BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */
|
| /freebsd-11-stable/contrib/pam_modules/pam_passwdqc/ |
| HD | README | 117 Ask for the old password as well. Normally, pam_passwdqc leaves this
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | TODO | 84 <curses.h> and leaves wrong information in the config cache.
|
| /freebsd-11-stable/contrib/ntp/html/hints/ |
| HD | hpux | 141 and leaves xntpd in the lurch...
|
| /freebsd-11-stable/contrib/llvm-project/lld/docs/ |
| HD | index.rst | 132 LLD leaves its name and version number to a ``.comment`` section in an
|
| /freebsd-11-stable/contrib/ncurses/ |
| HD | README | 121 with your system (which the ncurses package installation leaves strictly
|
| /freebsd-11-stable/contrib/libstdc++/include/tr1/ |
| D | functional | 670 * 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++/ |
| D | acinclude.m4 | 560 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/ |
| HD | README | 173 report. If the application leaves a coredump, get a backtrace
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dsl_scan.c | 2562 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/ |
| HD | README.ENGINE | 126 ENGINE implementations from OpenSSL, but instead leaves you to provide
|
| /freebsd-11-stable/contrib/ntp/sntp/m4/ |
| HD | ntp_libntp.m4 | 1167 ntp_warning='Which leaves us with nothing to use!'
|
| /freebsd-11-stable/crypto/heimdal/lib/wind/ |
| HD | rfc3490.txt | 100 leaves room for flexibility in the user interface. 1038 this specification leaves the the problem of transcoding between the
|
| /freebsd-11-stable/contrib/gdb/ |
| HD | libtool.m4 | 447 # gcc leaves a trailing carriage return which upsets mingw
|