Searched refs:major_count (Results 1 - 2 of 2) sorted by relevance
/third_party/libsnd/examples/ |
H A D | list_formats.c | 44 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 D | external_libs_test.c | 58 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