OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GroupSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
674
const unsigned
GroupSize
= 8;
675
SpillPlacement::BlockConstraint BCS[
GroupSize
];
676
unsigned TBS[
GroupSize
];
684
assert(T <
GroupSize
&& "Array overflow");
686
if (++T ==
GroupSize
) {
693
assert(B <
GroupSize
&& "Array overflow");
708
if (++B ==
GroupSize
) {
[
all
...]
/external/protobuf/src/google/protobuf/
wire_format_lite_inl.h
725
inline int WireFormatLite::
GroupSize
(const MessageLite& value) {
Completed in 112 milliseconds