HomeSort by relevance Sort by last modified time
    Searched refs:bitset (Results 201 - 225 of 479) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/snapshot/
startup-serializer.h 8 #include <bitset>
74 std::bitset<Heap::kStrongRootListLength> root_has_been_serialized_;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.h 39 #include <bitset>
70 static std::bitset<32> debug_flags_;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_debugger.h 39 #include <bitset>
70 static std::bitset<32> debug_flags_;
  /hardware/qcom/display/sdm845/sdm/libs/hwc/
hwc_debugger.h 39 #include <bitset>
70 static std::bitset<32> debug_flags_;
hwc_display_external_test.h 28 #include<bitset>
83 void CalcCRC(uint32_t color_value, std::bitset<16> *crc_data);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
to_ulong.pass.cpp 12 #include <bitset>
35 std::bitset<N> v(j);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
to_ulong.pass.cpp 12 #include <bitset>
35 std::bitset<N> v(j);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
bit.s 8 .global bitset
9 bitset: label
10 BITSET(R2, 30);
11 BiTsET (r3, 29);
  /external/v8/src/ast/
ast-types.cc 109 // The largest bitset subsumed by this type.
110 AstType::bitset AstBitsetType::Glb(AstType* type) {
120 bitset glb = AST_SEMANTIC(
128 // The smallest bitset subsuming this type, possibly not a proper one.
129 AstType::bitset AstBitsetType::Lub(AstType* type) {
134 // a bitset.
135 int bitset = type->AsUnion()->Get(0)->BitsetLub(); local
138 bitset |= AST_SEMANTIC(type->AsUnion()->Get(i)->BitsetLub());
140 return bitset;
153 AstType::bitset AstBitsetType::Lub(i::Map* map)
    [all...]
  /external/v8/src/compiler/
types.cc 106 // The largest bitset subsumed by this type.
107 Type::bitset BitsetType::Glb(Type* type) {
117 bitset glb =
125 // The smallest bitset subsuming this type, possibly not a proper one.
126 Type::bitset BitsetType::Lub(Type* type) {
131 // a bitset.
132 int bitset = type->AsUnion()->Get(0)->BitsetLub(); local
135 bitset |= type->AsUnion()->Get(i)->BitsetLub();
137 return bitset;
148 Type::bitset BitsetType::Lub(i::Map* map)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 28 #include <bitset>
169 // load bitset with flags for function 0x00000001
176 // load bitset with flags for function 0x00000007
206 // load bitset with flags for function 0x80000001
229 std::bitset<32> f_1_ECX_;
230 std::bitset<32> f_1_EDX_;
231 std::bitset<32> f_7_EBX_;
232 std::bitset<32> f_7_ECX_;
233 std::bitset<32> f_81_ECX_;
234 std::bitset<32> f_81_EDX_
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
comp_manager.h 31 #include <bitset>
96 std::bitset<kDisplayMax> registered_displays_; // Bit mask of registered displays
97 std::bitset<kDisplayMax> configured_displays_; // Bit mask of sucessfully configured displays
  /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...]
reduce.c 31 #include <bitset.h>
43 static bitset N;
46 static bitset P;
49 static bitset V;
53 static bitset V1;
68 useful_production (rule_number r, bitset N0)
89 bitset Np, Ns;
138 bitset Vp, Vs, Pp;
  /external/gptfdisk/
attributes.cc 95 bool bitset; local
98 bitset = (UINT64_C(1) << bitNum) & attributes;
99 if (bitset) {
100 cout << partNum+1 << ":" << bitNum << ":" << bitset
  /external/linux-kselftest/tools/testing/selftests/futex/include/
futextest.h 98 * futex_wait_bitset() - block on uaddr with bitset
99 * @bitset: bitset to be used with futex_wake_bitset
103 u_int32_t bitset, int opflags)
105 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset,
110 * futex_wake_bitset() - wake one or more tasks blocked on uaddr with bitset
111 * @bitset: bitset to compare with that used in futex_wait_bitset
114 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags)
116 return futex(uaddr, FUTEX_WAKE_BITSET, nr_wake, NULL, NULL, bitset,
    [all...]
  /external/ltp/testcases/kernel/syscalls/futex/
futextest.h 129 * futex_wait_bitset() - block on uaddr with bitset
130 * @bitset: bitset to be used with futex_wake_bitset
134 u_int32_t bitset, int opflags)
136 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset,
141 * futex_wake_bitset() - wake one or more tasks blocked on uaddr with bitset
142 * @bitset: bitset to compare with that used in futex_wait_bitset
145 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags)
147 return futex(uaddr, FUTEX_WAKE_BITSET, nr_wake, NULL, NULL, bitset,
    [all...]
  /frameworks/base/core/java/android/content/pm/split/
SplitDependencyLoader.java 27 import java.util.BitSet;
221 final BitSet bitset = new BitSet(); local
225 bitset.clear();
228 if (bitset.get(splitIdx)) {
233 bitset.set(splitIdx);
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.h 37 #include <bitset>
  /external/llvm/lib/Analysis/
AliasAnalysisSummary.h 42 #include <bitset>
53 /// bits (because we use a bitset for AliasAttr).
59 typedef std::bitset<NumAliasAttrs> AliasAttrs;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 65 #include <bitset>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 65 #include <bitset>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 65 #include <bitset>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 65 #include <bitset>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
stdc++.h 65 #include <bitset>

Completed in 1676 milliseconds

1 2 3 4 5 6 7 891011>>