Home
last modified time | relevance | path

Searched refs:major_count (Results 1 - 2 of 2) sorted by relevance

/third_party/libsnd/examples/
H A Dlist_formats.c44 int format, major_count, subtype_count, m, s ; in main() local
49 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)) ; in main()
53 for (m = 0 ; m < major_count ; m++) in main()
/third_party/libsnd/tests/
H A Dexternal_libs_test.c58 int m, major_count ; in major_format_test() local
62 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &major_count, sizeof (int)) ; in major_format_test()
64 for (m = 0 ; m < major_count ; m++) in major_format_test()

Completed in 1 milliseconds