Searched defs:Extra (Results 1 - 25 of 26) sorted by relevance

12

/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.h25 short Extra; member in struct:__anon12816
30 short Extra; member in struct:__anon12817
/external/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp54 ArgumentsAdjuster getInsertArgumentAdjuster(const CommandLineArguments &Extra, argument
56 return [Extra, Pos](const CommandLineArguments &Args, StringRef /*unused*/) {
67 Return.insert(I, Extra.begin(), Extra.end());
72 ArgumentsAdjuster getInsertArgumentAdjuster(const char *Extra,
74 return getInsertArgumentAdjuster(CommandLineArguments(1, Extra), Pos);
/external/clang/lib/AST/
H A DDeclFriend.cpp49 std::size_t Extra = local
52 FriendDecl *FD = new (C, DC, Extra) FriendDecl(DC, L, Friend, FriendL,
60 std::size_t Extra = local
62 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists);
H A DDeclBase.cpp56 unsigned ID, std::size_t Extra) {
61 void *Start = Context.Allocate(Size + Extra + 8);
76 DeclContext *Parent, std::size_t Extra) {
87 ::operator new(ExtraAlign + sizeof(Module *) + Size + Extra, Ctx));
91 return ::operator new(Size + Extra, Ctx);
55 operator new(std::size_t Size, const ASTContext &Context, unsigned ID, std::size_t Extra) argument
75 operator new(std::size_t Size, const ASTContext &Ctx, DeclContext *Parent, std::size_t Extra) argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DPrefixConstructorTest.java38 List<Extra> list = (List<Extra>) yaml.load(input);
40 Extra foo = list.get(0);
44 Extra bar = list.get(1);
48 Extra item = list.get(2);
52 Extra immut = list.get(3);
83 return new Extra(suffix, con.constructScalar((ScalarNode) node).toString());
98 return new Extra("Item", con.constructScalar((ScalarNode) node).toString());
115 return new Extra(list.get(0), list.get(1));
119 private class Extra { class in class:PrefixConstructorTest
123 public Extra(String name, String value) { method in class:PrefixConstructorTest.Extra
[all...]
/external/llvm/lib/Support/
H A DIntervalMap.cpp130 const unsigned Extra = (Elements + Grow) % Nodes; local
134 Sum += NewSize[n] = PerNode + (n < Extra);
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h58 bool Extra; member in struct:CByteInBufWrap
69 Extra = false;
/external/swiftshader/third_party/LLVM/lib/Support/
H A DIntervalMap.cpp130 const unsigned Extra = (Elements + Grow) % Nodes; local
134 Sum += NewSize[n] = PerNode + (n < Extra);
/external/llvm/lib/IR/
H A DMDBuilder.cpp82 MDNode *MDBuilder::createAnonymousAARoot(StringRef Name, MDNode *Extra) { argument
87 if (Extra)
88 Args.push_back(Extra);
H A DAsmWriter.cpp1517 unsigned Extra = DINode::splitFlags(Flags, SplitFlags); local
1525 if (Extra || SplitFlags.empty())
1526 Out << FlagsFS << Extra; local
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp73 StringRef Extra = StringRef());
104 /// any \p Extra context specifiers in GNU line directives.
107 StringRef Extra) {
120 if (!Extra.empty())
121 OS << Extra; local
105 WriteLineInfo(const char *Filename, int Line, SrcMgr::CharacteristicKind FileType, StringRef Extra) argument
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp736 unsigned Extra = CondDepth - MaxDepth; local
737 DEBUG(dbgs() << "Condition adds " << Extra << " cycles.\n");
738 if (Extra > CritLimit) {
747 unsigned Extra = TDepth - MaxDepth; local
748 DEBUG(dbgs() << "TBB data adds " << Extra << " cycles.\n");
749 if (Extra > CritLimit) {
758 unsigned Extra = FDepth - MaxDepth; local
759 DEBUG(dbgs() << "FBB data adds " << Extra << " cycles.\n");
760 if (Extra > CritLimit) {
H A DIfConversion.cpp105 /// ExtraCost - Extra cost for multi-cycle instructions.
229 unsigned Cycle, unsigned Extra,
231 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra,
228 MeetIfcvtSizeLimit(MachineBasicBlock &BB, unsigned Cycle, unsigned Extra, BranchProbability Prediction) const argument
/external/llvm/lib/Fuzzer/
H A DFuzzerLoop.cpp542 // Finds minimal number of units in 'Extra' that add coverage to 'Initial'.
547 const UnitVector &Extra) {
548 UnitVector Res = Extra;
585 UnitVector Initial, Extra; local
588 ReadDirToVectorOfUnits(C.c_str(), &Extra, nullptr, Options.MaxLen);
595 Printf("=== Merging extra %zd units\n", Extra.size());
596 auto Res = FindExtraUnits(Initial, Extra);
546 FindExtraUnits(const UnitVector &Initial, const UnitVector &Extra) argument
/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp161 void WriteLineInfo(unsigned LineNo, const char *Extra=nullptr,
177 const char *Extra,
192 OS.write(Extra, ExtraLen);
176 WriteLineInfo(unsigned LineNo, const char *Extra, unsigned ExtraLen) argument
/external/pdfium/third_party/lcms/src/
H A Dcmspack.c104 int Extra = T_EXTRA(info -> InputFormat); local
110 accum += Extra;
123 accum += Extra;
126 if (Extra == 0 && SwapFirst) {
140 // Extra channels are just ignored because come in the next planes
482 int Extra = T_EXTRA(info -> InputFormat); local
487 accum += Extra * sizeof(cmsUInt16Number);
504 accum += Extra * sizeof(cmsUInt16Number);
507 if (Extra == 0 && SwapFirst) {
928 int Extra local
984 int Extra = T_EXTRA(info -> InputFormat); local
1061 int Extra = T_EXTRA(info -> InputFormat); local
1113 int Extra = T_EXTRA(info -> InputFormat); local
1283 int Extra = T_EXTRA(info -> OutputFormat); local
1336 int Extra = T_EXTRA(info -> OutputFormat); local
2385 int Extra = T_EXTRA(info -> OutputFormat); local
2436 int Extra = T_EXTRA(info->OutputFormat); local
2489 int Extra = T_EXTRA(info->OutputFormat); local
2538 int Extra = T_EXTRA(info->OutputFormat); local
2713 int Extra = T_EXTRA(info -> InputFormat); local
2765 int Extra = T_EXTRA(info -> InputFormat); local
2814 int Extra = T_EXTRA(info->OutputFormat); local
2865 int Extra = T_EXTRA(info->OutputFormat); local
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp96 /// ExtraCost - Extra cost for multi-cycle instructions.
206 unsigned Cycle, unsigned Extra,
208 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra,
205 MeetIfcvtSizeLimit(MachineBasicBlock &BB, unsigned Cycle, unsigned Extra, const BranchProbability &Prediction) const argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp351 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, argument
395 if (Value *LHS = GatherConstantCompares(I->getOperand(0), Vals, Extra, TD,
399 if (Value *RHS = GatherConstantCompares(I->getOperand(1), Vals, Extra, TD,
407 // The RHS of the or/and can't be folded in and we haven't used "Extra" yet,
409 if (Extra == 0 || Extra == I->getOperand(1)) {
410 Extra = I->getOperand(1);
419 // If the LHS can't be folded in, but Extra is available and RHS can, try to
420 // use LHS as Extra.
421 if (Extra
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1734 unsigned Extra = 0; local
1742 Extra = 0;
1744 ++Extra;
1747 SethiUllmanNumber += Extra;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp403 Value *Extra; /// Extra clause to be checked before the switch member in struct:__anon14798::ConstantComparesGatherer
409 : DL(DL), CompValue(nullptr), Extra(nullptr), UsedICmps(0) {
579 /// One "Extra" case is allowed to differ from the other.
613 // We allow only one "Extra" case to be checked before the switch
614 if (!Extra) {
615 Extra = V;
3267 Value *ExtraCase = ConstantCompare.Extra;
3284 // If Extra was used, we require at least two switch values to do the
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 603 milliseconds

12