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
75 STATISTIC(TotalArrayPairs, "Array pairs tested");
76 STATISTIC(SeparableSubscriptPairs, "Separable subscript pairs");
77 STATISTIC(CoupledSubscriptPairs, "Coupled subscript pairs");
78 STATISTIC(NonlinearSubscriptPairs, "Nonlinear subscript pairs");
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 286 AArch64NamedImmMapper(const Mapping (&Pairs)[N], uint32_t TooBigImm)
287 : Pairs(&Pairs[0]), NumPairs(N), TooBigImm(TooBigImm) {}
297 const Mapping *Pairs;
    [all...]

Completed in 82 milliseconds