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

  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 746 const unsigned GroupSize = 8;
747 SpillPlacement::BlockConstraint BCS[GroupSize];
748 unsigned TBS[GroupSize];
756 assert(T < GroupSize && "Array overflow");
758 if (++T == GroupSize) {
765 assert(B < GroupSize && "Array overflow");
780 if (++B == GroupSize) {
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 469 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 725 inline int WireFormatLite::GroupSize(const MessageLite& value) {

Completed in 98 milliseconds