Searched refs:nextspace (Results 1 – 3 of 3) sorted by relevance
2461 u32 nextspace; in overlapshow() local2473 nextspace = blocksz - blkheadsz; in overlapshow()2477 if (size <= (space + nextspace)) { in overlapshow()2522 skip = (size - space - 1)/nextspace; in overlapshow()2531 nextspace); in overlapshow()2532 pos += nextspace; in overlapshow()2568 next = (size - space) % nextspace in overlapshow()3344 int nextspace; in backoverlap() local3354 nextspace = blocksz - blkheadsz; in backoverlap()3360 if (size <= (space + nextspace)) in backoverlap()[all …]
1803 int nextspace = casestr.indexOf(' ', spaceoffset); in getUnicodeStrings() local1804 if (nextspace == -1) { in getUnicodeStrings()1805 nextspace = casestr.length(); in getUnicodeStrings()1808 casestr.substring(spaceoffset, nextspace), in getUnicodeStrings()1810 spaceoffset = nextspace + 1; in getUnicodeStrings()
1786 int nextspace = casestr.indexOf(' ', spaceoffset); in getUnicodeStrings() local1787 if (nextspace == -1) { in getUnicodeStrings()1788 nextspace = casestr.length(); in getUnicodeStrings()1791 casestr.substring(spaceoffset, nextspace), in getUnicodeStrings()1793 spaceoffset = nextspace + 1; in getUnicodeStrings()