Searched refs:tmpidx (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c317 _index_t tmpidx; local
324 &tmpidx, *idx, NULL);
328 *idx = tmpidx;
/freebsd-current/sys/vm/
H A Dvm_map.c2658 vm_pindex_t mask, psize, threshold, tmpidx; local
2694 p != NULL && (tmpidx = p->pindex - pindex) < psize;
2703 tmpidx >= threshold)) {
2704 psize = tmpidx;
2709 start = addr + ptoa(tmpidx);
2713 if (p->psind > 0 && ((addr + ptoa(tmpidx)) &
2716 if (tmpidx + mask < psize &&
2724 ptoa(tmpidx), p_start, prot);

Completed in 59 milliseconds