Home
last modified time | relevance | path

Searched refs:PPI (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
DASTReader.cpp5061 pp_iterator PPI; in findPreprocessedEntity() local
5064 PPI = std::upper_bound(pp_begin, pp_end, Loc, in findPreprocessedEntity()
5073 PPI = First; in findPreprocessedEntity()
5074 std::advance(PPI, Half); in findPreprocessedEntity()
5075 if (SourceMgr.isBeforeInTranslationUnit(ReadSourceLocation(M, PPI->End), in findPreprocessedEntity()
5077 First = PPI; in findPreprocessedEntity()
5085 if (PPI == pp_end) in findPreprocessedEntity()
5088 return M.BasePreprocessedEntityID + (PPI - pp_begin); in findPreprocessedEntity()
/external/libpcap/
DCHANGES289 Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)
/external/tcpdump/
DCHANGES119 fixes for PPI packet header handling and printing.