HomeSort by relevance Sort by last modified time
    Searched defs:Pairs (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Common/
Wildcard.h 70 CObjectVector<CPair> Pairs;
72 { return (Pairs.Size() == 1 && Pairs.Front().Prefix.IsEmpty()); }
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 37 // Some non-linear subscript pairs can be handled by the GCD test
74 STATISTIC(TotalArrayPairs, "Array pairs tested");
75 STATISTIC(SeparableSubscriptPairs, "Separable subscript pairs");
76 STATISTIC(CoupledSubscriptPairs, "Coupled subscript pairs");
77 STATISTIC(NonlinearSubscriptPairs, "Nonlinear subscript pairs");
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 125 NamedImmMapper(const Mapping (&Pairs)[N], uint32_t TooBigImm)
126 : Pairs(&Pairs[0]), NumPairs(N), TooBigImm(TooBigImm) {}
136 const Mapping *Pairs;
    [all...]

Completed in 329 milliseconds