Searched refs:firstIndex (Results 1 – 4 of 4) sorted by relevance
281 void DisplayInput(int firstIndex = 0);
315 size_t firstIndex; member317 PageBlock() : firstIndex(0), count(0) {} in PageBlock()
777 index = g.pagesMap.lookup(outSec).firstIndex + (symAddr - secAddr) / 0xffff; in getPageEntryOffset()953 p.second.firstIndex = index; in build()1041 uint64_t offset = (l.second.firstIndex + pi) * config->wordsize; in build()1099 write(l.second.firstIndex + pi, nullptr, firstPageAddr + pi * 0x10000); in writeTo()
427 void Editline::DisplayInput(int firstIndex) { in DisplayInput() argument430 for (int index = firstIndex; index < line_count; index++) { in DisplayInput()