Searched refs:subtype_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 50 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subtype_count, sizeof (int)) ; in main() 60 for (s = 0 ; s < subtype_count ; s++) in main()
|
/third_party/libsnd/tests/ |
H A D | external_libs_test.c | 88 int s, subtype_count ; in subtype_format_test() local 92 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &subtype_count, sizeof (int)) ; in subtype_format_test() 94 for (s = 0 ; s < subtype_count ; s++) in subtype_format_test()
|
Completed in 2 milliseconds