HomeSort by relevance Sort by last modified time
    Searched refs:new_max (Results 26 - 44 of 44) sorted by null

12

  /external/pdfium/third_party/lpng_v163/
pngpread.c 679 png_size_t new_max; local
688 new_max = png_ptr->save_buffer_size + png_ptr->current_buffer_size + 256;
691 (png_size_t)new_max);
701 png_ptr->save_buffer_max = new_max;
    [all...]
  /device/generic/goldfish/qemud/
qemud.c 387 int new_max = old_max + (old_max >> 1) + 4; local
390 xrenew( l->events, new_max );
391 xrenew( l->hooks, new_max );
392 l->max_fds = new_max;
    [all...]
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 260 SkFixed new_min, SkFixed new_max)
263 SkASSERT(new_min <= new_max);
264 return new_min + SkMulDiv(value - old_min, new_max - new_min, old_max - old_min);
    [all...]
  /external/blktrace/
blkparse.c 507 int new_max = (cpu + CPUS_PER_LONG) & ~(CPUS_PER_LONG - 1); local
508 unsigned long *map = malloc(new_max / sizeof(long));
510 memset(map, 0, new_max / sizeof(long));
518 pdi->cpu_map_max = new_max;
    [all...]
  /external/freetype/src/base/
ftstroke.c 331 FT_UInt new_max = border->num_points + new_points; local
335 if ( new_max > old_max )
341 while ( cur_max < new_max )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstroke.c 331 FT_UInt new_max = border->num_points + new_points; local
335 if ( new_max > old_max )
341 while ( cur_max < new_max )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 331 FT_UInt new_max = border->num_points + new_points; local
335 if ( new_max > old_max )
341 while ( cur_max < new_max )
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 513 new_max = max + 10
514 self.scale.set(new_max)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 513 new_max = max + 10
514 self.scale.set(new_max)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 513 new_max = max + 10
514 self.scale.set(new_max)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 513 new_max = max + 10
514 self.scale.set(new_max)
    [all...]
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
base_encoder_test.py 444 def FakeScale(self, data, old_min, old_max, new_min, new_max):
  /external/v8/src/compiler/
typer.cc 1248 double new_max = current_max; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 325 /* new_max :: The new capacity (size) of the buffer. */
341 FT_ULong new_max )
347 if ( *size < new_max )
349 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
351 *size = new_max;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttinterp.c 332 /* new_max :: The new capacity (size) of the buffer. */
348 FT_ULong new_max )
354 if ( *size < new_max )
356 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
358 *size = new_max;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 341 /* new_max :: The new capacity (size) of the buffer. */
357 FT_ULong new_max )
363 if ( *size < new_max )
365 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
367 *size = new_max;
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 5539 int new_max = (max == kInfinity) ? max : max - min; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 921 milliseconds

12