/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 in typeref:typename:dtype
|
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 in typeref:typename:dtype
|
e_rem_pio2f.h | 51 double w,r,fn; local in function:__ieee754_rem_pio2fd 60 fn = rnint((float_t)x*invpio2); 61 n = irint(fn); 62 r = x-fn*pio2_1; 63 w = fn*pio2_1t;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_ioc32.c | 59 drm_ioctl_compat_t *fn = NULL; local in function:nouveau_compat_ioctl 67 fn = nouveau_compat_ioctls[nr - DRM_COMMAND_BASE]; 69 if (fn != NULL) 70 ret = (*fn)(filp, cmd, arg);
|
/src/usr.bin/fstat/ |
ntfs.c | 54 struct fnode fn; local in function:ntfs_filestat 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/tests/usr.bin/xlint/lint1/ |
msg_024.c | 15 /* expect+3: error: cannot initialize function 'fn' [24] */ 18 function fn = definition; variable in typeref:typename:function
|
msg_038.c | 12 function fn; member in struct:__anonfa8764860108
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_win_dll_thunk.cc | 117 static fntype fn = 0; local in function:asan_dll_thunk_init 119 if (fn) return 0; 124 fn = (fntype) dllThunkGetRealAddrOrDie("__asan_init"); 125 fn();
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_ioc32.c | 86 drm_ioctl_compat_t *fn = NULL; local in function:i915_compat_ioctl 93 fn = i915_compat_ioctls[nr - DRM_COMMAND_BASE]; 95 if (fn != NULL) 96 ret = (*fn) (filp, cmd, arg);
|
/src/sys/external/isc/libsodium/dist/test/default/ |
keygen.c | 6 void (*fn)(unsigned char *k); member in struct:KeygenTV_ 48 tv->fn(key);
|
/src/tests/net/bpf/ |
h_bpf.h | 85 bpfjit_func_t fn; local in function:exec_prog 94 fn = rumpns_bpfjit_generate_code(NULL, insns, insn_count); 97 res = fn(NULL, &args); 100 rumpns_bpfjit_free_code(fn); 137 bpfjit_func_t fn; local in function:exec_prog_mchain2 147 fn = rumpns_bpfjit_generate_code(NULL, insns, insn_count); 150 res = fn(NULL, &args); 153 rumpns_bpfjit_free_code(fn);
|
/src/sbin/nvmectl/ |
nvmectl.h | 45 nvme_fn_t fn; member in struct:nvme_function
|
/src/sbin/gpt/ |
label.c | 84 const char *fn = optarg; local in function:name_from_file 90 if (strcmp(fn, "-") != 0) { 91 f = fopen(fn, "r"); 93 gpt_warn(gpt, "Can't open `%s'", fn); 105 gpt_warn(gpt, "Can't label from `%s'", fn);
|
/src/tests/lib/libc/gen/ |
h_ctype_abuse.c | 75 } fn; local in function:main 91 fn = upper; 119 switch (fn) {
|
/src/share/examples/refuse/ian/libfetch/ |
file.c | 93 _fetch_stat_file(const char *fn, struct url_stat *us) 99 if (stat(fn, &sb) == -1) { 124 char fn[PATH_MAX], *p; local in function:fetchListFile 134 strncpy(fn, u->doc, sizeof(fn) - 2); 135 fn[sizeof(fn) - 2] = 0; 136 strcat(fn, "/"); 137 p = strchr(fn, 0); 138 l = sizeof(fn) - strlen(fn) - 1 [all...] |