Lines Matching refs:counts

86 					 * tags and counts. */
88 * tags and counts. */
91 int *counts; /* Toggle count (so far) for each
486 * Increment the line counts in all the parent nodes of the insertion
1338 * summary counts at each node and moving the tag's root upwards if
2377 tagInfo.counts = (int *) ckalloc((unsigned)
2435 * that have even toggle counts (these tags exist before the point
2440 if (tagInfo.counts[src] & 1) {
2446 ckfree((char *) tagInfo.counts);
2487 tagInfoPtr->counts[tagInfoPtr->numTags-count] += inc;
2510 memcpy((VOID *) newCounts, (VOID *) tagInfoPtr->counts,
2512 ckfree((char *) tagInfoPtr->counts);
2513 tagInfoPtr->counts = newCounts;
2518 tagInfoPtr->counts[tagInfoPtr->numTags] = inc;
2556 * Make sure that the tag toggle counts and the tag root pointers are OK.
3059 * This procedure is called to recompute all the counts in a node
3068 * The tag counts for nodePtr are modified to reflect its current
3088 * Zero out all the existing counts for the node, but don't delete
3100 * Scan through the children, adding the childrens' tag counts into
3101 * the node's tag counts and adding new Summary structures if
3414 * freed; otherwise the toggle counts in nodes above the
3437 * later. Decrement node toggle counts here, and set a flag
3466 * Toggle counts in the nodes above the new line will be
3479 int counts;
3498 counts = segPtr->body.toggle.inNodeCounts
3500 if (counts != 0) {
3502 segPtr->body.toggle.tagPtr, -counts);
3533 * Toggle counts are decremented in the nodes above the line.
3580 panic("ToggleCheckProc: toggle counts not updated in nodes");