Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dbitset2 //===---------------------------- bitset ----------------------------------===//
14 bitset synopsis
22 class bitset
28 friend class bitset;
40 constexpr bitset() noexcept;
41 constexpr bitset(unsigned long long val) noexcept;
43 explicit bitset(const charT* str,
47 explicit bitset(const basic_string<charT,traits,Allocator>& str,
53 // 23.3.5.2 bitset operations:
54 bitset& operator&=(const bitset& rhs) noexcept;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A 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 …]
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dbit.h24 #define DNS_BIT_SET(bit, bitset) (*(bitset) |= ((dns_bitset_t)1 << (bit))) argument
25 #define DNS_BIT_CLEAR(bit, bitset) (*(bitset) &= ~((dns_bitset_t)1 << (bit))) argument
26 #define DNS_BIT_CHECK(bit, bitset) \ argument
27 ((*(bitset) & ((dns_bitset_t)1 << (bit))) == ((dns_bitset_t)1 << (bit)))
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dbit.h25 #define DNS_BIT_SET(bit, bitset) (*(bitset) |= ((dns_bitset_t)1 << (bit))) argument
26 #define DNS_BIT_CLEAR(bit, bitset) (*(bitset) &= ~((dns_bitset_t)1 << (bit))) argument
27 #define DNS_BIT_CHECK(bit, bitset) \ argument
28 ((*(bitset) & ((dns_bitset_t)1 << (bit))) == ((dns_bitset_t)1 << (bit)))
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.h188 typedef bitset_word bitset[BITSET_WORDS]; typedef
749 bitset word_char;
791 bitset_set (bitset set, Idx i) in bitset_set()
797 bitset_clear (bitset set, Idx i) in bitset_clear()
803 bitset_contain (const bitset set, Idx i) in bitset_contain()
809 bitset_empty (bitset set) in bitset_empty()
811 memset (set, 0, sizeof (bitset)); in bitset_empty()
815 bitset_set_all (bitset set) in bitset_set_all()
824 bitset_copy (bitset dest, const bitset src) in bitset_copy()
826 memcpy (dest, src, sizeof (bitset)); in bitset_copy()
[all …]
/netbsd-src/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_kmkbd.c415 kmkbd_report(struct kmkbd_softc *sc, u_int bitset) in kmkbd_report() argument
420 if (bitset == sc->notified_bits) in kmkbd_report()
423 if (sc->notified_bits && bitset == 0){ in kmkbd_report()
429 changed = bitset ^ sc->notified_bits; in kmkbd_report()
436 (bitset & (1<<i)) ? WSCONS_EVENT_KEY_DOWN : WSCONS_EVENT_KEY_UP, in kmkbd_report()
440 sc->notified_bits = bitset; in kmkbd_report()
445 kmkbd_report_raw(struct kmkbd_softc *sc, u_int bitset) in kmkbd_report_raw() argument
451 if (bitset == sc->notified_bits) in kmkbd_report_raw()
455 changed = bitset ^ sc->notified_bits; in kmkbd_report_raw()
461 if (0 == (bitset & (1<<i))) { in kmkbd_report_raw()
[all …]
/netbsd-src/external/bsd/nsd/dist/
H A DMakefile.in82 ….o region-allocator.o rrl.o siphash.o tsig.o tsig-openssl.o udb.o util.o bitset.o popen3.o proxy_p…
422 $(srcdir)/query.h $(srcdir)/nsd.h $(srcdir)/edns.h $(srcdir)/bitset.h $(srcdir)/tsig.h
424 …$(srcdir)/buffer.h $(srcdir)/region-allocator.h $(srcdir)/util.h $(srcdir)/bitset.h $(srcdir)/quer…
426 bitset.o: $(srcdir)/bitset.c config.h $(srcdir)/compat/cpuset.h $(srcdir)/bitset.h
433 …ir)/dns.h $(srcdir)/radtree.h $(srcdir)/nsd.h $(srcdir)/edns.h $(srcdir)/bitset.h $(srcdir)/packet…
437 …$(srcdir)/bitset.h $(srcdir)/ixfr.h $(srcdir)/query.h $(srcdir)/packet.h $(srcdir)/tsig.h $(srcdir…
440 …$(srcdir)/options.h $(srcdir)/nsd.h $(srcdir)/edns.h $(srcdir)/bitset.h $(srcdir)/ixfr.h $(srcdir)…
444 …$(srcdir)/nsec3.h $(srcdir)/nsd.h $(srcdir)/edns.h $(srcdir)/bitset.h $(srcdir)/rrl.h $(srcdir)/qu…
447 $(srcdir)/edns.h $(srcdir)/bitset.h $(srcdir)/packet.h $(srcdir)/tsig.h
451 …$(srcdir)/region-allocator.h $(srcdir)/util.h $(srcdir)/nsd.h $(srcdir)/bitset.h $(srcdir)/query.h…
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc311 struct bitset struct
320 bitset(void* p, size_type num_blocks) in bitset() argument
333 bitset() = default;
334 ~bitset() = default;
441 void swap(bitset& b) noexcept in swap() argument
480 struct chunk : bitset
489 : bitset(words, n), in chunk()
495 : bitset(std::move(c)), _M_bytes(c._M_bytes), _M_p(c._M_p) in chunk()
509 bitset::size_type _M_bytes = 0;
514 using bitset::full;
[all …]
/netbsd-src/bin/csh/
H A Ddol.c395 int dimen, bitset; in Dgetdol() local
398 bitset = 0; in Dgetdol()
412 bitset++, c = DgetC(0); /* $? tests existence */ in Dgetdol()
415 if (dimen || bitset) in Dgetdol()
424 if (dimen || bitset) in Dgetdol()
429 if (bitset) in Dgetdol()
475 if (bitset) { in Dgetdol()
485 if (bitset) in Dgetdol()
508 if (bitset) { in Dgetdol()
/netbsd-src/external/gpl3/binutils/dist/include/cgen/
H A DChangeLog-091511 * bitset.h: Remove uses of PARAMS.
30 * bitset.h: New file. Moved here from ../opcode/cgen-bitset.h.
/netbsd-src/external/gpl3/gdb.old/dist/include/cgen/
H A DChangeLog-091511 * bitset.h: Remove uses of PARAMS.
30 * bitset.h: New file. Moved here from ../opcode/cgen-bitset.h.
/netbsd-src/external/gpl3/gdb/dist/include/cgen/
H A DChangeLog-091511 * bitset.h: Remove uses of PARAMS.
30 * bitset.h: New file. Moved here from ../opcode/cgen-bitset.h.
/netbsd-src/external/gpl3/binutils.old/dist/include/cgen/
H A DChangeLog-091511 * bitset.h: Remove uses of PARAMS.
30 * bitset.h: New file. Moved here from ../opcode/cgen-bitset.h.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc276 struct bitset struct
285 bitset(void* p, size_type num_blocks) in bitset() function
298 bitset() = default;
299 ~bitset() = default;
406 void swap(bitset& b) noexcept in swap() argument
445 struct chunk : bitset
454 : bitset(words, n), in chunk()
460 : bitset(std::move(c)), _M_bytes(c._M_bytes), _M_p(c._M_p) in chunk()
479 using bitset::full;
481 using bitset::size;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h61 class PredicateBitsetImpl : public std::bitset<MaxPredicates> {
66 PredicateBitsetImpl(const std::bitset<MaxPredicates> &B) in PredicateBitsetImpl()
67 : std::bitset<MaxPredicates>(B) {} in PredicateBitsetImpl()
71 std::bitset<MaxPredicates>::set(I); in PredicateBitsetImpl()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dbpf-desc.h132 …N_ATTR_CGEN_IFLD_ISA_VALUE(attrs) ((attrs)->nonbool[CGEN_IFLD_ISA-CGEN_IFLD_START_NBOOLS-1].bitset)
165 …ne CGEN_ATTR_CGEN_HW_ISA_VALUE(attrs) ((attrs)->nonbool[CGEN_HW_ISA-CGEN_HW_START_NBOOLS-1].bitset)
195 …EN_OPERAND_ISA_VALUE(attrs) ((attrs)->nonbool[CGEN_OPERAND_ISA-CGEN_OPERAND_START_NBOOLS-1].bitset)
233 …N_ATTR_CGEN_INSN_ISA_VALUE(attrs) ((attrs)->nonbool[CGEN_INSN_ISA-CGEN_INSN_START_NBOOLS-1].bitset)
/netbsd-src/tests/lib/libc/sys/
H A Dt_futex_ops.c77 int bitset; member
176 d->block_val, NULL, NULL, 0, d->bitset) == -1) { in simple_test_waiter_lwp()
656 lwp_data[i].bitset = __BIT(i); in do_futex_wait_wake_bitset_test()
693 ~(wlwp0->bitset | wlwp1->bitset)) == 0); in do_futex_wait_wake_bitset_test()
709 wlwp0->bitset) == 1); in do_futex_wait_wake_bitset_test()
725 wlwp1->bitset) == 1); in do_futex_wait_wake_bitset_test()
773 lwp_data[i].bitset = 0; in do_futex_requeue_test()
1041 lwp_data[i].bitset = 0; in reap_wake_op_test_lwps()
1316 lwp_data[0].bitset in do_futex_wait_evil_unmapped()
[all...]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dselect.c69 struct bitset { struct
134 struct bitset *rbits, in windows_poll_handle()
135 struct bitset *wbits, in windows_poll_handle()
136 struct bitset *xbits) in windows_poll_handle()
275 struct bitset rbits, wbits, xbits; in rpl_select()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dfuzzer.c535 unsigned int bitset = 0; in _asn1_encode_fuzzer() local
547 if (rfc1510 || bitset || c) { in _asn1_encode_fuzzer()
555 _asn1_bmember_put_bit(&c, data, bmember->offset, size, &bitset); in _asn1_encode_fuzzer()
558 if (rfc1510 || bitset) { in _asn1_encode_fuzzer()
566 if (rfc1510 || bitset == 0) in _asn1_encode_fuzzer()
569 *p-- = bitset - 1; in _asn1_encode_fuzzer()
H A Dtemplate.c132 size_t size, unsigned int *bitset) in _asn1_bmember_put_bit() argument
138 if (*bitset == 0) in _asn1_bmember_put_bit()
139 *bitset = (7 - localbit) + 1; in _asn1_bmember_put_bit()
627 unsigned int bitset = 0; in _asn1_encode() local
639 if (rfc1510 || bitset || c) { in _asn1_encode()
647 _asn1_bmember_put_bit(&c, data, bmember->offset, bsize, &bitset); in _asn1_encode()
650 if (rfc1510 || bitset) { in _asn1_encode()
658 if (rfc1510 || bitset == 0) in _asn1_encode()
661 *p-- = bitset - 1; in _asn1_encode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h185 static void bitset(IO &IO, COFF::Characteristics &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
190 static void bitset(IO &IO, COFF::SectionCharacteristics &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()
195 static void bitset(IO &IO, COFF::DLLCharacteristics &Value); in LLVM_YAML_IS_SEQUENCE_VECTOR()

12345678910>>...12