Lines Matching refs:remaining
945 * Even if the caller is uninterested in querying the remaining valid
4667 int64_t remaining = (int64_t)tupregs[2].dttk_value;
4683 remaining = (int64_t)size;
4688 if (index < 0 && index + remaining > 0) {
4689 remaining += index;
4695 remaining = 0;
4696 } else if (remaining < 0) {
4697 remaining += len - index;
4698 } else if (index + remaining > size) {
4699 remaining = size - index;
4702 for (i = 0; i < remaining; i++) {
7449 * The functions in this section (and indeed, the functions in remaining
11220 * There is at least one ECB remaining on the probe. If there
11222 * the predicate cache ID of the remaining ECB.