Home
last modified time | relevance | path

Searched refs:last_obj (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp693 FX_FILESIZE last_obj = -1; in RebuildCrossRef() local
827 last_obj = start_pos; in RebuildCrossRef()
1015 if (last_xref != -1 && last_xref > last_obj) in RebuildCrossRef()
1017 else if (last_trailer == -1 || last_xref < last_obj) in RebuildCrossRef()
/external/python/cpython3/Objects/
Dunicodeobject.c9928 PyObject *last_obj; in _PyUnicode_JoinArray() local
9937 last_obj = NULL; in _PyUnicode_JoinArray()
9974 last_obj = sep; in _PyUnicode_JoinArray()
10012 if (use_memcpy && last_obj != NULL) { in _PyUnicode_JoinArray()
10013 if (PyUnicode_KIND(last_obj) != PyUnicode_KIND(item)) in _PyUnicode_JoinArray()
10016 last_obj = item; in _PyUnicode_JoinArray()