Searched refs:growth (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dutils.h635 int growth = current_length * (growth_factor - 1);
636 if (growth > max_growth) {
637 growth = max_growth;
639 new_capacity = current_length + growth;
641 new_capacity = min_capacity + growth;
/external/flac/libFLAC/
H A Dmetadata_iterators.c1102 const unsigned growth = FLAC__STREAM_METADATA_HEADER_LENGTH + node->next->data->length; local
1103 node->data->length += growth;
/external/sqlite/dist/orig/
H A Dsqlite3.c20735 /* When converting from UTF-16, the maximum growth results from
20743 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
131719 float growth; local
131948 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20735 /* When converting from UTF-16, the maximum growth results from
20743 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
131748 float growth; local
131977 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]); local
[all...]

Completed in 405 milliseconds