HomeSort by relevance Sort by last modified time
    Searched defs:growth (Results 1 - 7 of 7) sorted by null

  /external/google-breakpad/src/client/
minidump_file_writer.cc 226 size_t growth = aligned_size; local
230 if (growth < minimal_growth)
231 growth = minimal_growth;
233 size_t new_size = size_ + growth;
  /external/v8/src/
utils.h 580 int growth = current_length * (growth_factor - 1); local
581 if (growth > max_growth) {
582 growth = max_growth;
584 new_capacity = current_length + growth;
586 new_capacity = min_capacity + growth;
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 1102 const unsigned growth = FLAC__STREAM_METADATA_HEADER_LENGTH + node->next->data->length; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 152843 RtreeDValue growth; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 152873 RtreeDValue growth; 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 1465 milliseconds