OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GroupSize
(Results
1 - 3
of
3
) 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.h
469
static inline int
GroupSize
(const MessageLite& value);
wire_format_lite_inl.h
725
inline int WireFormatLite::
GroupSize
(const MessageLite& value) {
Completed in 29 milliseconds