Searched refs:fv (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dqmath.h130 #define Q_SIFVALS(q, iv, fv) \
133 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \
134 (Q_LTZ(iv) || Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0))
154 #define Q_SFVAL(q, fv) \
156 (Q_TC(q, Q_ABS(fv)) << Q_NCBITS) | \
157 (Q_LTZ(fv) ? 1ULL << Q_SIGNSHFT(q) : 0))
/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.c1474 return fv_section->fv + index;
1491 struct ice_fv *fv; local
1502 fv = (struct ice_fv *)
1505 if (!fv)
1513 if (fv->ew[j].prot_id != ICE_PROT_INVALID ||
1514 fv->ew[j].off != ICE_FV_OFFSET_INVAL)
1521 } while (fv);
1687 * @fv: pointer to the switch field vector
1690 ice_get_sw_prof_type(struct ice_hw *hw, struct ice_fv *fv) argument
1696 if (fv
1720 struct ice_fv *fv; local
1772 struct ice_fv *fv; local
1844 struct ice_fv *fv; local
3141 ice_find_prof_id(struct ice_hw *hw, enum ice_block blk, struct ice_fv_word *fv, u8 *prof_id) argument
3313 ice_write_es(struct ice_hw *hw, enum ice_block blk, u8 prof_id, struct ice_fv_word *fv) argument
[all...]
H A Dice_flex_type.h387 struct ice_fv fv[STRUCT_HACK_VAR_LEN]; member in struct:ice_sw_fv_section
/freebsd-13-stable/sys/arm64/arm64/
H A Didentcpu.c1484 struct mrs_field_value *fv; local
1490 fv = fields[i].values;
1493 if (fv == NULL)
1497 for (j = 0; fv[j].desc != NULL; j++) {
1498 if ((fv[j].value >> fields[i].shift) != field)
1501 if (fv[j].desc[0] != '\0')
1502 sbuf_printf(sb, "%s%s", SEP_STR, fv[j].desc);
1505 if (fv[j].desc == NULL)
/freebsd-13-stable/contrib/sendmail/src/
H A Dmain.c2774 char *fv; local
2777 fv = macvalue('f', &MainEnvelope);
2778 if (fv == NULL || *fv == '\0')
2782 if (strchr(fv, '@') == NULL)
2784 i = strlen(fv) + strlen(macvalue('j',
2787 (void) sm_strlcpyn(p, i, 3, fv, "@",
2792 p = sm_strdup_x(fv);
/freebsd-13-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c255 void parse_line(char *pline, int *fc, char **fv, int nf);
350 parse_line(char *pline, int *fc, char **fv, int nf) argument
365 fv[(*fc)++] = p;
/freebsd-13-stable/contrib/file/src/
H A Dsoftmagic.c1997 float fl, fv; local
2048 fv = p->f;
2055 matched = fv != fl;
2059 matched = fv == fl;
2063 matched = fv > fl;
2067 matched = fv < fl;
/freebsd-13-stable/tools/tools/tinybsd/
H A Dtinybsd387 rm -fv ${TDEPFILE} ${TDEPFILES}
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c5032 float fv; member in union:uval
5127 uval.fv = (float) a;
5384 return uval.fv;

Completed in 225 milliseconds