OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Quota
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/devtools/
devtools_protocol_constants.h
107
namespace
Quota
{
110
} //
Quota
devtools_protocol_constants.cc
106
namespace
Quota
{
109
} //
Quota
188
const char kResponseQuota[] = "
quota
";
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
314
// Reallocate "can-be-unswitched
quota
"
317
unsigned
Quota
= OldLoopProps.CanBeUnswitchedCount;
318
NewLoopProps.CanBeUnswitchedCount =
Quota
/ 2;
319
OldLoopProps.CanBeUnswitchedCount =
Quota
-
Quota
/ 2;
428
// Probably we reach the
quota
of branches for this loop. If so
835
// Recalculate unswitching
quota
, inherit simplified switches info for NewBB
[
all
...]
Completed in 37 milliseconds