| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | feeder.c | 351 snd_fmtbestfunc(u_int32_t fmt, u_int32_t *fmts, int cheq) in snd_fmtbestfunc() argument 356 if (fmt == 0 || fmts == NULL || fmts[0] == 0) in snd_fmtbestfunc() 359 if (snd_fmtvalid(fmt, fmts)) in snd_fmtbestfunc() 365 for (i = 0; fmts[i] != 0; i++) { in snd_fmtbestfunc() 366 score2 = snd_fmtscore(fmts[i]); in snd_fmtbestfunc() 387 best = fmts[i]; in snd_fmtbestfunc() 396 snd_fmtbestbit(u_int32_t fmt, u_int32_t *fmts) in snd_fmtbestbit() argument 398 return snd_fmtbestfunc(fmt, fmts, 0); in snd_fmtbestbit() 402 snd_fmtbestchannel(u_int32_t fmt, u_int32_t *fmts) in snd_fmtbestchannel() argument 404 return snd_fmtbestfunc(fmt, fmts, 1); in snd_fmtbestchannel() [all …]
|
| D | feeder.h | 59 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);
|
| D | channel.c | 2210 u_int32_t *fmtlist, fmts; in chn_getformats() local 2214 fmts = 0; in chn_getformats() 2216 fmts |= fmtlist[i]; in chn_getformats() 2220 fmts |= AFMT_CONVERTIBLE; in chn_getformats() 2222 return (AFMT_ENCODING(fmts)); in chn_getformats()
|
| D | dsp.c | 2564 uint32_t fmts; in dsp_oss_audioinfo() local 2676 fmts = 0; in dsp_oss_audioinfo() 2678 fmts |= caps->fmtlist[i]; in dsp_oss_audioinfo() 2689 ai->oformats = fmts; in dsp_oss_audioinfo() 2691 ai->iformats = fmts; in dsp_oss_audioinfo()
|
| /freebsd-12-stable/lib/libbsdstat/ |
| D | bsdstat.c | 58 if (j+4 > (int) sizeof(sf->fmts)) { in bsdstat_setfmt() 64 sf->fmts[j++] = ' '; in bsdstat_setfmt() 65 sf->fmts[j++] = FMTS_IS_STAT; in bsdstat_setfmt() 66 sf->fmts[j++] = i & 0xff; in bsdstat_setfmt() 67 sf->fmts[j++] = (i >> 8) & 0xff; in bsdstat_setfmt() 69 sf->fmts[j] = '\0'; in bsdstat_setfmt() 99 for (cp = sf->fmts; *cp != '\0'; cp++) { in bsdstat_print_header() 119 for (cp = sf->fmts; *cp != '\0'; cp++) { in bsdstat_print_current() 140 for (cp = sf->fmts; *cp != '\0'; cp++) { in bsdstat_print_total()
|
| D | bsdstat.h | 85 unsigned char fmts[4096]; /* private: compiled stats to display */ member
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | ed.screen.c | 522 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in EchoTC() local 556 xprintf(fmts, T_Tabs ? CGETS(7, 14, "yes") : in EchoTC() 561 xprintf(fmts, Val(T_km) ? CGETS(7, 14, "yes") : in EchoTC() 566 xprintf(fmts, T_Margin & MARGIN_MAGIC ? CGETS(7, 14, "yes") : in EchoTC() 571 xprintf(fmts, T_Margin & MARGIN_AUTO ? CGETS(7, 14, "yes") : in EchoTC() 580 xprintf(fmts, baud_rate[i].b_name); in EchoTC()
|
| /freebsd-12-stable/contrib/libedit/ |
| D | terminal.c | 1461 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in terminal_echotc() local 1489 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no"); in terminal_echotc() 1492 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no"); in terminal_echotc() 1495 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ? in terminal_echotc() 1499 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ? in terminal_echotc()
|
| /freebsd-12-stable/sys/dev/sound/pci/ |
| D | fm801.c | 114 static u_int32_t fmts[] = { variable 124 fmts, 0
|
| /freebsd-12-stable/sys/dev/sound/isa/ |
| D | mss.c | 1012 static int fmts[] = in mss_format() local 1017 for (i = 0; i < 8; i++) if (arg == fmts[i]) break; in mss_format()
|
| /freebsd-12-stable/sys/dev/bktr/ |
| D | CHANGELOG.TXT | 97 to return driver-supported pix fmts GSUPPIXFMT.
|