Searched refs:linkCount (Results 1 – 4 of 4) sorted by relevance
269 int linkCount = endCount / 2; // number of partial contours in assemble() local270 sLink.append(linkCount); in assemble()271 eLink.append(linkCount); in assemble()273 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()297 int remaining = linkCount; // number of start/end pairs in assemble()325 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()421 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()426 } while (rIndex < linkCount); in assemble()428 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()
266 int linkCount = endCount / 2; // number of partial contours in assemble() local267 sLink.append(linkCount); in assemble()268 eLink.append(linkCount); in assemble()270 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()294 int remaining = linkCount; // number of start/end pairs in assemble()322 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()418 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()423 } while (rIndex < linkCount); in assemble()425 for (rIndex = 0; rIndex < linkCount; ++rIndex) { in assemble()
141 int linkCount = 1000; in TestMonkey() local143 random.nextInt(linkCount)); in TestMonkey()
224 int linkCount = (int) Files.getAttribute(actual, "unix:nlink", linkOptions); in hasLinkCount() local225 if (linkCount != count) { in hasLinkCount()