Home
last modified time | relevance | path

Searched refs:Dests (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/resources/
Dnamed_dests.in6 /Dests 10 0 R
8 /Dests 14 0 R
42 % Root of Dests NameTree
50 % Left child for Dests NameTree
58 % Right child for Dests NameTree
66 % Old-style top-level Dests dictionary. Note that FirstAlternate
Dtrailer_unterminated.in6 /Dests 10 0 R
8 /Dests 14 0 R
Dtrailer_as_hexstring.in6 /Dests 10 0 R
8 /Dests 14 0 R
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfCatalogDictionary_autogen.cpp91 SkPdfDictionary* SkPdfCatalogDictionary::Dests(SkPdfNativeDoc* doc) { in Dests() function in SkPdfCatalogDictionary
DSkPdfCatalogDictionary_autogen.h536 SkPdfDictionary* Dests(SkPdfNativeDoc* doc);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2541 SmallSet<MachineBasicBlock*, 4> Dests; in handleBitTestsSwitchCase() local
2543 Dests.insert(I->BB); in handleBitTestsSwitchCase()
2544 if (Dests.size() > 3) in handleBitTestsSwitchCase()
2549 << Dests.size() << '\n' in handleBitTestsSwitchCase()
2562 (!(Dests.size() == 1 && numCmps >= 3) && in handleBitTestsSwitchCase()
2563 !(Dests.size() == 2 && numCmps >= 5) && in handleBitTestsSwitchCase()
2564 !(Dests.size() >= 3 && numCmps >= 6))) in handleBitTestsSwitchCase()