taglinefilesource code
pcnt216mm/memory.cunsigned long poff, pcnt, pc;
pcnt225mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt226mm/memory.cpcnt = size;
pcnt228mm/memory.cfor ( ; size > 0; ++dir, size -= pcnt,
pcnt229mm/memory.cpcnt = (size > 1024 ? 1024 : size)) {
pcnt243mm/memory.cfor (pc = pcnt; pc--; page_table++) {
pcnt253mm/memory.cif (pcnt == 1024) {
pcnt280mm/memory.cunsigned long poff, pcnt;
pcnt288mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt289mm/memory.cpcnt = size;
pcnt306mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt352mm/memory.cpcnt = (size > 1024 ? 1024 : size);