HomeSort by: relevance | last modified time | path
    Searched defs:fn (Results 1 - 25 of 611) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libm/src/
s_llrint.c 11 #define fn llrint macro
s_llrintf.c 11 #define fn llrintf macro
s_lrintf.c 11 #define fn lrintf macro
s_lrintl.c 13 #define fn lrintl macro
s_llrintl.c 14 #define fn llrintl macro
s_llround.c 13 #define fn llround macro
s_llroundf.c 13 #define fn llroundf macro
s_llroundl.c 13 #define fn llroundl macro
s_lrint.c 42 #define fn lrint macro
53 fn(stype x) function
s_lroundf.c 13 #define fn lroundf macro
s_lroundl.c 13 #define fn lroundl macro
s_lround.c 45 #define fn lround macro
62 fn(stype x) function
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_ioc32.c 59 drm_ioctl_compat_t *fn = NULL; local
67 fn = nouveau_compat_ioctls[nr - DRM_COMMAND_BASE];
69 if (fn != NULL)
70 ret = (*fn)(filp, cmd, arg);
  /src/tests/usr.bin/xlint/lint1/
msg_024.c 15 /* expect+3: error: cannot initialize function 'fn' [24] */
18 function fn = definition; variable
msg_038.c 12 function fn; member in struct:__anon8054
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
openpf5.c 27 char *fn = malloc (strlen (argv[0]) + 2); local
28 if (fn == NULL)
30 strcpy (fn, "/");
31 strcat (fn, argv[0]);
35 if (open (fn, O_RDONLY) < 0)
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
openpf5.c 27 char *fn = malloc (strlen (argv[0]) + 2); local
28 if (fn == NULL)
30 strcpy (fn, "/");
31 strcat (fn, argv[0]);
35 if (open (fn, O_RDONLY) < 0)
  /src/external/lgpl3/gmp/dist/mpf/
fits_u.h 39 mp_size_t fn; variable
48 fn = SIZ(f);
49 if (fn < 0) /* zero catched by exp == 0 */
56 fl = fp[fn-1];
61 fl = fp[fn-1];
65 if (fn >= 2)
66 fl |= fp[fn-2];
fits_s.h 39 mp_size_t fs, fn; variable
50 fn = ABS (fs);
54 fl = fp[fn-1];
59 fl = fp[fn-1];
63 if (fn >= 2)
64 fl |= fp[fn-2];
  /src/usr.bin/fstat/
ntfs.c 54 struct fnode fn; local
60 if (!KVM_READ(VTOF(vp), &fn, sizeof (fn))) {
64 if (!KVM_READ(FTONT(&fn), &ntnode, sizeof (ntnode))) {
65 dprintf("can't read ntnode at %p for pid %d", FTONT(&fn), Pid);
70 FTONT(&fn), Pid);
77 fsp->size = fn.f_size;
  /src/crypto/external/apache2/openssl/dist/crypto/
rcu_internal.h 17 rcu_cb_fn fn; member in struct:rcu_cb_item
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
setprogname.c 74 char * fn = strdup(p); local
77 strlwr(fn);
78 ext = strrchr(fn, '.');
82 __progname = fn;
  /src/external/gpl3/gcc/dist/gcc/config/
netbsd.cc 32 tree fn = builtin_decl_explicit (fncode); local
36 if (!fn)
39 sym = DECL_ASSEMBLER_NAME (fn);
42 set_user_assembler_name (fn, newname);
44 fn = builtin_decl_implicit (fncode);
45 if (fn)
46 set_user_assembler_name (fn, newname);
  /src/external/gpl3/gcc.old/dist/gcc/config/
netbsd.cc 32 tree fn = builtin_decl_explicit (fncode); local
36 if (!fn)
39 sym = DECL_ASSEMBLER_NAME (fn);
42 set_user_assembler_name (fn, newname);
44 fn = builtin_decl_implicit (fncode);
45 if (fn)
46 set_user_assembler_name (fn, newname);
  /src/external/lgpl3/mpfr/dist/src/
get_z_2exp.c 54 mp_size_t fn; local
65 fn = MPFR_LIMB_SIZE(f);
69 MPFR_ASSERTN (fn <= INT_MAX); /* due to SIZ(z) being an int */
72 mpz_realloc2 (z, (mp_bitcnt_t) fn * GMP_NUMB_BITS);
76 mpn_rshift (PTR (z), MPFR_MANT (f), fn, sh); local
78 MPN_COPY (PTR (z), MPFR_MANT (f), fn); local
80 SIZ(z) = MPFR_IS_NEG (f) ? -fn : fn;

Completed in 67 milliseconds

1 2 3 4 5 6 7 8 91011>>