Searched refs:nextoff (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Dcu.c275 Dwarf_Off nextoff; local
276 int end = INTUSE(dwarf_nextcu) (mod->dw, cuoff, &nextoff, &cuhdrsz,
290 if ((*nextp)->next == NULL && nextoff == (Dwarf_Off) -1l)
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1272 FX_DWORD nextoff = syntax.GetDirectNum(); local
1273 size = nextoff - thisoff;
1315 FX_FILESIZE nextoff = ((FX_FILESIZE*)pResult)[1]; local
1317 if (nextoff != pos) {
1318 m_Syntax.RestorePos(nextoff);
1339 nextoff = m_Syntax.SavePos();
1341 size = (FX_DWORD)(nextoff - pos);

Completed in 162 milliseconds