HomeSort by: relevance | last modified time | path
    Searched refs:small (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/distrib/i386/floppies/bootfloppy-small/
Makefile 3 FLOPPYBASE= boot-small
  /src/libexec/httpd/small/
Makefile 4 # build a 100% lean bozohttpd-small.c
5 PROG= bozohttpd-small
7 SRCS= bozohttpd-small.c content-bozo-small.c ssl-bozo.c main.c
17 bozohttpd-small.c: bozohttpd.c
26 content-bozo-small.c: content-bozo.c
35 CLEANFILES+= content-bozo-small.c bozohttpd-small.c
  /src/distrib/i386/ramdisks/ramdisk-small/
Makefile 3 BOOTMODEL= small
  /src/common/lib/libc/
Makefile.inc 34 exists(${COMMON_ARCHDIR}/$i/small)
35 .PATH.S: ${COMMON_ARCHDIR}/$i/small
  /src/sys/arch/atari/stand/bootxx/
start.S 8 bra _C_LABEL(bootxx) | bootxx is small enough so bra works
  /src/lib/libm/noieee_src/
n_asinh.c 87 static const double small=1.0E-10, /* fl(1+small*small) == 1 */ variable in typeref:typename:const double
94 if((t=copysign(x,one))>small)
99 else /* if |x| < small */
n_tanh.c 79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local in function:tanh
91 else if ( x > small )
n_exp__E.c 113 static const double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; variable in typeref:typename:const double
115 if(copysign(x,one)>small) {
130 /* end of |x| > small */
133 if(x!=zero) w=one+small; /* raise the inexact flag ??? -ragge */
n_cosh.c 118 one=1.0, small=1.0E-18; /* fl(1+small)==1 */ variable in typeref:typename:const double
126 if(x<small) { return(one+x); }
n_cabs.c 108 small=1.0E-18; /* fl(1+small)==1 */ variable in typeref:typename:const double
125 { one+small; return(x); }
192 small=1.0E-18; /* fl(1+small)==1 */
210 { one+small; return(scalb(x,exp)); }
n_log1p.c 127 half=1.0/2.0, small=1.0E-20; /* 1+small == 1 */ local in function:__weak_alias
139 if(copysign(x,one)<small) return(x);
n_atan2.c 180 static const double zero=0, one=1, small=1.0E-9, big=1.0E18; local in function:atan2
230 if (t < small)
231 { big + small ; /* raise inexact flag */
266 { big+small; /* raise inexact flag */
  /src/sys/dev/ofisa/
ofisa.c 166 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; local in function:ofisa_reg_get
179 buf = small;
198 if (buf != small)
236 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; local in function:ofisa_intr_get
249 buf = small;
281 if (buf != small)
318 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; local in function:ofisa_dma_get
331 buf = small;
349 if (buf != small)
401 char *model, small[OFW_MAX_STACK_BUF_SIZE] local in function:ofisa_print_model
    [all...]
  /src/common/lib/libc/arch/vax/gen/
udiv.S 52 divl2 %r2,%r0 # small divisor and dividend: signed division
74 divl2 %r2,%r0 # small divisor and dividend: signed division
urem.S 52 divl3 %r2,%r0,%r1 # small divisor and dividend: signed modulus
74 divl3 %r2,%r0,%r1 # small divisor and dividend: signed modulus
  /src/usr.bin/stat/
stat.c 671 int small; /* true if datum is a small integer */ local in function:format1
677 small = 0;
691 small = (sizeof(st->st_dev) == 4);
725 small = (sizeof(st->st_ino) == 4);
733 small = (sizeof(st->st_mode) == 4);
765 small = (sizeof(st->st_dev) == 4);
773 small = (sizeof(st->st_uid) == 4);
787 small = (sizeof(st->st_gid) == 4);
835 small = (sizeof(secs) == 4)
    [all...]
  /src/lib/libc/arch/mips/string/
bcmp.S 52 blt a2, 16, small # is it worth any trouble?
79 b small # finish remainder
106 small: label
  /src/tests/lib/libc/sys/
t_getlogin.c 51 char small[0]; local in function:ATF_TC_BODY
53 ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE);
  /src/games/warp/
config.sh 86 small=''
  /src/sys/arch/sun68k/stand/
README 3 The sun bootblocks are split into two parts: a small 1st-level program that
  /src/usr.sbin/sysinst/arch/cobalt/
msg.md.en 67 {The Linux ext2 partition to install the native bootloader is too small.
  /src/usr.sbin/sysinst/arch/prep/
msg.md.de 70 {The PReP boot partition is too small. It needs to be at least 2MB in size,
msg.md.en 70 {The PReP boot partition is too small. It needs to be at least 2MB in size,
msg.md.es 71 {The PReP boot partition is too small. It needs to be at least 2MB in size,
  /src/tests/fs/tmpfs/
t_sizes.sh 32 atf_test_case small
34 atf_set "descr" "Checks the status after creating a small file"
127 atf_add_test_case small

Completed in 20 milliseconds

1 2 3