Searched refs:compacted (Results 1 – 9 of 9) sorted by relevance
94 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue()); in compact() local95 for (Ranges ranges : compacted) { in compact()
98 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue()); in compact() local99 for (Ranges ranges : compacted) { in compact()
5 compactPath: True if URLs are compacted to replace the multiple '/'s with a single '/'
225 string compacted(identifier_string);226 for(size_t i = compacted.find('-'); i != string::npos;227 i = compacted.find('-', i))228 compacted.erase(i, 1);230 return compacted;
93 Gives a slightly-compacted version of the response.
44 directory data are highly compacted, and packed on byte boundaries. Each
835 void RememberUnmappedPage(Address page, bool compacted);
6278 void Heap::RememberUnmappedPage(Address page, bool compacted) { in RememberUnmappedPage() argument6281 if (compacted) { in RememberUnmappedPage()
31 4. Inode and directory data are highly compacted, and packed on byte