Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-collections.cc324 CONVERT_NUMBER_CHECKED(int, max_values, Int32, args[1]); in RUNTIME_FUNCTION()
325 CHECK(max_values >= 0); in RUNTIME_FUNCTION()
326 return *JSWeakCollection::GetEntries(holder, max_values); in RUNTIME_FUNCTION()
/external/pdfium/third_party/freetype/src/psaux/
Dpsobjs.h131 FT_Int max_values,
Dpsobjs.c853 FT_Int max_values, in ps_tofixedarray() argument
898 if ( values != NULL && count >= max_values ) in ps_tofixedarray()
1452 FT_Int max_values, in ps_parser_to_fixed_array() argument
1458 max_values, values, power_ten ); in ps_parser_to_fixed_array()
/external/freetype/src/psaux/
Dpsobjs.h131 FT_Int max_values,
Dpsobjs.c850 FT_Int max_values, in ps_tofixedarray() argument
895 if ( values != NULL && count >= max_values ) in ps_tofixedarray()
1447 FT_Int max_values, in ps_parser_to_fixed_array() argument
1453 max_values, values, power_ten ); in ps_parser_to_fixed_array()
/external/libcups/cups/
Dppd-private.h183 int max_values,
Dppd-cache.c2073 int max_values, /* I - Maximum number of finishings values */ in _ppdCacheGetFinishingValues() argument
2087 …options=%d, options=%p, max_values=%d, values=%p)", pc, num_options, options, max_values, values)); in _ppdCacheGetFinishingValues()
2089 if (!pc || max_values < 1 || !values) in _ppdCacheGetFinishingValues()
2128 if (num_values >= max_values) in _ppdCacheGetFinishingValues()
/external/pdfium/third_party/freetype/include/freetype/internal/
Dpsaux.h377 FT_Int max_values,
/external/freetype/include/freetype/internal/
Dpsaux.h378 FT_Int max_values,