Home
last modified time | relevance | path

Searched refs:bitset (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/
Dbitset1 // Profiling bitset implementation -*- C++ -*-
25 /** @file profile/bitset
32 #include <bitset>
38 /// Class std::bitset wrapper with performance instrumentation, none at the
41 class bitset
42 : public _GLIBCXX_STD_C::bitset<_Nb>
44 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base;
49 bitset()
52 constexpr bitset() = default;
56 constexpr bitset(unsigned long long __val) noexcept
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
Dbitset1 // Profiling bitset implementation -*- C++ -*-
25 /** @file profile/bitset
32 #include <bitset>
38 /// Class std::bitset wrapper with performance instrumentation.
40 class bitset
41 : public _GLIBCXX_STD_C::bitset<_Nb>
43 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base;
52 friend class bitset;
55 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT
98 _GLIBCXX_CONSTEXPR bitset() _GLIBCXX_NOEXCEPT
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
Dbitset1 // Debugging bitset implementation -*- C++ -*-
26 /** @file debug/bitset
33 #include <bitset>
41 /// Class std::bitset with additional safety/checking/debug instrumentation.
43 class bitset
44 : public _GLIBCXX_STD_C::bitset<_Nb>
49 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base;
53 // of bitset to be use as a literal.
65 friend class bitset;
69 bitset* __seq __attribute__((__unused__))) _GLIBCXX_NOEXCEPT
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
Dbitset1 // Debugging bitset implementation -*- C++ -*-
25 /** @file debug/bitset
34 #include <bitset>
42 /// Class std::bitset with additional safety/checking/debug instrumentation.
44 class bitset
45 : public _GLIBCXX_STD_C::bitset<_Nb>
50 typedef _GLIBCXX_STD_C::bitset<_Nb> _Base;
54 // of bitset to be use as a literal.
66 friend class bitset;
69 reference(const _Base_ref& __base, bitset* __seq) _GLIBCXX_NOEXCEPT
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dbitset1 // <bitset> -*- C++ -*-
40 /** @file include/bitset
70 * See documentation for bitset.
371 * See documentation for bitset.
516 * Base class, specialization for no storage (zero-length %bitset).
518 * See documentation for bitset.
552 // in the bitset class will prevent the user from getting this far,
607 // the sound of one zero-length bitset clapping?
686 * The %bitset class represents a @e fixed-size sequence of bits.
690 * (Note that %bitset does @e not meet the formal requirements of a
[all …]
Dregex39 #include <bitset>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dbitset1 // <bitset> -*- C++ -*-
38 /** @file include/bitset
72 * See documentation for bitset.
373 * See documentation for bitset.
518 * Base class, specialization for no storage (zero-length %bitset).
520 * See documentation for bitset.
554 // in the bitset class will prevent the user from getting this far,
609 // the sound of one zero-length bitset clapping?
688 * @brief The %bitset class represents a @e fixed-size sequence of bits.
691 * (Note that %bitset does @e not meet the formal requirements of a
[all …]
Dregex39 #include <bitset>
/dragonfly/contrib/cvs-1.12/lib/
HDregex_internal.h188 typedef bitset_word bitset[BITSET_WORDS]; typedef
747 bitset word_char;
789 bitset_set (bitset set, Idx i) in bitset_set()
795 bitset_clear (bitset set, Idx i) in bitset_clear()
801 bitset_contain (const bitset set, Idx i) in bitset_contain()
807 bitset_empty (bitset set) in bitset_empty()
809 memset (set, 0, sizeof (bitset)); in bitset_empty()
813 bitset_set_all (bitset set) in bitset_set_all()
822 bitset_copy (bitset dest, const bitset src) in bitset_copy()
824 memcpy (dest, src, sizeof (bitset)); in bitset_copy()
[all …]
HDregcomp.c89 static reg_errcode_t build_equiv_class (bitset sbcset,
94 bitset sbcset,
100 static reg_errcode_t build_equiv_class (bitset sbcset,
103 bitset sbcset,
544 static const bitset utf8_sb_map =
2568 build_range_exp (bitset sbcset, in build_range_exp()
2684 build_collating_symbol (bitset sbcset, in build_collating_symbol()
2820 build_range_exp (bitset sbcset, re_charset_t *mbcset, in parse_bracket_exp()
2900 build_collating_symbol (bitset sbcset, re_charset_t *mbcset, in parse_bracket_exp()
3334 build_equiv_class (bitset sbcset, in build_equiv_class()
[all …]
HDregexec.c177 bitset *states_ch) internal_function;
3302 bitset *dests_ch; in build_trtable()
3303 bitset acceptable; in build_trtable()
3308 bitset dests_ch[SBC_MAX]; in build_trtable()
3350 if (BE (((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset)) * SBC_MAX) in build_trtable()
3355 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset)) * SBC_MAX in build_trtable()
3521 re_node_set *dests_node, bitset *dests_ch) in group_nodes_into_DFAstates()
3527 bitset accepts; /* Characters a node can accept. */ in group_nodes_into_DFAstates()
3638 bitset intersec; /* Intersection sets, see below. */ in group_nodes_into_DFAstates()
3639 bitset remains; in group_nodes_into_DFAstates()
/dragonfly/contrib/tcsh-6/
HDsh.dol.c381 int dimen = 0, bitset = 0, length = 0; in Dgetdol() local
428 bitset++, c = DgetC(0); /* $? tests existence */ in Dgetdol()
434 if (dimen || bitset || length) in Dgetdol()
444 if (dimen || bitset || length) in Dgetdol()
453 if (bitset) in Dgetdol()
528 np = dimen ? STRargv : (bitset ? STRstatus : NULL); in Dgetdol()
530 bitset = 0; in Dgetdol()
555 if (bitset) { in Dgetdol()
574 if (bitset) in Dgetdol()
588 np = dimen ? STRargv : (bitset ? STRstatus : NULL); in Dgetdol()
[all …]
/dragonfly/games/adventure/
HDsubr.c46 static int bitset(int, int);
111 bitset(int l, int n) in bitset() function
149 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) { in fdwarf()
159 if (loc == 0 || forced(loc) || bitset(newloc, 3)) in fdwarf()
194 || (i == 6 && bitset(newloc, 3)) in fdwarf()
504 if (!bitset(loc, hint)) in checkhints()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
Ddynamic_bitset397 * << "index 3 in the bitset is " << b[3] << endl;
616 __throw_out_of_range(__N("dynamic_bitset::bitset initial position "
662 * @brief Swap with another bitset.
695 * @brief Return the allocator for the bitset.
702 * @brief Resize the bitset.
715 * @brief Clear the bitset.
725 * @brief Push a bit onto the high end of the bitset.
1156 // 23.3.5.3 bitset operations:
1160 * @param __x A bitset.
1161 * @param __y A bitset of the same size as @a __x.
[all …]
/dragonfly/gnu/lib/libdevmapper/
HDMakefile21 SRCS+= bitset.c hash.c list.c libdm-common.c libdm-file.c \
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
Ddynamic_bitset550 * << "index 3 in the bitset is " << b[3] << endl;
761 __throw_out_of_range(__N("dynamic_bitset::bitset initial position "
806 * @brief Swap with another bitset.
839 * @brief Return the allocator for the bitset.
846 * @brief Resize the bitset.
857 * @brief Clear the bitset.
867 * @brief Push a bit onto the high end of the bitset.
1320 // 23.3.5.3 bitset operations:
1324 * @param __x A bitset.
1325 * @param __y A bitset of the same size as @a __x.
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dregex_constants.h191 typedef std::bitset<_S_match_flag_last> match_flag_type; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/lvm2/dist/libdm/
HDMakefile21 datastruct/bitset.c \
HDMakefile.in21 datastruct/bitset.c \
/dragonfly/contrib/libarchive/libarchive/
HDarchive_entry.c119 static char * ae_fflagstostr(unsigned long bitset, unsigned long bitclear);
1938 ae_fflagstostr(unsigned long bitset, unsigned long bitclear) in ae_fflagstostr() argument
1946 bits = bitset | bitclear; in ae_fflagstostr()
1962 if (bitset & flag->set || bitclear & flag->clear) { in ae_fflagstostr()
1964 } else if (bitset & flag->clear || bitclear & flag->set) { in ae_fflagstostr()
1968 bitset &= ~(flag->set | flag->clear); in ae_fflagstostr()
/dragonfly/gnu/lib/gcc47/libstdc++/
DMakefile.headers76 ${std_srcdir}/bitset \
648 ${debug_srcdir}/bitset \
684 ${profile_srcdir}/bitset \
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
HDMakefile.headers86 ${std_srcdir}/bitset \
745 ${debug_srcdir}/bitset \
829 ${profile_srcdir}/bitset \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_compiler.h537 std::bitset<_S_cache_size()>, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/lvm2/dist/
HDWHATS_NEW_DM318 Added hash, bitset, pool, dbg_malloc to library.
HDWHATS_NEW1229 Move bitset, hash, pool and dbg_malloc into libdevmapper.
1241 Option for bitset memory allocation using malloc as well as pool.
1317 Simplify pv_maps code and remove slow bitset algorithm.

12