/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
FirstFitAllocator.java | 28 import java.util.BitSet; 44 private final BitSet mapped; 51 mapped = new BitSet(ssaMeth.getRegCount());
|
LivenessAnalyzer.java | 25 import java.util.BitSet; 43 private final BitSet visitedBlocks; 48 private final BitSet liveOutBlocks; 117 visitedBlocks = new BitSet(blocksSz); 118 liveOutBlocks = new BitSet(blocksSz); 221 BitSet preds = blockN.getPredecessors();
|
NullRegisterAllocator.java | 23 import java.util.BitSet;
|
/external/llvm/test/CodeGen/X86/ |
phi-bit-propagation.ll | 3 %"class.std::bitset" = type { [8 x i8] } 5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, i64 %bsize, %"class.std::bitset"* %bits) nounwind readonly ssp noredzone { 7 %tmp.i.i.i.i = bitcast %"class.std::bitset"* %bits to i64*
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
CommonNicknameCache.java | 27 import java.util.BitSet; 37 private BitSet mNicknameBloomFilter; 70 mNicknameBloomFilter = new BitSet(NICKNAME_BLOOM_FILTER_SIZE + 1);
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 25 import java.util.BitSet; 42 private final BitSet visitedBlocks; 47 private final BitSet liveOutBlocks; 116 visitedBlocks = new BitSet(blocksSz); 117 liveOutBlocks = new BitSet(blocksSz); 220 BitSet preds = blockN.getPredecessors();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/ |
to_ullong.pass.cpp | 12 #include <bitset> 34 std::bitset<N> v(j);
|
to_ulong.pass.cpp | 12 #include <bitset> 35 std::bitset<N> v(j);
|
/external/chromium_org/v8/src/ |
types.cc | 112 // Get the smallest bitset subsuming this type. 118 int bitset = kNone; local 120 bitset |= union_get(unioned, i)->LubBitset(); 122 return bitset; 233 // Get the largest bitset subsumed by this type. 291 if (this->is_bitset()) break; // Fast fail, no other field is a bitset. 415 int bitset = type1->GlbBitset() | type2->GlbBitset(); local 416 if (bitset != kNone) unioned->set(size++, from_bitset(bitset)); 492 int bitset = type1->GlbBitset() & type2->GlbBitset() local 549 int bitset = as_bitset(); local [all...] |
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form35c.java | 29 import java.util.BitSet; 99 public BitSet compatibleRegs(DalvInsn insn) { 102 BitSet bits = new BitSet(sz);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
MismatchedNotSetException.as | 32 public function MismatchedNotSetException(expecting:BitSet, input:IntStream) {
|
/external/bison/src/ |
AnnotationList.c | 154 static bitset 157 bitset shift_tokens = bitset_create (ntokens, BITSET_FIXED); 164 static bitset 165 AnnotationList__compute_conflicted_tokens (bitset shift_tokens, 168 bitset conflicted_tokens = bitset_create (ntokens, BITSET_FIXED); 169 bitset conflicted_tokens_rule = bitset_create (ntokens, BITSET_FIXED); 170 bitset tokens = bitset_create (ntokens, BITSET_FIXED); 197 bitset **item_lookahead_sets, 222 bitset **item_lookahead_sets, 238 bitset *lookaheads = NULL [all...] |
/external/chromium_org/content/renderer/android/ |
address_detector.cc | 7 #include <bitset>
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/ |
bitset.cpp | 6 * file name: bitset.cpp 84 class BitSet : public UObject, public UnicodeContainable { 86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { 172 ~BitSet() {
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 2 #include <bitset>
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form35c.java | 30 import java.util.BitSet; 100 public BitSet compatibleRegs(DalvInsn insn) { 103 BitSet bits = new BitSet(sz);
|
/external/icu4c/common/unicode/ |
enumset.h | 25 * enum bitset for boolean fields. Similar to Java EnumSet<>.
|
/external/icu4c/test/perf/unisetperf/draft/ |
bitset.cpp | 6 * file name: bitset.cpp 84 class BitSet : public UObject, public UnicodeContainable { 86 BitSet(const UnicodeSet &set, UErrorCode &errorCode) : bits(shortBits), restSet(set.clone()) { 172 ~BitSet() {
|
/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
InputCapsule.java | 42 import java.util.BitSet; 107 // BitSet 109 public BitSet readBitSet(String name, BitSet defVal) throws IOException;
|
OutputCapsule.java | 42 import java.util.BitSet; 106 // BitSet 108 public void write(BitSet value, String name, BitSet defVal) throws IOException;
|
/external/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_bitset.c | 83 __stl_throw_overflow_error("bitset"); 179 operator>>(basic_istream<_CharT, _Traits>& __is, bitset<_Nb>& __x) { 220 const bitset<_Nb>& __x) { 233 #undef bitset macro
|