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/
H A Dbitset32 #include <bitset>
41 class bitset
49 bitset()
95 bitset<_Nb>&
102 bitset<_Nb>&
160 bitset<_Nb>
186 bitset<_Nb>
190 bitset<_Nb>
204 bitset<_Nb>
209 bitset<_Nb>
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/
H A Dbitset32 #include <bitset>
40 class bitset
141 bitset<_Nb>&
148 bitset<_Nb>&
155 bitset<_Nb>&
162 bitset<_Nb>&
169 bitset<_Nb>&
206 bitset<_Nb>
341 bitset<_Nb>
346 bitset<_Nb>
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dbitset33 #include <bitset>
43 class bitset
176 bitset<_Nb>&
183 bitset<_Nb>&
190 bitset<_Nb>&
241 bitset<_Nb>
367 bitset<_Nb>
371 bitset<_Nb>
385 bitset<_Nb>
390 bitset<_Nb>
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dbitset34 #include <bitset>
44 class bitset
176 bitset<_Nb>&
183 bitset<_Nb>&
190 bitset<_Nb>&
241 bitset<_Nb>
367 bitset<_Nb>
371 bitset<_Nb>
385 bitset<_Nb>
390 bitset<_Nb>
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dbitset1 // <bitset> -*- C++ -*-
750 class bitset
873 __throw_out_of_range(__N("bitset::bitset initial position "
896 __throw_out_of_range(__N("bitset::bitset initial position "
910 __throw_out_of_range(__N("bitset::bitset initial position "
952 bitset<_Nb>&
959 bitset<_Nb>&
966 bitset<_Nb>&
1127 bitset<_Nb>
1340 bitset<_Nb>
[all …]
H A Dregex39 #include <bitset>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dbitset1 // <bitset> -*- C++ -*-
751 class bitset
764 __throw_out_of_range_fmt(__N("bitset::bitset: __position "
967 bitset<_Nb>&
974 bitset<_Nb>&
981 bitset<_Nb>&
996 bitset<_Nb>&
1009 bitset<_Nb>&
1139 bitset<_Nb>
1351 bitset<_Nb>
[all …]
H A Dregex39 #include <bitset>
/dragonfly/contrib/cvs-1.12/lib/
H A Dregex_internal.h747 bitset word_char;
789 bitset_set (bitset set, Idx i) in bitset_set()
795 bitset_clear (bitset set, Idx i) in bitset_clear()
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()
828 bitset_not (bitset set) in bitset_not()
840 bitset_merge (bitset dest, const bitset src) in bitset_merge()
[all …]
H A Dregcomp.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 …]
H A Dregexec.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/
H A Dsh.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()
590 bitset = 0; in Dgetdol()
[all …]
/dragonfly/games/adventure/
H A Dsubr.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/
H A 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/
H A DMakefile21 SRCS+= bitset.c hash.c list.c libdm-common.c libdm-file.c \
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
H A 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/
H A Dregex_constants.h191 typedef std::bitset<_S_match_flag_last> match_flag_type; in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/lvm2/dist/libdm/
H A DMakefile21 datastruct/bitset.c \
H A DMakefile.in21 datastruct/bitset.c \
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_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++/
H A DMakefile.headers76 ${std_srcdir}/bitset \
648 ${debug_srcdir}/bitset \
684 ${profile_srcdir}/bitset \
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
H A DMakefile.headers86 ${std_srcdir}/bitset \
745 ${debug_srcdir}/bitset \
829 ${profile_srcdir}/bitset \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_compiler.h537 std::bitset<_S_cache_size()>, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW_DM318 Added hash, bitset, pool, dbg_malloc to library.
H A DWHATS_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