HomeSort by: relevance | last modified time | path
    Searched defs:fmts (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libossaudio/
t_ossaudio.c 398 int caps, props, fmts; local in function:ATF_TC_BODY
429 if (ioctl(fd, SNDCTL_DSP_GETFMTS, &fmts) < 0)
433 ATF_REQUIRE(fmts & AFMT_MU_LAW);
434 ATF_REQUIRE(fmts & AFMT_A_LAW);
435 ATF_REQUIRE(fmts & AFMT_S8);
436 ATF_REQUIRE(fmts & AFMT_U8);
437 ATF_REQUIRE(fmts & AFMT_S16_LE);
438 ATF_REQUIRE(fmts & AFMT_S16_BE);
439 ATF_REQUIRE(fmts & AFMT_U16_LE);
440 ATF_REQUIRE(fmts & AFMT_U16_BE)
    [all...]
  /src/usr.sbin/mdsetimage/
bin_nlist.c 170 static const char *fmts[] = { local in function:bin_supported_targets
189 return fmts;
  /src/sys/external/bsd/drm2/dist/drm/
drm_connector.c 773 * @num_formats: the number of entries in the fmts array
783 u32 *fmts = NULL; local in function:drm_display_info_set_bus_formats
789 fmts = kmemdup(formats, sizeof(*formats) * num_formats,
791 if (!fmts)
796 info->bus_formats = fmts;
  /src/lib/libedit/
terminal.c 1460 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local in function:terminal_echotc
1488 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1491 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1494 (void) fprintf(el->el_outfile, fmts, EL_HAS_MAGIC_MARGINS ?
1498 (void) fprintf(el->el_outfile, fmts, EL_HAS_AUTO_MARGINS ?

Completed in 15 milliseconds