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

1 2 3 4 5 6 7 8 91011>>

  /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/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opt/
inline-small-func.exp 21 # it requires a particular combination of a (very) small function
22 # being inlined into an also very small outer function.
24 # See also gdb.dwarf/dw2-inline-small-func.exp for a version of this
37 standard_testfile inline-small-func.c inline-small-func.h
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
inline-small-func.exp 21 # it requires a particular combination of a (very) small function
22 # being inlined into an also very small outer function.
24 # See also gdb.dwarf/dw2-inline-small-func.exp for a version of this
37 standard_testfile inline-small-func.c inline-small-func.h
  /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 */ local
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
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; local
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 */ local
126 if(x<small) { return(one+x); }
n_cabs.c 108 small=1.0E-18; /* fl(1+small)==1 */ local
125 { one+small; return(x); } local
192 small=1.0E-18; /* fl(1+small)==1 */
210 { one+small; return(scalb(x,exp)); }
  /src/external/gpl3/binutils/dist/gprofng/
Makefile.am 56 .PHONY: check-small check-extra check-install
58 check-DEJAGNU: check-small
60 check-small check-extra check-install: site.exp development.exp
  /src/external/gpl3/binutils/dist/libiberty/
objalloc.c 49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
204 struct objalloc_chunk *p, *small; local
208 and set Q to the last small object chunk we see before P. */
209 small = NULL;
216 small = p;
234 /* The block is in a chunk containing small objects. We can
235 free every chunk through SMALL, because they have certainly
236 been allocated more recently. After SMALL, we will not se
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/
Makefile.am 54 .PHONY: check-small check-extra check-install
56 check-DEJAGNU: check-small
58 check-small check-extra check-install: site.exp development.exp
  /src/external/gpl3/binutils.old/dist/libiberty/
objalloc.c 49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
231 free every chunk through SMALL, because they have certainly
232 been allocated more recently. After SMALL, we will not se
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
objalloc.c 49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
231 free every chunk through SMALL, because they have certainly
232 been allocated more recently. After SMALL, we will not se
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
objalloc.c 49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
231 free every chunk through SMALL, because they have certainly
232 been allocated more recently. After SMALL, we will not se
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
objalloc.c 49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
231 free every chunk through SMALL, because they have certainly
232 been allocated more recently. After SMALL, we will not se
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
objalloc.c 49 We handle large and small allocation requests differently. If we
64 contains small objects, this is NULL. */
75 hold small objects. */
200 struct objalloc_chunk *p, *small; local
204 and set Q to the last small object chunk we see before P. */
205 small = NULL;
212 small = p;
230 /* The block is in a chunk containing small objects. We can
231 free every chunk through SMALL, because they have certainly
232 been allocated more recently. After SMALL, we will not se
    [all...]
  /src/sys/dev/ofisa/
ofisa.c 166 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; local
179 buf = small;
198 if (buf != small)
236 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; local
249 buf = small;
281 if (buf != small)
318 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; local
331 buf = small;
349 if (buf != small)
401 char *model, small[OFW_MAX_STACK_BUF_SIZE] local
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
netpgpv-bzlib.h 82 # ifdef small
83 /* windows.h define small to char */
84 # undef small macro
121 int small
145 int small,
221 int small,
  /src/external/bsd/bzip2/dist/
bzlib.h 82 # ifdef small
83 /* windows.h define small to char */
84 # undef small macro
121 int small
145 int small,
221 int small,
  /src/external/mit/isl/dist/
isl_int_sioimath.h 31 /* The type to represent integers optimized for small values. It is either a
32 * pointer to an mp_int ( = mpz_t*; big representation) or an int32_t (small
35 * to 1 for small representation and use the 32 most significant bits for the
46 * Small representation:
86 * To avoid checking these cases, we exclude INT32_MIN from small
91 /* Largest possible number in small representation */
100 /* Return whether the argument is stored in small representation.
114 /* Get the number of an isl_int in small representation. Result is undefined if
130 /* Return 1 if val is stored in small representation and store its value to
131 * small. We rely on the compiler to optimize the isl_sioimath_get_small suc
251 int32_t small; local
377 int32_t small; local
383 mp_int_set_value(isl_sioimath_reinit_big(dst), small); local
391 mp_small small; local
1042 int32_t small; local
1147 int32_t small; local
1178 int32_t small; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
13-fragmentation.conf 8 test-3 = 3-small-app-data
9 test-4 = 4-small-app-data-large-fragment-size
19 test-14 = 14-small-app-data-aes-sha1-multibuffer
20 test-15 = 15-small-app-data-aes-sha2-multibuffer
98 [3-small-app-data]
99 ssl_conf = 3-small-app-data-ssl
101 [3-small-app-data-ssl]
102 server = 3-small-app-data-server
103 client = 3-small-app-data-client
105 [3-small-app-data-server
    [all...]

Completed in 31 milliseconds

1 2 3 4 5 6 7 8 91011>>