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

/freebsd-11-stable/lib/libbsdstat/
H A Dbsdstat.c56 if (j+4 > (int) sizeof(sf->fmts)) {
62 sf->fmts[j++] = ' ';
63 sf->fmts[j++] = FMTS_IS_STAT;
64 sf->fmts[j++] = i & 0xff;
65 sf->fmts[j++] = (i >> 8) & 0xff;
67 sf->fmts[j] = '\0';
97 for (cp = sf->fmts; *cp != '\0'; cp++) {
117 for (cp = sf->fmts; *cp != '\0'; cp++) {
138 for (cp = sf->fmts; *cp != '\0'; cp++) {
H A Dbsdstat.h83 unsigned char fmts[4096]; /* private: compiled stats to display */ member in struct:bsdstat
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder.c349 snd_fmtbestfunc(u_int32_t fmt, u_int32_t *fmts, int cheq) argument
354 if (fmt == 0 || fmts == NULL || fmts[0] == 0)
357 if (snd_fmtvalid(fmt, fmts))
363 for (i = 0; fmts[i] != 0; i++) {
364 score2 = snd_fmtscore(fmts[i]);
385 best = fmts[i];
394 snd_fmtbestbit(u_int32_t fmt, u_int32_t *fmts) argument
396 return snd_fmtbestfunc(fmt, fmts, 0);
400 snd_fmtbestchannel(u_int32_t fmt, u_int32_t *fmts) argument
406 snd_fmtbest(u_int32_t fmt, u_int32_t *fmts) argument
[all...]
H A Dfeeder.h57 u_int32_t snd_fmtbestbit(u_int32_t fmt, u_int32_t *fmts);
58 u_int32_t snd_fmtbestchannel(u_int32_t fmt, u_int32_t *fmts);
59 u_int32_t snd_fmtbest(u_int32_t fmt, u_int32_t *fmts);
H A Dchannel.c2208 u_int32_t *fmtlist, fmts; local
2212 fmts = 0;
2214 fmts |= fmtlist[i];
2218 fmts |= AFMT_CONVERTIBLE;
2220 return (AFMT_ENCODING(fmts));
H A Ddsp.c1532 case SNDCTL_DSP_GETFMTS: /* returns a mask of supported fmts */
2558 uint32_t fmts; local
2670 fmts = 0;
2672 fmts |= caps->fmtlist[i];
2683 ai->oformats = fmts;
2685 ai->iformats = fmts;
/freebsd-11-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-11-stable/sys/dev/sound/pci/
H A Dfm801.c112 static u_int32_t fmts[] = { variable
122 fmts, 0
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1485 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1513 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1516 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1519 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ?
1523 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ?
/freebsd-11-stable/sys/dev/sound/isa/
H A Dmss.c1014 static int fmts[] = local
1019 for (i = 0; i < 8; i++) if (arg == fmts[i]) break;

Completed in 231 milliseconds