taglinefilesource code
pcnt256mm/memory.cunsigned long poff, pcnt, pc;
pcnt265mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt266mm/memory.cpcnt = size;
pcnt268mm/memory.cfor ( ; size > 0; ++dir, size -= pcnt,
pcnt269mm/memory.cpcnt = (size > 1024 ? 1024 : size)) {
pcnt283mm/memory.cfor (pc = pcnt; pc--; page_table++) {
pcnt293mm/memory.cif (pcnt == 1024) {
pcnt305mm/memory.cunsigned long poff, pcnt;
pcnt322mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt323mm/memory.cpcnt = size;
pcnt340mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt353mm/memory.cpcnt = (size > 1024 ? 1024 : size);
pcnt367mm/memory.cunsigned long poff, pcnt;
pcnt383mm/memory.cif ((pcnt = 1024 - poff) > size)
pcnt384mm/memory.cpcnt = size;
pcnt401mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt428mm/memory.cpcnt = (size > 1024 ? 1024 : size);