Lines Matching refs:total
1582 uint64_t total; /* the total number of items in all arrays before this one in the chain */1592 uint64_t total,1621 ci->total = total;1642 if (ci && i > ci->total) {1644 i -= ci->total;1645 t = ci->total;1745 if (ci && n > ci->total) {1763 n -= ci->total;1764 t = ci->total;