Searched refs:fn (Results 26 - 50 of 516) sorted by relevance

1234567891011>>

/freebsd-10-stable/lib/msun/src/
H A Ds_llround.c9 #define fn llround macro
H A Ds_llroundf.c9 #define fn llroundf macro
H A Ds_llroundl.c9 #define fn llroundl macro
H A Ds_lroundf.c9 #define fn lroundf macro
H A Ds_lroundl.c9 #define fn lroundl macro
H A De_rem_pio2f.c49 double w,r,fn; local
58 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
59 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52);
60 fn = fn-0x1.8p52;
62 n = irint(fn);
64 n = (int32_t)fn;
66 r = x-fn*pio2_1;
67 w = fn*pio2_1t;
H A Ds_fdim.c32 #define DECL(type, fn) \
34 fn(type x, type y) \
H A Ds_lrint.c36 #define fn lrint macro
47 fn(type x) function
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h34 #define THREAD_START(threadvar, fn, arg) \
35 pthread_create(&(threadvar), NULL, fn, arg)
41 #define THREAD_START(threadvar, fn, arg) do { \
42 uintptr_t threadhandle = _beginthreadex(NULL,0,fn,(arg),0,NULL); \
/freebsd-10-stable/bin/sh/
H A Dnodes.c.pat76 struct funcdef *fn;
83 fn = ckmalloc(funcblocksize + funcstringsize);
84 fn->refcount = 1;
85 funcblock = (char *)fn + offsetof(struct funcdef, n);
86 funcstring = (char *)fn + funcblocksize;
88 return fn;
93 getfuncnode(struct funcdef *fn)
95 return fn == NULL ? NULL : &fn->n;
164 reffunc(struct funcdef *fn)
[all...]
/freebsd-10-stable/lib/libc/stdlib/
H A Datexit.c120 struct atexit_fn fn; local
123 fn.fn_type = ATEXIT_FN_STD;
124 fn.fn_ptr.std_func = func;
125 fn.fn_arg = NULL;
126 fn.fn_dso = NULL;
128 error = atexit_register(&fn);
139 struct atexit_fn fn; local
142 fn.fn_type = ATEXIT_FN_CXA;
143 fn.fn_ptr.cxa_func = func;
144 fn
166 struct atexit_fn fn; local
[all...]
/freebsd-10-stable/usr.bin/cksum/
H A Dcksum.c67 char *fn, *p; local
109 fn = NULL;
113 fn = *argv++;
114 if ((fd = open(fn, O_RDONLY, 0)) < 0) {
115 warn("%s", fn);
121 warn("%s", fn ? fn : "stdin");
124 pfncn(fn, val, len);
/freebsd-10-stable/sys/boot/i386/common/
H A Dcons.h29 int getc(int fn);
30 int xgetc(int fn);
/freebsd-10-stable/usr.sbin/kgzip/
H A Dkgzip.c66 static char *fn[FN_CNT]; local
108 mk_fn(cflag, *argv, output, fn);
110 if (fn[FN_SRC]) {
113 kgzcmp(&kh, fn[FN_SRC], fn[FN_OBJ]);
116 kgzld(&kh, fn[FN_OBJ], fn[FN_KGZ]);
137 mk_fn(int cflag, const char *f1, const char *f2, char *fn[]) argument
150 fn[i++] = (char *)f1;
155 fn[
[all...]
/freebsd-10-stable/include/
H A Dtgmath.h41 * __tg_impl_simple(x, y, z, fnl, fn, fnf, ...)
43 * double, fn() if it is double or any has an integer type, and fnf()
45 * __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...)
47 * double, [c]fn() if it is double or any has an integer type, and
65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \
71 default: fn, \
77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \
80 fnl, fn, fnf, fnl, fn, fnf)(__VA_ARGS__)
81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fn
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c51 int fn; local
74 fn = nfields;
77 fn--;
78 if (fn == 0)
82 return(nfields - fn);
86 fn = nfields;
90 return(fn);
91 fn++;
98 fn = nfields;
101 fn
226 int fn; local
[all...]
/freebsd-10-stable/lib/libc/regex/grot/
H A Dsplit.c23 int fn; local
46 fn = nfields;
49 fn--;
50 if (fn == 0)
54 return(nfields - fn);
58 fn = nfields;
62 return(fn);
63 fn++;
70 fn = nfields;
73 fn
198 int fn; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dnames.c149 void (*fn) (const EVP_CIPHER *ciph, member in struct:doall_cipher
157 dc->fn(NULL, nm->name, nm->data, dc->arg);
159 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
162 void EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph,
167 dc.fn = fn;
172 void EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph,
177 dc.fn = fn;
184 void (*fn) (cons member in struct:doall_md
[all...]
/freebsd-10-stable/lib/libutil/tests/
H A Dpidfile_test.c63 const char *fn = "test_pidfile_uncontested"; local
67 unlink(fn);
68 pf = pidfile_open(fn, 0600, &other);
75 unlink(fn);
79 unlink(fn);
89 const char *fn = "test_pidfile_self"; local
94 unlink(fn);
95 pf1 = pidfile_open(fn, 0600, &other);
103 unlink(fn);
107 pf2 = pidfile_open(fn, 060
128 common_test_pidfile_child(const char *fn, int parent_open) argument
246 const char *fn = "test_pidfile_contested"; local
259 const char *fn = "test_pidfile_inherited"; local
[all...]
/freebsd-10-stable/lib/libfetch/
H A Dfile.c98 fetch_stat_file(const char *fn, struct url_stat *us) argument
104 if (stat(fn, &sb) == -1) {
127 char fn[PATH_MAX], *p; local
137 strncpy(fn, u->doc, sizeof(fn) - 2);
138 fn[sizeof(fn) - 2] = 0;
139 strcat(fn, "/");
140 p = strchr(fn, 0);
141 l = sizeof(fn)
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dgcov.c504 function_t *fn;
519 for (fn = functions; fn; fn = fn->next)
520 solve_flow_graph (fn);
523 for (fn = functions; fn; fn = fn
503 function_t *fn; local
569 function_t *fn; local
701 struct function_info *fn = NULL; local
921 function_t *fn, *fn_p, *fn_n; local
966 function_t *fn = NULL; local
1069 solve_flow_graph(function_t *fn) argument
1483 add_line_counts(coverage_t *coverage, function_t *fn) argument
1559 function_t *fn, *fn_p, *fn_n; local
1787 function_t *fn = NULL; local
[all...]
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dmem1.c53 typedef struct fn { struct
57 struct fn *fn_nxt;
70 fn_t *fn; local
72 for (fn = fnames; fn != NULL; fn = fn->fn_nxt) {
73 if (fn->fn_len == len && memcmp(fn->fn_name, s, len) == 0)
76 return (fn);
92 fn_t *fn; local
126 fn_t *fn; local
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dexcept.c167 tree fn; local
169 fn = get_identifier ("__cxa_get_exception_ptr");
170 if (!get_global_value_if_present (fn, &fn))
174 fn = push_library_fn (fn, build_function_type (ptr_type_node, tmp));
177 return build_function_call (fn, tree_cons (NULL_TREE, build_exc_ptr (),
187 tree fn; local
189 fn = get_identifier ("__cxa_begin_catch");
190 if (!get_global_value_if_present (fn,
225 tree fn, cleanup; local
533 tree fn; local
553 tree fn; local
601 tree fn; local
627 tree fn = get_identifier ("_Jv_Throw"); local
805 tree fn = get_identifier ("__cxa_rethrow"); local
895 nothrow_libfn_p(tree fn) argument
[all...]
/freebsd-10-stable/tools/tools/hcomp/
H A Dhcomp.pl40 my $fn = shift;
45 warn("$fn\n")
48 open(FILE, "<", $fn)
49 or die("$fn: $!\n");
70 open(FILE, ">", "$fn.new")
71 or die("$fn.new: $!\n");
75 rename($fn, "$fn.$opt_b")
77 rename("$fn.new", $fn);
[all...]
/freebsd-10-stable/crypto/openssh/
H A Ddispatch.h51 #define dispatch_range(from, to, fn) \
52 ssh_dispatch_range(active_state, (from), (to), (fn))
53 #define dispatch_set(type, fn) \
54 ssh_dispatch_set(active_state, (type), (fn))

Completed in 242 milliseconds

1234567891011>>