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

/src/usr.bin/gzip/
H A Dznew22 # 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 Dmulsi3.S50 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 Ddisklabel.c43 #error BBSIZE is smaller than MINBBSIZE
/src/common/dist/zlib/
H A Dtrees.c499 #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 Ddisksubr.c51 #error BBSIZE smaller than BBMINSIZE
/src/distrib/sets/
H A Dfmt-list169 -- Return the smaller of the given values, ignoring nil.
/src/usr.bin/m4/TEST/
H A Dtest.m4211 smaller ones. In either case, new spells must be found.
/src/sys/arch/arm/arm32/
H A Dbus_dma.c1525 #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 Dbus_dma.c1466 #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 Dboot.S18 | The first 1KB must be smaller than or equal to 1024 bytes.
/src/bin/ksh/
H A Demacs.c308 * default, but its simpler/faster/smaller than using termcap
/src/sys/net/
H A Dzlib.c446 * 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 Dfp.S961 blt t2, ta2, 3f # subtract larger from smaller
1116 blt t2, ta2, 3f # subtract larger from smaller

Completed in 35 milliseconds