Searched refs:param (Results 26 - 50 of 8125) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c383 const struct param_t *param,
390 if (! param)
391 param = &dummy;
393 s->size += param->size_extra;
402 switch (param->data_high) {
415 s->size -= param->size_extra;
478 one (mp_size_t *threshold, struct param_t *param) argument
485 DEFAULT (param->function_fudge, 1.0);
486 DEFAULT (param->function2, param
382 tuneup_measure(speed_function_t fun, const struct param_t *param, struct speed_params *s) argument
1038 static struct param_t param; local
1161 static struct param_t param; local
1197 static struct param_t param; local
1239 static struct param_t param; local
1284 static struct param_t param; local
1296 static struct param_t param; local
1323 static struct param_t param; local
1334 static struct param_t param; local
1369 static struct param_t param; local
1402 static struct param_t param; local
1410 static struct param_t param; local
1433 static struct param_t param; local
1443 static struct param_t param; local
1453 static struct param_t param; local
1470 static struct param_t param; local
1478 static struct param_t param; local
1492 static struct param_t param; local
1502 static struct param_t param; local
1516 static struct param_t param; local
1532 static struct param_t param; local
1543 static struct param_t param; local
1561 static struct param_t param; local
1572 static struct param_t param; local
1606 static struct param_t param; local
1616 static struct param_t param; local
1627 static struct param_t param; local
1639 static struct param_t param; local
1703 static struct param_t param; local
1711 static struct param_t param; local
1747 static struct param_t param; local
1755 static struct param_t param; local
1764 static struct param_t param; local
1776 static struct param_t param; local
1822 static struct param_t param; local
1844 static struct param_t param; local
1912 static struct param_t param; local
1963 static struct param_t param; local
2041 static struct param_t param; local
2093 static struct param_t param; local
2136 static struct param_t param; local
2145 static struct param_t param; local
2218 static struct param_t param; local
2228 static struct param_t param; local
2242 static struct fft_param_t param; local
2265 static struct fft_param_t param; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vpm.c70 static void x509_verify_param_zero(X509_VERIFY_PARAM *param) argument
72 if (!param)
74 param->name = NULL;
75 param->purpose = 0;
76 param->trust = 0;
77 /*param->inh_flags = X509_VP_FLAG_DEFAULT;*/
78 param->inh_flags = 0;
79 param->flags = 0;
80 param->depth = -1;
81 if (param
90 X509_VERIFY_PARAM *param; local
97 X509_VERIFY_PARAM_free(X509_VERIFY_PARAM *param) argument
210 X509_VERIFY_PARAM_set1_name(X509_VERIFY_PARAM *param, const char *name) argument
220 X509_VERIFY_PARAM_set_flags(X509_VERIFY_PARAM *param, unsigned long flags) argument
228 X509_VERIFY_PARAM_clear_flags(X509_VERIFY_PARAM *param, unsigned long flags) argument
234 X509_VERIFY_PARAM_get_flags(X509_VERIFY_PARAM *param) argument
239 X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) argument
244 X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) argument
249 X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) argument
254 X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t) argument
260 X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param, ASN1_OBJECT *policy) argument
273 X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, STACK_OF(ASN1_OBJECT) *policies) argument
309 X509_VERIFY_PARAM_get_depth(const X509_VERIFY_PARAM *param) argument
391 X509_VERIFY_PARAM_add0_table(X509_VERIFY_PARAM *param) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr29921.c7 double test (int param) argument
15 if (param)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dmodctl.h35 #include <sys/param.h>
H A Dparam.h1 /* $NetBSD: param.h,v 1.1 2009/08/07 20:57:58 haad Exp $ */
28 * $FreeBSD: src/sys/compat/opensolaris/sys/param.h,v 1.1 2007/11/28 21:50:40 jb Exp $
35 #include_next <sys/param.h>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dspec19.C13 void Klasse<int,1>::function( const Klasse<T2,N2>& param )
15 param; // make sure we use the argument list from the definition.
21 Klasse<char,2> param; local
22 instance.function( param );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dspec19.C13 void Class<int,1>::function( const Class<T2,N2>& param )
15 param; // make sure we use the argument list from the definition.
21 Class<char,2> param; local
22 instance.function( param );
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/xxboot/
H A Dconf.c29 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/include/
H A Dparam.h45 #include <arm/arm32/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/netwinder/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.2 2001/10/26 23:21:31 matt Exp $ */
45 #include <arm/arm32/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/ibm4xx/
H A Dopenbios.h36 #include <sys/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.1 2007/12/17 19:09:27 garbled Exp $ */
45 #include <powerpc/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.4 2001/06/21 16:30:05 briggs Exp $ */
45 #include <powerpc/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.4 2001/03/04 08:28:52 matt Exp $ */
45 #include <arm/arm32/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.2 2005/12/11 12:17:50 christos Exp $ */
45 #include <powerpc/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/iyonix/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.2 2005/12/11 12:17:51 christos Exp $ */
9 #include <arm/arm32/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.1 2001/09/05 04:53:40 matt Exp $ */
45 #include <arm/arm32/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.3 2009/05/08 09:33:58 skrll Exp $ */
3 /* $OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $ */
25 * Utah $Hdr: param.h 1.18 94/12/16$
39 #include <hppa/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/amigappc/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.12 2009/07/21 09:49:16 phx Exp $ */
45 #include <powerpc/param.h>
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/include/
H A Dparam.h1 /* $NetBSD: param.h,v 1.5 2002/02/12 06:58:18 thorpej Exp $ */
45 #include <arm/arm32/param.h>
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/lib/
H A Dparameters.c68 iscsi_parameter_t *param; local
77 param = *head;
79 for (param = *head; param->next != NULL; param = param->next) {
81 if ((param->next = iscsi_malloc_atomic(sizeof(iscsi_parameter_t))) == NULL) {
85 param = param->next;
90 param
471 iscsi_parameter_t *param = NULL; local
679 iscsi_parameter_t *param; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dparsedate.y99 %parse-param { struct dateinfo *param }
100 %parse-param { const char **yyInput }
101 %lex-param { const char **yyInput }
111 param->yyHaveTime++;
114 param->yyHaveZone++;
117 param->yyHaveDate++;
120 param->yyHaveDay++;
123 param->yyHaveRel++;
126 param
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dpostconf2html64 print "\n</DD>\n\n" if ($param);
67 ($junk, $param, $defval) = split(/\s+/, $block, 3);
71 print "<DT><b><a name=\"$param\">$param</a>\n($defval)</b></DT><DD>\n\n";
76 print "\n</DD>\n\n" if ($param);
78 $param ="";
91 print "\n</DD>\n\n" if ($param);
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_inetany.c33 #include <sys/param.h>
68 const struct afparam *param)
86 strlcpy(param->name[0].buf, ifname, param->name[0].buflen);
87 strlcpy(param->name[1].buf, ifname, param->name[1].buflen);
92 param->gifaddr.cmd == 0)
94 else if (prog_ioctl(s, param->gifaddr.cmd, param->dgreq.buf) == -1)
95 err(EXIT_FAILURE, "%s", param
67 commit_address(prop_dictionary_t env, prop_dictionary_t oenv, const struct afparam *param) argument
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/printf/
H A Ddoprnt.c161 struct doprnt_params_t param; local
210 value = &param.width;
212 param.base = 10;
213 param.conv = 0;
214 param.expfmt = "e%c%02ld";
215 param.exptimes4 = 0;
216 param.fill = ' ';
217 param.justify = DOPRNT_JUSTIFY_RIGHT;
218 param.prec = 6;
219 param
[all...]

Completed in 344 milliseconds

1234567891011>>