Home | History | Annotate | Download | only in src

Lines Matching refs:plength

3239   int plength = sat_->page_length();
3240 int npages = size / plength;
3241 if (size % plength) {
3254 pe.addr = reinterpret_cast<void*>(base_addr + i * plength);
3255 pe.offset = i * plength;