Searched refs:fmts (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/lib/libbsdstat/
H A Dbsdstat.c58 if (j+4 > (int) sizeof(sf->fmts)) {
64 sf->fmts[j++] = ' ';
65 sf->fmts[j++] = FMTS_IS_STAT;
66 sf->fmts[j++] = i & 0xff;
67 sf->fmts[j++] = (i >> 8) & 0xff;
69 sf->fmts[j] = '\0';
99 for (cp = sf->fmts; *cp != '\0'; cp++) {
119 for (cp = sf->fmts; *cp != '\0'; cp++) {
140 for (cp = sf->fmts; *cp != '\0'; cp++) {
H A Dbsdstat.h85 unsigned char fmts[4096]; /* private: compiled stats to display */ member in struct:bsdstat
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder.c351 snd_fmtbestfunc(u_int32_t fmt, u_int32_t *fmts, int cheq) argument
356 if (fmt == 0 || fmts == NULL || fmts[0] == 0)
359 if (snd_fmtvalid(fmt, fmts))
365 for (i = 0; fmts[i] != 0; i++) {
366 score2 = snd_fmtscore(fmts[i]);
387 best = fmts[i];
396 snd_fmtbestbit(u_int32_t fmt, u_int32_t *fmts) argument
398 return snd_fmtbestfunc(fmt, fmts, 0);
402 snd_fmtbestchannel(u_int32_t fmt, u_int32_t *fmts) argument
408 snd_fmtbest(u_int32_t fmt, u_int32_t *fmts) argument
[all...]
H A Dfeeder.h59 u_int32_t snd_fmtbestbit(u_int32_t fmt, u_int32_t *fmts);
60 u_int32_t snd_fmtbestchannel(u_int32_t fmt, u_int32_t *fmts);
61 u_int32_t snd_fmtbest(u_int32_t fmt, u_int32_t *fmts);
H A Dchannel.c2215 u_int32_t *fmtlist, fmts; local
2219 fmts = 0;
2221 fmts |= fmtlist[i];
2225 fmts |= AFMT_CONVERTIBLE;
2227 return (AFMT_ENCODING(fmts));
H A Ddsp.c1535 case SNDCTL_DSP_GETFMTS: /* returns a mask of supported fmts */
2563 uint32_t fmts; local
2675 fmts = 0;
2677 fmts |= caps->fmtlist[i];
2688 ai->oformats = fmts;
2690 ai->iformats = fmts;
/freebsd-13-stable/contrib/bc/tests/
H A Drandmath.py129 s = fmts[op].format(scale, num(op, True, True, True), num(op, True, True, True))
131 s = fmts[op].format(scale, num(op, True, True, True), num(op, True, True, False))
133 s = fmts[op].format(scale, num(op, True, True, True, 7 / 8), num(op, True, False, True, 6 / 8))
135 s = fmts[op].format(scale, num(op, True, False, True), num(op, True, False, True),
141 s = fmts[op].format(scale, s)
152 s = fmts[op].format(scale, first)
154 s = fmts[op].format(scale, first, 6 / 8)
222 fmts = [ "scale = {}; {} + {}", "scale = {}; {} - {}", "scale = {}; {} * {}",
/freebsd-13-stable/contrib/tcsh/
H A Ded.screen.c522 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
556 xprintf(fmts, T_Tabs ? CGETS(7, 14, "yes") :
561 xprintf(fmts, Val(T_km) ? CGETS(7, 14, "yes") :
566 xprintf(fmts, T_Margin & MARGIN_MAGIC ? CGETS(7, 14, "yes") :
571 xprintf(fmts, T_Margin & MARGIN_AUTO ? CGETS(7, 14, "yes") :
580 xprintf(fmts, baud_rate[i].b_name);
/freebsd-13-stable/sys/dev/sound/pci/
H A Dfm801.c112 static u_int32_t fmts[] = { variable
122 fmts, 0
/freebsd-13-stable/contrib/libedit/
H A Dterminal.c1461 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1489 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1492 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1495 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ?
1499 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ?
/freebsd-13-stable/sys/vm/
H A Duma_core.c2122 u_int fmts[2]; local
2178 fmts[nfmt++] = 0;
2195 fmts[nfmt++] = UMA_ZFLAG_INTERNAL;
2197 fmts[nfmt++] = UMA_ZFLAG_OFFPAGE;
2217 if ((fmts[j] & UMA_ZFLAG_INTERNAL) != 0 &&
2221 keg_layout_one(keg, rsize, slabsize, fmts[j], &kl_tmp);
/freebsd-13-stable/sys/dev/sound/isa/
H A Dmss.c1011 static int fmts[] = local
1016 for (i = 0; i < 8; i++) if (arg == fmts[i]) break;

Completed in 205 milliseconds