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

1 2 3 4 56 7 8 91011>>

  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
none.pass.cpp 12 #include <bitset>
19 std::bitset<N> v;
reset_one.pass.cpp 10 // test bitset<N>& reset(size_t pos);
12 #include <bitset>
20 std::bitset<N> v;
set_one.pass.cpp 10 // test bitset<N>& set(size_t pos, bool val = true);
12 #include <bitset>
20 std::bitset<N> v;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/
ull_ctor.pass.cpp 10 // test bitset(unsigned long long val);
12 #include <bitset>
21 _LIBCPP_CONSTEXPR std::bitset<N> v(0xAAAAAAAAAAAAAAAAULL);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
any.pass.cpp 12 #include <bitset>
18 std::bitset<N> v;
none.pass.cpp 12 #include <bitset>
18 std::bitset<N> v;
reset_one.pass.cpp 10 // test bitset<N>& reset(size_t pos);
12 #include <bitset>
21 std::bitset<N> v;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.hash/
bitset.pass.cpp 21 #include <bitset>
29 typedef std::bitset<N> T;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
any.pass.cpp 12 #include <bitset>
18 std::bitset<N> v;
none.pass.cpp 12 #include <bitset>
18 std::bitset<N> v;
reset_one.pass.cpp 11 // test bitset<N>& reset(size_t pos);
13 #include <bitset>
24 std::bitset<N> v;
  /external/bison/lib/
bitset.h 23 /* This file is the public interface to the bitset abstract data type.
34 /* Attributes used to select a bitset implementation. */
35 enum bitset_attr {BITSET_FIXED = 1, /* Bitset size fixed. */
36 BITSET_VARIABLE = 2, /* Bitset size variable. */
37 BITSET_DENSE = 4, /* Bitset dense. */
38 BITSET_SPARSE = 8, /* Bitset sparse. */
52 struct bbitset_struct b; /* Base bitset data. */
77 bitset bset;
100 /* Return bytes required for bitset of desired type and size. */
103 /* Initialise a bitset with desired type and size. *
    [all...]
bitsetv.h 0 /* Bitset vectors.
23 #include "bitset.h"
25 typedef bitset * bitsetv;
  /external/compiler-rt/include/sanitizer/
coverage_interface.h 53 // the counters to a bitset.
54 // Every counter is associated with 8 bits in the bitset.
61 // Updates the counter 'bitset', clears the counters and returns the number of
62 // new bits in 'bitset'.
63 // If 'bitset' is nullptr, only clears the counters.
64 // Otherwise 'bitset' should be at least
67 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /external/libcxx/test/std/utilities/template.bitset/
includes.pass.cpp 10 // test that <bitset> includes <cstddef>, <string>, <stdexcept> and <iosfwd>
12 #include <bitset>
  /frameworks/minikin/tests/unittest/
SparseBitSetTest.cpp 35 SparseBitSet bitset(range.data(), range.size() / 2);
43 ASSERT_FALSE(bitset.get(ch)) << std::hex << ch;
46 ASSERT_TRUE(bitset.get(ch)) << std::hex << ch;
50 ASSERT_FALSE(bitset.get(ch)) << std::hex << ch;
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 46 // the counters to a bitset.
47 // Every counter is associated with 8 bits in the bitset.
54 // Updates the counter 'bitset', clears the counters and returns the number of
55 // new bits in 'bitset'.
56 // If 'bitset' is nullptr, only clears the counters.
57 // Otherwise 'bitset' should be at least
60 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 53 // the counters to a bitset.
54 // Every counter is associated with 8 bits in the bitset.
61 // Updates the counter 'bitset', clears the counters and returns the number of
62 // new bits in 'bitset'.
63 // If 'bitset' is nullptr, only clears the counters.
64 // Otherwise 'bitset' should be at least
67 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
coverage_interface.h 53 // the counters to a bitset.
54 // Every counter is associated with 8 bits in the bitset.
61 // Updates the counter 'bitset', clears the counters and returns the number of
62 // new bits in 'bitset'.
63 // If 'bitset' is nullptr, only clears the counters.
64 // Otherwise 'bitset' should be at least
67 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
coverage_interface.h 46 // the counters to a bitset.
47 // Every counter is associated with 8 bits in the bitset.
54 // Updates the counter 'bitset', clears the counters and returns the number of
55 // new bits in 'bitset'.
56 // If 'bitset' is nullptr, only clears the counters.
57 // Otherwise 'bitset' should be at least
60 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
coverage_interface.h 51 // the counters to a bitset.
52 // Every counter is associated with 8 bits in the bitset.
59 // Updates the counter 'bitset', clears the counters and returns the number of
60 // new bits in 'bitset'.
61 // If 'bitset' is nullptr, only clears the counters.
62 // Otherwise 'bitset' should be at least
65 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/compiler-rt/include/sanitizer/
coverage_interface.h 51 // the counters to a bitset.
52 // Every counter is associated with 8 bits in the bitset.
59 // Updates the counter 'bitset', clears the counters and returns the number of
60 // new bits in 'bitset'.
61 // If 'bitset' is nullptr, only clears the counters.
62 // Otherwise 'bitset' should be at least
65 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SubtargetFeature.h 22 #include <bitset>
35 /// This is convenient because std::bitset does not have a constructor
37 class FeatureBitset : public std::bitset<MAX_SUBTARGET_FEATURES> {
42 FeatureBitset(const bitset<MAX_SUBTARGET_FEATURES>& B) : bitset(B) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/sanitizer/
coverage_interface.h 51 // the counters to a bitset.
52 // Every counter is associated with 8 bits in the bitset.
59 // Updates the counter 'bitset', clears the counters and returns the number of
60 // new bits in 'bitset'.
61 // If 'bitset' is nullptr, only clears the counters.
62 // Otherwise 'bitset' should be at least
65 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/compiler-rt/include/sanitizer/
coverage_interface.h 51 // the counters to a bitset.
52 // Every counter is associated with 8 bits in the bitset.
59 // Updates the counter 'bitset', clears the counters and returns the number of
60 // new bits in 'bitset'.
61 // If 'bitset' is nullptr, only clears the counters.
62 // Otherwise 'bitset' should be at least
65 __sanitizer_update_counter_bitset_and_clear_counters(uint8_t *bitset);

Completed in 569 milliseconds

1 2 3 4 56 7 8 91011>>