Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 1868) sorted by relevance

12345678910>>...75

/netbsd-src/libexec/httpd/small/
H A DMakefile5 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
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D13-fragmentation.conf8 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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D13-fragmentation.cnf8 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 …]
/netbsd-src/sys/dev/ofisa/
H A Dofisa.c166 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; in ofisa_reg_get() local
179 buf = small; in ofisa_reg_get()
198 if (buf != small) in ofisa_reg_get()
236 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; in ofisa_intr_get() local
249 buf = small; in ofisa_intr_get()
281 if (buf != small) in ofisa_intr_get()
318 char *buf, *bp, small[OFW_MAX_STACK_BUF_SIZE]; in ofisa_dma_get() local
331 buf = small; in ofisa_dma_get()
349 if (buf != small) in ofisa_dma_get()
401 char *model, small[OFW_MAX_STACK_BUF_SIZE]; in ofisa_print_model() local
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_int_sioimath.h136 inline int isl_sioimath_decode_small(isl_sioimath val, int32_t *small) in isl_sioimath_decode_small() argument
138 *small = isl_sioimath_get_small(val); in isl_sioimath_decode_small()
251 int32_t small; in isl_sioimath_bigarg_src() local
257 small = isl_sioimath_get_small(arg); in isl_sioimath_bigarg_src()
260 if (small >= 0) { in isl_sioimath_bigarg_src()
262 num = small; in isl_sioimath_bigarg_src()
265 num = -small; in isl_sioimath_bigarg_src()
377 int32_t small; in isl_sioimath_promote() local
382 small = isl_sioimath_get_small(*dst); in isl_sioimath_promote()
383 mp_int_set_value(isl_sioimath_reinit_big(dst), small); in isl_sioimath_promote()
[all …]
H A Disl_int_sioimath.c6 extern int isl_sioimath_decode(isl_sioimath val, int32_t *small, mp_int *big);
8 extern int isl_sioimath_decode_small(isl_sioimath val, int32_t *small);
172 int32_t small; in isl_sioimath_read() local
175 small = strtol(str, NULL, 10); in isl_sioimath_read()
176 isl_sioimath_set_small(dst, small); in isl_sioimath_read()
201 int32_t small; in isl_sioimath_print() local
205 if (isl_sioimath_decode_small(i, &small)) { in isl_sioimath_print()
206 fprintf(out, "%*" PRIi32, width, small); in isl_sioimath_print()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistp256.c258 static void smallfelem_neg(felem out, const smallfelem small)
261 out[0] = zero105[0] - small[0];
262 out[1] = zero105[1] - small[1];
263 out[2] = zero105[2] - small[2];
264 out[3] = zero105[3] - small[3];
485 static void smallfelem_square(longfelem out, const smallfelem small)
490 a = ((uint128_t) small[0]) * small[0];
496 a = ((uint128_t) small[0]) * small[1];
503 a = ((uint128_t) small[0]) * small[2];
510 a = ((uint128_t) small[0]) * small[3];
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp256.c258 static void smallfelem_neg(felem out, const smallfelem small) in smallfelem_neg() argument
261 out[0] = zero105[0] - small[0]; in smallfelem_neg()
262 out[1] = zero105[1] - small[1]; in smallfelem_neg()
263 out[2] = zero105[2] - small[2]; in smallfelem_neg()
264 out[3] = zero105[3] - small[3]; in smallfelem_neg()
485 static void smallfelem_square(longfelem out, const smallfelem small) in smallfelem_square() argument
490 a = ((uint128_t) small[0]) * small[0]; in smallfelem_square()
496 a = ((uint128_t) small[0]) * small[1]; in smallfelem_square()
503 a = ((uint128_t) small[0]) * small[2]; in smallfelem_square()
510 a = ((uint128_t) small[0]) * small[3]; in smallfelem_square()
[all …]
/netbsd-src/usr.bin/stat/
H A Dstat.c658 int small; /* true if datum is a small integer */ in format1() local
664 small = 0; in format1()
678 small = (sizeof(st->st_dev) == 4); in format1()
712 small = (sizeof(st->st_ino) == 4); in format1()
720 small = (sizeof(st->st_mode) == 4); in format1()
752 small = (sizeof(st->st_dev) == 4); in format1()
760 small = (sizeof(st->st_uid) == 4); in format1()
774 small = (sizeof(st->st_gid) == 4); in format1()
822 small = (sizeof(secs) == 4); in format1()
832 small = (sizeof(st->st_size) == 4); in format1()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobjalloc.c200 struct objalloc_chunk *p, *small; in objalloc_free_block() local
205 small = NULL; in objalloc_free_block()
212 small = p; in objalloc_free_block()
244 if (small != NULL) in objalloc_free_block()
246 if (small == q) in objalloc_free_block()
247 small = NULL; in objalloc_free_block()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobjalloc.c200 struct objalloc_chunk *p, *small; in objalloc_free_block() local
205 small = NULL; in objalloc_free_block()
212 small = p; in objalloc_free_block()
244 if (small != NULL) in objalloc_free_block()
246 if (small == q) in objalloc_free_block()
247 small = NULL; in objalloc_free_block()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobjalloc.c200 struct objalloc_chunk *p, *small; in objalloc_free_block() local
205 small = NULL; in objalloc_free_block()
212 small = p; in objalloc_free_block()
244 if (small != NULL) in objalloc_free_block()
246 if (small == q) in objalloc_free_block()
247 small = NULL; in objalloc_free_block()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobjalloc.c200 struct objalloc_chunk *p, *small; in objalloc_free_block() local
205 small = NULL; in objalloc_free_block()
212 small = p; in objalloc_free_block()
244 if (small != NULL) in objalloc_free_block()
246 if (small == q) in objalloc_free_block()
247 small = NULL; in objalloc_free_block()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dnetpgpv-bzlib.h82 # ifdef small
84 # undef small
121 int small
145 int small,
221 int small,
/netbsd-src/external/bsd/bzip2/dist/
H A Dbzlib.h82 # ifdef small
84 # undef small
121 int small
145 int small,
221 int small,
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dt-m32r19 # -mmodel={small,medium} requires separate libraries.
24 MULTILIB_OPTIONS = mmodel=small/mmodel=medium m32r/m32rx/m32r2
25 MULTILIB_DIRNAMES = small medium m32r m32rx m32r2
28 # Set MULTILIB_EXTRA_OPTS so shipped libraries have small data in .sdata and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dt-m32r19 # -mmodel={small,medium} requires separate libraries.
24 MULTILIB_OPTIONS = mmodel=small/mmodel=medium m32r/m32rx/m32r2
25 MULTILIB_DIRNAMES = small medium m32r m32rx m32r2
28 # Set MULTILIB_EXTRA_OPTS so shipped libraries have small data in .sdata and
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Dcmcpxis.cgs13 set_fr_iimmed 2,4,fr7 ; multiply small numbers
50 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
93 set_fr_iimmed 0xfffe,0xfffc,fr7 ; multiply small numbers
118 set_fr_iimmed 2,4,fr7 ; multiply small numbers
155 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
198 set_fr_iimmed 0xfffe,0xfffc,fr7 ; multiply small numbers
225 set_fr_iimmed 2,4,fr7 ; multiply small numbers
262 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
305 set_fr_iimmed 0xfffe,0xfffc,fr7 ; multiply small numbers
332 set_fr_iimmed 2,4,fr7 ; multiply small numbers
[all …]
H A Dcsmul.cgs13 set_gr_immed 3,gr7 ; multiply small numbers
68 set_gr_immed -3,gr7 ; multiply small numbers
74 set_gr_immed 3,gr7 ; multiply small numbers
135 set_gr_immed -3,gr7 ; multiply small numbers
185 set_gr_immed 3,gr7 ; multiply small numbers
240 set_gr_immed -3,gr7 ; multiply small numbers
246 set_gr_immed 3,gr7 ; multiply small numbers
307 set_gr_immed -3,gr7 ; multiply small numbers
357 set_gr_immed 3,gr7 ; multiply small numbers
412 set_gr_immed -3,gr7 ; multiply small numbers
[all …]
H A Dcmcpxrs.cgs13 set_fr_iimmed 2,4,fr7 ; multiply small numbers
50 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
93 set_fr_iimmed 0xfffe,0xfffc,fr7 ; multiply small numbers
117 set_fr_iimmed 2,4,fr7 ; multiply small numbers
154 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
197 set_fr_iimmed 0xfffe,0xfffc,fr7 ; multiply small numbers
224 set_fr_iimmed 2,4,fr7 ; multiply small numbers
261 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
304 set_fr_iimmed 0xfffe,0xfffc,fr7 ; multiply small numbers
331 set_fr_iimmed 2,4,fr7 ; multiply small numbers
[all …]
H A Dcmqmulhs.cgs13 set_fr_iimmed 2,3,fr8 ; multiply small numbers
56 set_fr_iimmed 2,0xfffd,fr8 ; multiply small numbers
99 set_fr_iimmed 0xfffe,0xfffd,fr8 ; multiply small numbers
128 set_fr_iimmed 2,3,fr8 ; multiply small numbers
171 set_fr_iimmed 2,0xfffd,fr8 ; multiply small numbers
214 set_fr_iimmed 0xfffe,0xfffd,fr8 ; multiply small numbers
251 set_fr_iimmed 2,3,fr8 ; multiply small numbers
294 set_fr_iimmed 2,0xfffd,fr8 ; multiply small numbers
337 set_fr_iimmed 0xfffe,0xfffd,fr8 ; multiply small numbers
374 set_fr_iimmed 2,3,fr8 ; multiply small numbers
[all …]
H A Dcmmulhs.cgs13 set_fr_iimmed 2,3,fr7 ; multiply small numbers
62 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
111 set_fr_iimmed 0xfffe,0xfffd,fr7 ; multiply small numbers
144 set_fr_iimmed 2,3,fr7 ; multiply small numbers
193 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
242 set_fr_iimmed 0xfffe,0xfffd,fr7 ; multiply small numbers
279 set_fr_iimmed 2,3,fr7 ; multiply small numbers
328 set_fr_iimmed 2,0xfffd,fr7 ; multiply small numbers
377 set_fr_iimmed 0xfffe,0xfffd,fr7 ; multiply small numbers
414 set_fr_iimmed 2,3,fr7 ; multiply small numbers
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/
H A DMakefile.am80 javadoc1/images/blue-ball-small.gif javadoc1/images/blue-ball.gif \
84 javadoc1/images/cyan-ball-small.gif javadoc1/images/cyan-ball.gif \
87 javadoc1/images/green-ball-small.gif javadoc1/images/green-ball.gif \
89 javadoc1/images/magenta-ball-small.gif javadoc1/images/magenta-ball.gif \
93 javadoc1/images/red-ball-small.gif javadoc1/images/red-ball.gif \
96 javadoc1/images/yellow-ball-small.gif javadoc1/images/yellow-ball.gif
/netbsd-src/lib/libm/noieee_src/
H A Dn_cabs.c108 small=1.0E-18; /* fl(1+small)==1 */ in hypot() local
125 { one+small; return(x); } in hypot()
192 small=1.0E-18; /* fl(1+small)==1 */
210 { one+small; return(scalb(x,exp)); }
H A Dn_exp__E.c113 static const double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; in __exp__E() local
115 if(copysign(x,one)>small) { in __exp__E()
133 if(x!=zero) w=one+small; /* raise the inexact flag ??? -ragge */ in __exp__E()

12345678910>>...75