Searched refs:FUNCTION (Results 1 - 25 of 153) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dfits_uint.c23 #define FUNCTION mpfr_fits_uint_p macro
H A Dfits_ulong.c23 #define FUNCTION mpfr_fits_ulong_p macro
H A Dfits_ushort.c23 #define FUNCTION mpfr_fits_ushort_p macro
H A Dfits_sint.c23 #define FUNCTION mpfr_fits_sint_p macro
H A Dfits_slong.c23 #define FUNCTION mpfr_fits_slong_p macro
H A Dfits_sshort.c23 #define FUNCTION mpfr_fits_sshort_p macro
H A Dsec.c23 #define FUNCTION mpfr_sec macro
H A Dsech.c29 #define FUNCTION mpfr_sech macro
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dfits_uint.c21 #define FUNCTION mpf_fits_uint_p macro
H A Dfits_ulong.c21 #define FUNCTION mpf_fits_ulong_p macro
H A Dfits_ushort.c21 #define FUNCTION mpf_fits_ushort_p macro
H A Dfits_sint.c21 #define FUNCTION mpf_fits_sint_p macro
H A Dfits_slong.c21 #define FUNCTION mpf_fits_slong_p macro
H A Dfits_sshort.c21 #define FUNCTION mpf_fits_sshort_p macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dgen-c-prog.awk10 if (curfun != FUNCTION)
14 curfun = FUNCTION
16 print "void ", FUNCTION, "(FILE *);"
18 printf "%s (file)\n", FUNCTION
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dfits_sint.c21 #define FUNCTION mpz_fits_sint_p macro
H A Dfits_slong.c21 #define FUNCTION mpz_fits_slong_p macro
H A Dfits_sshort.c21 #define FUNCTION mpz_fits_sshort_p macro
H A Dset.c26 #define FUNCTION move macro
30 #define FUNCTION mpz_set macro
37 FUNCTION (ARGUMENTS) function
H A Daors.h28 #define FUNCTION madd macro
32 #define FUNCTION msub macro
40 #define FUNCTION mpz_add macro
44 #define FUNCTION mpz_sub macro
51 #ifndef FUNCTION
57 FUNCTION (ARGUMENTS) function
H A Daors_ui.h27 #define FUNCTION mpz_add_ui macro
35 #define FUNCTION mpz_sub_ui macro
42 #ifndef FUNCTION
48 FUNCTION (mpz_ptr w, mpz_srcptr u, unsigned long int vval) function
H A Dmul_i.h27 #define FUNCTION mpz_mul_si macro
33 #define FUNCTION mpz_mul_ui macro
38 #ifndef FUNCTION
44 FUNCTION (mpz_ptr prod, mpz_srcptr mult, function
H A Dfits_s.h25 FUNCTION (mpz_srcptr z) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dprogs.pl24 } FUNCTION;
25 DECLARE_LHASH_OF(FUNCTION);
27 FUNCTION functions[] = {
H A Dopenssl.c139 * type of "FUNCTION*"). This removes the necessity for macro-generated wrapper
142 static LHASH_OF(FUNCTION) *prog_init(void );
143 static int do_cmd(LHASH_OF(FUNCTION) *prog,int argc,char *argv[]);
230 FUNCTION f,*fp;
237 LHASH_OF(FUNCTION) *prog=NULL;
464 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
466 FUNCTION f,*fp;
618 const FUNCTION *f1=_f1;
619 const FUNCTION *f2=_f2;
699 static int MS_CALLBACK function_cmp(const FUNCTION *
[all...]

Completed in 364 milliseconds

1234567