Searched refs:max_values (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-collections.cc | 349 CONVERT_NUMBER_CHECKED(int, max_values, Int32, args[1]); in RUNTIME_FUNCTION() 350 CHECK(max_values >= 0); in RUNTIME_FUNCTION() 353 if (max_values == 0 || max_values > table->NumberOfElements()) { in RUNTIME_FUNCTION() 354 max_values = table->NumberOfElements(); in RUNTIME_FUNCTION() 356 Handle<FixedArray> values = isolate->factory()->NewFixedArray(max_values); in RUNTIME_FUNCTION() 358 if (max_values > table->NumberOfElements()) { in RUNTIME_FUNCTION() 359 max_values = table->NumberOfElements(); in RUNTIME_FUNCTION() 364 for (int i = 0; count < max_values && i < table->Capacity(); i++) { in RUNTIME_FUNCTION() 368 DCHECK_EQ(max_values, count); in RUNTIME_FUNCTION()
|
/external/freetype/src/psaux/ |
D | psobjs.h | 131 FT_Int max_values,
|
D | psobjs.c | 850 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/pdfium/third_party/freetype/src/psaux/ |
D | psobjs.h | 131 FT_Int max_values,
|
D | psobjs.c | 853 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/libcups/cups/ |
D | ppd-private.h | 183 int max_values,
|
D | ppd-cache.c | 2071 int max_values, /* I - Maximum number of finishings values */ in _ppdCacheGetFinishingValues() argument 2085 …options=%d, options=%p, max_values=%d, values=%p)", pc, num_options, options, max_values, values)); in _ppdCacheGetFinishingValues() 2087 if (!pc || !pc->finishings || num_options < 1 || max_values < 1 || !values) in _ppdCacheGetFinishingValues() 2121 if (num_values >= max_values) in _ppdCacheGetFinishingValues()
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 378 FT_Int max_values,
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | psaux.h | 377 FT_Int max_values,
|