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

  /src/usr.bin/gzip/
znew 22 # Return 0 if the first arg file size is smaller than the second, 1 otherwise.
23 smaller () { function
64 if test $kflag -eq 1 && smaller "$filez" "$tmp"; then
65 echo -n "$prog: $filez is smaller than $filegz"
  /src/common/lib/libc/arch/or1k/gen/
mulsi3.S 50 l.bf .Lloop # yes, r6 already has smaller value,
52 l.ori r6, r4, 0 # move r4 to r6 because it's smaller than r3
  /src/sys/arch/atari/stand/installboot/
disklabel.c 46 #error BBSIZE is smaller than MINBBSIZE
  /src/common/dist/zlib/
trees.c 499 #define smaller(tree, n, m, depth) \ macro
506 * when the heap property is re-established (each father smaller than its
515 smaller(tree, s->heap[j + 1], s->heap[j], s->depth)) {
518 /* Exit if v is smaller than both sons */
519 if (smaller(tree, v, s->heap[j], s->depth)) break;
  /src/sys/arch/atari/atari/
disksubr.c 51 #error BBSIZE smaller than BBMINSIZE
  /src/distrib/sets/
fmt-list 169 -- Return the smaller of the given values, ignoring nil.
  /src/usr.bin/m4/TEST/
test.m4 211 smaller ones. In either case, new spells must be found.
  /src/sys/arch/arm/arm32/
bus_dma.c 1525 #error PMAP_MAPSIZE1 must be smaller than PMAP_MAPSIZE2
1534 #error PMAP_MAPSIZE2 must be smaller than PMAP_MAPSIZE3
  /src/sys/arch/riscv/riscv/
bus_dma.c 1466 #error PMAP_MAPSIZE1 must be smaller than PMAP_MAPSIZE2
1475 #error PMAP_MAPSIZE2 must be smaller than PMAP_MAPSIZE3
  /src/sys/arch/x68k/stand/boot_ufs/
boot.S 18 | The first 1KB must be smaller than or equal to 1024 bytes.
  /src/bin/ksh/
emacs.c 308 * default, but its simpler/faster/smaller than using termcap
  /src/sys/net/
zlib.c 446 * smaller than this value. This mechanism is used only for compression
497 * - if compression is not successful for a file smaller than 64K, we can
503 * a highly compressible string table.) Smaller buffer sizes give
2541 #define smaller(tree, n, m, depth) \ macro
2548 * when the heap property is re-established (each father smaller than its
2560 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
2563 /* Exit if v is smaller than both sons */
2564 if (smaller(tree, v, s->heap[j], s->depth)) break;
4646 while (++j < z) /* try smaller tables up to z bits */
5837 #define BASE 65521L /* largest prime smaller than 65536 *
    [all...]
  /src/sys/arch/mips/mips/
fp.S 961 blt t2, ta2, 3f # subtract larger from smaller
1116 blt t2, ta2, 3f # subtract larger from smaller

Completed in 28 milliseconds