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

  /external/jsoncpp/include/json/
config.h 94 typedef int LargestInt;
106 typedef Int64 LargestInt;
value.h 132 typedef Json::LargestInt LargestInt;
138 static const LargestInt minLargestInt;
140 static const LargestInt maxLargestInt;
270 LargestInt asLargestInt() const;
479 LargestInt int_;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 273 int LargestInt = -1;
289 if (LargestInt == -1 ||
290 Alignments[i].TypeBitWidth > Alignments[LargestInt].TypeBitWidth)
291 LargestInt = i;
300 BestMatchIdx = LargestInt;
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 231 typedef int LargestInt;
243 typedef Int64 LargestInt;
559 typedef Json::LargestInt LargestInt;
566 static const LargestInt minLargestInt;
568 static const LargestInt maxLargestInt;
726 LargestInt asLargestInt() const;
972 LargestInt int_;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp 443 MVT::SimpleValueType LargestInt = MVT::Other;
446 LargestInt = Other.TypeVec[i];
450 if (isInteger(Other.TypeVec[i]) && Other.TypeVec[i] > LargestInt)
451 LargestInt = Other.TypeVec[i];
471 if (*TVI == LargestInt) {
    [all...]

Completed in 752 milliseconds