| /netbsd-src/sys/altq/ |
| H A D | altq_red.c | 222 static void fv_dropbyred(struct flowvalve *fv, struct altq_pktattr *, 889 struct flowvalve *fv = rp->red_flowvalve; in redioctl() local 890 q_stats->fv_flows = fv->fv_flows; in redioctl() 891 q_stats->fv_pass = fv->fv_stats.pass; in redioctl() 892 q_stats->fv_predrop = fv->fv_stats.predrop; in redioctl() 893 q_stats->fv_alloc = fv->fv_stats.alloc; in redioctl() 894 q_stats->fv_escape = fv->fv_stats.escape; in redioctl() 1125 flowlist_lookup(struct flowvalve *fv, struct altq_pktattr *pktattr, in flowlist_lookup() argument 1147 TAILQ_FOREACH(fve, &fv->fv_flowlist, fve_lru){ in flowlist_lookup() 1166 TAILQ_FOREACH(fve, &fv in flowlist_lookup() 1193 flowlist_reclaim(struct flowvalve * fv,struct altq_pktattr * pktattr) flowlist_reclaim() argument 1237 flowlist_move_to_head(struct flowvalve * fv,struct fve * fve) flowlist_move_to_head() argument 1251 struct flowvalve *fv; fv_alloc() local 1300 fv_destroy(struct flowvalve * fv) fv_destroy() argument 1308 fv_p2f(struct flowvalve * fv,int p) fv_p2f() argument 1328 fv_checkflow(struct flowvalve * fv,struct altq_pktattr * pktattr,struct fve ** fcache) fv_checkflow() argument 1406 fv_dropbyred(struct flowvalve * fv,struct altq_pktattr * pktattr,struct fve * fcache) fv_dropbyred() argument [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| H A D | rem_pio2q.c | 288 double fv = (double)(fq[i-1]+fq[i]); in __quadmath_kernel_rem_pio2() local 289 fq[i] += fq[i-1]-fv; in __quadmath_kernel_rem_pio2() 290 fq[i-1] = fv; in __quadmath_kernel_rem_pio2() 296 double fv = (double)(fq[i-1]+fq[i]); in __quadmath_kernel_rem_pio2() local 297 fq[i] += fq[i-1]-fv; in __quadmath_kernel_rem_pio2() 298 fq[i-1] = fv; in __quadmath_kernel_rem_pio2()
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
| H A D | rem_pio2q.c | 288 double fv = (double)(fq[i-1]+fq[i]); in __quadmath_kernel_rem_pio2() local 289 fq[i] += fq[i-1]-fv; in __quadmath_kernel_rem_pio2() 290 fq[i-1] = fv; in __quadmath_kernel_rem_pio2() 296 double fv = (double)(fq[i-1]+fq[i]); in __quadmath_kernel_rem_pio2() local 297 fq[i] += fq[i-1]-fv; in __quadmath_kernel_rem_pio2() 298 fq[i-1] = fv; in __quadmath_kernel_rem_pio2()
|
| /netbsd-src/lib/libterminfo/ |
| H A D | termcap.c | 494 int defs[__arraycount(def_infos)], fv; in captoinfo() local 515 fv = 0; in captoinfo() 530 fv = 1; in captoinfo() 540 fv = 1; in captoinfo() 566 if (fv == 1) in captoinfo() 583 if (fv == 1) in captoinfo()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | atof-ieee.c | 710 float fv; local 722 memcpy (&fv, &arr[0], sizeof (float)); 723 sprintf (sbuf + strlen (sbuf), "%x %x %.12g\n", arr[0], arr[1], fv);
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | atof-ieee.c | 710 float fv; local 722 memcpy (&fv, &arr[0], sizeof (float)); 723 sprintf (sbuf + strlen (sbuf), "%x %x %.12g\n", arr[0], arr[1], fv);
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/ |
| H A D | bootstrap.sh | 34 autoreconf -fv --install
|
| /netbsd-src/external/mit/xorg/share/fonts/ |
| H A D | Makefile.fccache | 12 ${FCCACHE} -fv ${DESTDIR}${X11FONTDIR}
|
| /netbsd-src/usr.bin/error/ |
| H A D | touch.c | 57 #define EITERATE(p, fv, i) for (p = fv[i]; p < fv[i+1]; p++) argument
|
| /netbsd-src/external/gpl2/groff/dist/contrib/gdiffmk/tests/ |
| H A D | runtests.in | 11 rm -fv test_result* tmp_file*
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-streamer-out.cc | 190 struct fixed_value fv = TREE_FIXED_CST (expr); in pack_ts_fixed_cst_value_fields() local 191 bp_pack_machine_mode (bp, fv.mode); in pack_ts_fixed_cst_value_fields() 192 bp_pack_var_len_int (bp, fv.data.low); in pack_ts_fixed_cst_value_fields() 193 bp_pack_var_len_int (bp, fv.data.high); in pack_ts_fixed_cst_value_fields()
|
| H A D | multiple_target.cc | 444 cgraph_function_version_info *fv = node->function_version (); in redirect_to_specific_clone() local 445 if (fv == NULL) in redirect_to_specific_clone()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-streamer-out.c | 184 struct fixed_value fv = TREE_FIXED_CST (expr); in pack_ts_fixed_cst_value_fields() local 185 bp_pack_machine_mode (bp, fv.mode); in pack_ts_fixed_cst_value_fields() 186 bp_pack_var_len_int (bp, fv.data.low); in pack_ts_fixed_cst_value_fields() 187 bp_pack_var_len_int (bp, fv.data.high); in pack_ts_fixed_cst_value_fields()
|
| H A D | multiple_target.c | 467 cgraph_function_version_info *fv = node->function_version (); in redirect_to_specific_clone() local 468 if (fv == NULL) in redirect_to_specific_clone()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | ldifutil.c | 365 int fv; in ldap_parse_ldif_record_x() local 382 fv = lr->lr_freeval[j]; in ldap_parse_ldif_record_x() 391 lr->lr_freeval[k] = fv; in ldap_parse_ldif_record_x()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | softmagic.c | 2106 float fl, fv; in magiccheck() local 2163 fv = p->f; in magiccheck() 2170 matched = isunordered(fl, fv) ? 1 : fv != fl; in magiccheck() 2174 matched = isunordered(fl, fv) ? 0 : fv == fl; in magiccheck() 2178 matched = isgreater(fv, fl); in magiccheck() 2182 matched = isless(fv, fl); in magiccheck()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | numeric.d | 1468 R fv = f(v); variable 1469 if (isNaN(fv) || fv == -T.infinity) 1471 return typeof(return)(v, fv, T.init); 1474 R fw = fv; 1476 R fx = fv; 1518 immutable fxv = fx - fv; 1557 v = w; fv = fw; 1566 v = w; fv = fw; 1569 else if (fu <= fv || v == x || v == w) 1571 v = u; fv = fu;
|
| /netbsd-src/usr.bin/crunch/crunchgen/ |
| H A D | crunchgen.c | 247 static void parse_line(char *line, int *fc, char **fv, int nf); 328 parse_line(char *pline, int *fc, char **fv, int nf) in parse_line() argument 341 fv[(*fc)++] = p; in parse_line()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | entry.c | 223 int fv; in str2entry2() local 231 fv = freeval[j]; in str2entry2() 240 freeval[k] = fv; in str2entry2()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | numeric.d | 1767 R fv = f(v); variable 1768 if (isNaN(fv) || fv == -T.infinity) 1770 return typeof(return)(v, fv, T.init); 1773 R fw = fv; 1775 R fx = fv; 1817 immutable fxv = fx - fv; 1856 v = w; fv = fw; 1865 v = w; fv = fw; 1868 else if (fu <= fv || v == x || v == w) 1870 v = u; fv = fu;
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | sh.cpu | 256 (define-pmacro (-build-fvec-name n) ((.sym fv n) n)) 259 (name h-fv)
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | sh.cpu | 256 (define-pmacro (-build-fvec-name n) ((.sym fv n) n)) 259 (name h-fv)
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | sh.cpu | 256 (define-pmacro (-build-fvec-name n) ((.sym fv n) n)) 259 (name h-fv)
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | sh.cpu | 256 (define-pmacro (-build-fvec-name n) ((.sym fv n) n)) 259 (name h-fv)
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/perl/ |
| H A D | GMP.xs | 2797 overload_lshift (fv, nv, order) 2798 SV *fv 2816 MPF_ASSUME (f, fv); 2819 SV_PTR_SWAP (fv, nv); 2820 f = coerce_mpf (tmp_mpf_0, fv, prec);
|