taglinefilesource code
pcnt237mm/memory.cunsigned long poff, pcnt, pc;
pcnt246mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt247mm/memory.cpcnt = size;
pcnt249mm/memory.cfor ( ; size > 0; ++dir, size -= pcnt,
pcnt250mm/memory.cpcnt = (size > 1024 ? 1024 : size)) {
pcnt264mm/memory.cfor (pc = pcnt; pc--; page_table++) {
pcnt274mm/memory.cif (pcnt == 1024) {
pcnt301mm/memory.cunsigned long poff, pcnt;
pcnt309mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt310mm/memory.cpcnt = size;
pcnt327mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt368mm/memory.cpcnt = (size > 1024 ? 1024 : size);