taglinefilesource code
pcnt236mm/memory.cunsigned long poff, pcnt, pc;
pcnt245mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt246mm/memory.cpcnt = size;
pcnt248mm/memory.cfor ( ; size > 0; ++dir, size -= pcnt,
pcnt249mm/memory.cpcnt = (size > 1024 ? 1024 : size)) {
pcnt263mm/memory.cfor (pc = pcnt; pc--; page_table++) {
pcnt273mm/memory.cif (pcnt == 1024) {
pcnt285mm/memory.cunsigned long poff, pcnt;
pcnt302mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt303mm/memory.cpcnt = size;
pcnt320mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt333mm/memory.cpcnt = (size > 1024 ? 1024 : size);
pcnt347mm/memory.cunsigned long poff, pcnt;
pcnt363mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt364mm/memory.cpcnt = size;
pcnt381mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt408mm/memory.cpcnt = (size > 1024 ? 1024 : size);