OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Bound
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_data.cc
29
bool FontData::
Bound
(int32_t offset, int32_t length) {
38
bool FontData::
Bound
(int32_t offset) {
56
Bound
(data->bound_offset_ + offset, length);
61
Bound
(data->bound_offset_ + offset,
/external/sfntly/cpp/src/sfntly/data/
font_data.cc
29
bool FontData::
Bound
(int32_t offset, int32_t length) {
38
bool FontData::
Bound
(int32_t offset) {
56
Bound
(data->bound_offset_ + offset, length);
61
Bound
(data->bound_offset_ + offset,
/external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java
61
derivedSuites.add(createSubmapSuite(parentBuilder,
Bound
.NO_BOUND,
Bound
.EXCLUSIVE));
62
derivedSuites.add(createSubmapSuite(parentBuilder,
Bound
.NO_BOUND,
Bound
.INCLUSIVE));
63
derivedSuites.add(createSubmapSuite(parentBuilder,
Bound
.EXCLUSIVE,
Bound
.NO_BOUND));
64
derivedSuites.add(createSubmapSuite(parentBuilder,
Bound
.EXCLUSIVE,
Bound
.EXCLUSIVE));
65
derivedSuites.add(createSubmapSuite(parentBuilder,
Bound
.EXCLUSIVE,
Bound
.INCLUSIVE))
[
all
...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java
92
enum
Bound
{
105
derivedSuites.add(createSubMultisetSuite(parentBuilder,
Bound
.NO_BOUND,
106
Bound
.EXCLUSIVE));
107
derivedSuites.add(createSubMultisetSuite(parentBuilder,
Bound
.NO_BOUND,
108
Bound
.INCLUSIVE));
109
derivedSuites.add(createSubMultisetSuite(parentBuilder,
Bound
.EXCLUSIVE,
110
Bound
.NO_BOUND));
111
derivedSuites.add(createSubMultisetSuite(parentBuilder,
Bound
.EXCLUSIVE,
112
Bound
.EXCLUSIVE));
113
derivedSuites.add(createSubMultisetSuite(parentBuilder,
Bound
.EXCLUSIVE
[
all
...]
/external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c
102
/* Used when .disp ==
Bound
and we are looking for vregs to
105
/* Optimisation: used when .disp ==
Bound
. Indicates when the
113
Bound
/* in use (holding value of some vreg) */
116
/* If .disp ==
Bound
, what vreg is it
bound
to? */
168
Only do the search for vregs which are
Bound
in the running state,
192
vassert(state[k].disp ==
Bound
);
434
case
Bound
: vex_printf("BoundTo "); \
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h
98
}
Bound
;
/external/chromium_org/v8/src/
hydrogen-gvn.cc
80
uint32_t
Bound
(uint32_t value) const { return value & (array_size_ - 1); }
220
uint32_t pos =
Bound
(hash);
307
uint32_t pos =
Bound
(static_cast<uint32_t>(value->Hashcode()));
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
527
DEBUG(dbgs() << "\t\tupper
bound
= " << UpperBound << "\n");
920
// Loop
bound
may be smaller (e.g., a char).
921
// Should zero extend loop
bound
, since it's always >= 0.
922
// This routine collects upper
bound
and extends if needed.
923
// Return null if no
bound
available.
[
all
...]
/external/v8/src/
hydrogen.h
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
409
// If a glvalue to which a reference is directly
bound
designates neither
615
// For the vector indexing extension, the
bound
is the number of elements.
644
llvm::Value *
Bound
= getArrayIndexingBound(*this, Base, IndexedType);
645
if (!
Bound
)
650
llvm::Value *BoundVal = Builder.CreateIntCast(
Bound
, SizeTy, false);
[
all
...]
Completed in 132 milliseconds