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

/freebsd-9.3-release/tools/tools/mwl/mwlstats/
H A Dstatfoo.c56 if (j+3 > sizeof(sf->fmts)) {
62 sf->fmts[j++] = ' ';
63 sf->fmts[j++] = 0x80 | i;
65 sf->fmts[j] = '\0';
93 for (cp = sf->fmts; *cp != '\0'; cp++) {
109 for (cp = sf->fmts; *cp != '\0'; cp++) {
126 for (cp = sf->fmts; *cp != '\0'; cp++) {
H A Dstatfoo.h82 unsigned char fmts[4096]; /* private: compiled stats to display */ member in struct:statfoo
/freebsd-9.3-release/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.c2240 u_int32_t *fmtlist, fmts; local
2244 fmts = 0;
2246 fmts |= fmtlist[i];
2250 fmts |= AFMT_CONVERTIBLE;
2252 return (AFMT_ENCODING(fmts));
H A Ddsp.c1525 case SNDCTL_DSP_GETFMTS: /* returns a mask of supported fmts */
2546 uint32_t fmts; local
2657 fmts = 0;
2659 fmts |= caps->fmtlist[i];
2670 ai->oformats = fmts;
2672 ai->iformats = fmts;
/freebsd-9.3-release/tools/tools/ath/athstats/
H A Dstatfoo.c56 if (j+3 > sizeof(sf->fmts)) {
62 sf->fmts[j++] = ' ';
63 sf->fmts[j++] = 0x80 | i;
65 sf->fmts[j] = '\0';
93 for (cp = sf->fmts; *cp != '\0'; cp++) {
109 for (cp = sf->fmts; *cp != '\0'; cp++) {
126 for (cp = sf->fmts; *cp != '\0'; cp++) {
H A Dstatfoo.h82 unsigned char fmts[4096]; /* private: compiled stats to display */ member in struct:statfoo
/freebsd-9.3-release/tools/tools/net80211/wlanstats/
H A Dstatfoo.c56 if (j+3 > sizeof(sf->fmts)) {
67 sf->fmts[j++] = ' ';
68 sf->fmts[j++] = 0x80 | field;
71 sf->fmts[j] = '\0';
99 for (cp = sf->fmts; *cp != '\0'; cp++) {
116 for (cp = sf->fmts; *cp != '\0'; cp++) {
134 for (cp = sf->fmts; *cp != '\0'; cp++) {
H A Dstatfoo.h82 int fields[128]; /* index of field referenced in fmts */
83 unsigned char fmts[4096]; /* private: compiled stats to display */ member in struct:statfoo
/freebsd-9.3-release/tools/tools/npe/npestats/
H A Dstatfoo.c56 if (j+3 > sizeof(sf->fmts)) {
62 sf->fmts[j++] = ' ';
63 sf->fmts[j++] = 0x80 | i;
65 sf->fmts[j] = '\0';
93 for (cp = sf->fmts; *cp != '\0'; cp++) {
109 for (cp = sf->fmts; *cp != '\0'; cp++) {
126 for (cp = sf->fmts; *cp != '\0'; cp++) {
H A Dstatfoo.h82 unsigned char fmts[4096]; /* private: compiled stats to display */ member in struct:statfoo
/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c526 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
560 xprintf(fmts, T_Tabs ? CGETS(7, 14, "yes") :
565 xprintf(fmts, Val(T_km) ? CGETS(7, 14, "yes") :
570 xprintf(fmts, T_Margin & MARGIN_MAGIC ? CGETS(7, 14, "yes") :
575 xprintf(fmts, T_Margin & MARGIN_AUTO ? CGETS(7, 14, "yes") :
584 xprintf(fmts, baud_rate[i].b_name);
/freebsd-9.3-release/lib/libedit/
H A Dterm.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 ?
1532 (void) fprintf(el->el_outfile, fmts,
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dfm801.c112 static u_int32_t fmts[] = { variable
122 fmts, 0
/freebsd-9.3-release/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 111 milliseconds