Home
last modified time | relevance | path

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

/external/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()