Home
last modified time | relevance | path

Searched refs:option_count (Results 1 – 5 of 5) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Doptions.h146 size_t option_count();
Dfoomaticrip.c1017 if (option_count() == 0) { in main()
Doptions.c321 size_t option_count() in option_count() function
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c372 static const size_t option_count((sizeof options)/(sizeof options[0]));
374 # define option_count ((sizeof options)/(sizeof options[0])) macro
440 png_byte entry[option_count]; /* The selected entry+1 of an option
443 int value[option_count]; /* Corresponding value */
720 for (j=0; j<option_count; ++j) in option_index()
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c372 static const size_t option_count((sizeof options)/(sizeof options[0]));
374 # define option_count ((sizeof options)/(sizeof options[0])) macro
440 png_byte entry[option_count]; /* The selected entry+1 of an option
443 int value[option_count]; /* Corresponding value */
720 for (j=0; j<option_count; ++j) in option_index()