Home
last modified time | relevance | path

Searched refs:remaining_length (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc115 int32_t remaining_length = length; in CopyTo() local
122 remaining_length -= bytes_read; in CopyTo()
123 buffer_length = std::min<int32_t>(b.size(), remaining_length); in CopyTo()
/external/v8/src/runtime/
Druntime-strings.cc513 int remaining_length = String::kMaxLength - string_length; in RUNTIME_FUNCTION() local
514 if ((remaining_length / separator_length) >= separator_count) { in RUNTIME_FUNCTION()