HomeSort by relevance Sort by last modified time
    Searched defs:adjacent (Results 1 - 25 of 38) sorted by null

1 2

  /external/libese/libese/tests/
bitspec_unittests.cpp 32 } adjacent; member in struct:TestSpec
53 .adjacent = {
119 EXPECT_EQ(0, bs_get(kTestSpec.adjacent.high, byte));
120 EXPECT_EQ(0, bs_get(kTestSpec.adjacent.mid, byte));
121 EXPECT_EQ(0, bs_get(kTestSpec.adjacent.low, byte));
123 EXPECT_EQ(0x3, bs_get(kTestSpec.adjacent.high, byte));
124 EXPECT_EQ(0xf, bs_get(kTestSpec.adjacent.mid, byte));
125 EXPECT_EQ(0x3, bs_get(kTestSpec.adjacent.low, byte));
127 bs_assign(&byte, kTestSpec.adjacent.mid, i);
128 EXPECT_EQ(0x3, bs_get(kTestSpec.adjacent.high, byte))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 100 /** Are two intervals adjacent such as 0..41 and 42..42? */
101 public boolean adjacent(Interval other) { method in class:Interval
  /external/llvm/include/llvm/ADT/
IntervalMap.h 117 // Adjacent intervals that map to the same value are coalesced.
120 // in an interval, and if two intervals are adjacent so they can be coalesced.
147 /// adjacent - Return true when the intervals [x;a] and [b;y] can coalesce.
149 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapInfo
168 /// adjacent - Return true when the intervals [x;a) and [b;y) can coalesce.
169 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapHalfOpenInfo
545 // The intervals are kept sorted and fully coalesced so there are no adjacent
554 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
635 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) {
638 if (i != Size && value(i) == y && Traits::adjacent(b, start(i)))
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 116 // Adjacent intervals that map to the same value are coalesced.
119 // in an interval, and if two intervals are adjacent so they can be coalesced.
146 /// adjacent - Return true when the intervals [x;a] and [b;y] can coalesce.
148 static inline bool adjacent(const T &a, const T &b) { function in struct:llvm::IntervalMapInfo
524 // The intervals are kept sorted and fully coalesced so there are no adjacent
533 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
614 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) {
617 if (i != Size && value(i) == y && Traits::adjacent(b, start(i))) {
639 if (value(i) == y && Traits::adjacent(b, start(i))) {
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 707 // The script tables have a lot of adjacent elements. Fold them together.
878 func (c *caseState) adjacent(d *caseState) bool { func
883 case d.point != c.point+1: // code points not adjacent (shouldn't happen)
904 // check they're a matched case pair. we know they have adjacent values
1023 if state.adjacent(prevState) {
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
maketables.go 707 // The script tables have a lot of adjacent elements. Fold them together.
878 func (c *caseState) adjacent(d *caseState) bool { func
883 case d.point != c.point+1: // code points not adjacent (shouldn't happen)
904 // check they're a matched case pair. we know they have adjacent values
1023 if state.adjacent(prevState) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/burst/burst/1.1.0/
burst-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/
gson-2.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.6.2/
gson-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.8.0/
gson-2.8.0.jar 
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/google/code/gson/gson/2.2.4/
gson-2.2.4.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 436 milliseconds

1 2