Searched refs:smaller (Results 1 - 13 of 13) sorted by relevance
| /src/usr.bin/gzip/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | disklabel.c | 43 #error BBSIZE is smaller than MINBBSIZE
|
| /src/common/dist/zlib/ |
| H A D | 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/ |
| H A D | disksubr.c | 51 #error BBSIZE smaller than BBMINSIZE
|
| /src/distrib/sets/ |
| H A D | fmt-list | 169 -- Return the smaller of the given values, ignoring nil.
|
| /src/usr.bin/m4/TEST/ |
| H A D | test.m4 | 211 smaller ones. In either case, new spells must be found.
|
| /src/sys/arch/arm/arm32/ |
| H A D | 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/ |
| H A D | 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/ |
| H A D | boot.S | 18 | The first 1KB must be smaller than or equal to 1024 bytes.
|
| /src/bin/ksh/ |
| H A D | emacs.c | 308 * default, but its simpler/faster/smaller than using termcap
|
| /src/sys/net/ |
| H A D | 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 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 */
|
| /src/sys/arch/mips/mips/ |
| H A D | fp.S | 961 blt t2, ta2, 3f # subtract larger from smaller 1116 blt t2, ta2, 3f # subtract larger from smaller
|
Completed in 35 milliseconds