taglinefilesource code
pcnt235mm/memory.cunsigned long poff, pcnt, pc;
pcnt244mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt245mm/memory.cpcnt = size;
pcnt247mm/memory.cfor ( ; size > 0; ++dir, size -= pcnt,
pcnt248mm/memory.cpcnt = (size > 1024 ? 1024 : size)) {
pcnt262mm/memory.cfor (pc = pcnt; pc--; page_table++) {
pcnt272mm/memory.cif (pcnt == 1024) {
pcnt299mm/memory.cunsigned long poff, pcnt;
pcnt307mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt308mm/memory.cpcnt = size;
pcnt325mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt366mm/memory.cpcnt = (size > 1024 ? 1024 : size);