| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/bsd/freebsd/ |
| D | ctype_base.h | 45 typedef unsigned long mask; typedef 48 static const mask upper = _CTYPE_U; 49 static const mask lower = _CTYPE_L; 50 static const mask alpha = _CTYPE_A; 51 static const mask digit = _CTYPE_D; 52 static const mask xdigit = _CTYPE_X; 53 static const mask space = _CTYPE_S; 54 static const mask print = _CTYPE_R; 55 static const mask graph = _CTYPE_G; 56 static const mask cntrl = _CTYPE_C; [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/XRay/ |
| D | BlockVerifier.cpp | 15 constexpr unsigned long long mask(BlockVerifier::State S) { in mask() function 65 {mask(State::BufferExtents) | mask(State::NewBuffer)}}, in transition() 67 {State::BufferExtents, {mask(State::NewBuffer)}}, in transition() 69 {State::NewBuffer, {mask(State::WallClockTime)}}, in transition() 72 {mask(State::PIDEntry) | mask(State::NewCPUId)}}, in transition() 74 {State::PIDEntry, {mask(State::NewCPUId)}}, in transition() 77 {mask(State::NewCPUId) | mask(State::TSCWrap) | in transition() 78 mask(State::CustomEvent) | mask(State::Function) | in transition() 79 mask(State::EndOfBuffer) | mask(State::TypedEvent)}}, in transition() 82 {mask(State::TSCWrap) | mask(State::NewCPUId) | in transition() [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/os/bsd/darwin/ |
| D | ctype_base.h | 46 typedef unsigned long mask; typedef 49 static const mask upper = _CTYPE_U; 50 static const mask lower = _CTYPE_L; 51 static const mask alpha = _CTYPE_A; 52 static const mask digit = _CTYPE_D; 53 static const mask xdigit = _CTYPE_X; 54 static const mask space = _CTYPE_S; 55 static const mask print = _CTYPE_R; 56 static const mask graph = _CTYPE_A | _CTYPE_D | _CTYPE_P; 57 static const mask cntrl = _CTYPE_C; [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/os/bsd/freebsd/ |
| D | ctype_base.h | 48 typedef unsigned long mask; typedef 51 static const mask upper = _CTYPE_U; 52 static const mask lower = _CTYPE_L; 53 static const mask alpha = _CTYPE_A; 54 static const mask digit = _CTYPE_D; 55 static const mask xdigit = _CTYPE_X; 56 static const mask space = _CTYPE_S; 57 static const mask print = _CTYPE_R; 58 static const mask graph = _CTYPE_A | _CTYPE_D | _CTYPE_P; 59 static const mask cntrl = _CTYPE_C; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | cgen-bitset.c | 32 CGEN_BITSET * mask = xmalloc (sizeof (* mask)); in cgen_bitset_create() local 33 cgen_bitset_init (mask, bit_count); in cgen_bitset_create() 34 return mask; in cgen_bitset_create() 40 cgen_bitset_init (CGEN_BITSET * mask, unsigned bit_count) in cgen_bitset_init() argument 42 if (! mask) in cgen_bitset_init() 44 mask->length = (bit_count / 8) + 1; in cgen_bitset_init() 45 mask->bits = xmalloc (mask->length); in cgen_bitset_init() 46 cgen_bitset_clear (mask); in cgen_bitset_init() 52 cgen_bitset_clear (CGEN_BITSET * mask) in cgen_bitset_clear() argument 56 if (! mask) in cgen_bitset_clear() [all …]
|
| /openbsd/src/lib/libcrypto/asn1/ |
| D | a_strnid.c | 78 ASN1_STRING_set_default_mask(unsigned long mask) in ASN1_STRING_set_default_mask() argument 80 global_mask = mask; in ASN1_STRING_set_default_mask() 104 unsigned long mask; in ASN1_STRING_set_default_mask_asc() local 113 mask = strtoul(p + 5, &end, 0); in ASN1_STRING_set_default_mask_asc() 114 if (errno == ERANGE && mask == ULONG_MAX) in ASN1_STRING_set_default_mask_asc() 120 mask = ~((unsigned long)(B_ASN1_BMPSTRING|B_ASN1_UTF8STRING)); in ASN1_STRING_set_default_mask_asc() 122 mask = ~((unsigned long)B_ASN1_T61STRING); in ASN1_STRING_set_default_mask_asc() 124 mask = B_ASN1_UTF8STRING; in ASN1_STRING_set_default_mask_asc() 126 mask = 0xFFFFFFFFL; in ASN1_STRING_set_default_mask_asc() 129 ASN1_STRING_set_default_mask(mask); in ASN1_STRING_set_default_mask_asc() [all …]
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | PThreadEvent.cpp | 31 uint32_t mask = 1; in NewEventBit() local 32 while (mask & m_validBits) in NewEventBit() 33 mask <<= 1; in NewEventBit() 34 m_validBits |= mask; in NewEventBit() 35 return mask; in NewEventBit() 38 void PThreadEvent::FreeEventBits(const uint32_t mask) { in FreeEventBits() argument 41 if (mask) { in FreeEventBits() 43 m_bits &= ~mask; in FreeEventBits() 44 m_validBits &= ~mask; in FreeEventBits() 75 void PThreadEvent::SetEvents(const uint32_t mask) { in SetEvents() argument [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/gpio/dce80/ |
| D | hw_translate_dce80.c | 48 uint32_t mask = 1; in index_from_vector() local 51 if (vector == mask) in index_from_vector() 55 mask <<= 1; in index_from_vector() 56 } while (mask); in index_from_vector() 65 uint32_t mask, in offset_to_id() argument 73 switch (mask) { in offset_to_id() 103 switch (mask) { in offset_to_id() 130 switch (mask) { in offset_to_id() 145 switch (mask) { in offset_to_id() 166 *en = index_from_vector(mask); in offset_to_id() [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/gpio/dce60/ |
| D | hw_translate_dce60.c | 48 uint32_t mask = 1; in index_from_vector() local 51 if (vector == mask) in index_from_vector() 55 mask <<= 1; in index_from_vector() 56 } while (mask); in index_from_vector() 65 uint32_t mask, in offset_to_id() argument 73 switch (mask) { in offset_to_id() 103 switch (mask) { in offset_to_id() 130 switch (mask) { in offset_to_id() 145 switch (mask) { in offset_to_id() 166 *en = index_from_vector(mask); in offset_to_id() [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/gpio/dce110/ |
| D | hw_translate_dce110.c | 41 uint32_t mask, in offset_to_id() argument 49 switch (mask) { in offset_to_id() 79 switch (mask) { in offset_to_id() 106 switch (mask) { in offset_to_id() 121 switch (mask) { in offset_to_id() 190 info->mask = DC_GPIO_DDC6_A__DC_GPIO_DDC6DATA_A_MASK; in id_to_offset() 222 info->mask = DC_GPIO_DDC6_A__DC_GPIO_DDC6CLK_A_MASK; in id_to_offset() 257 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICA_A_MASK; in id_to_offset() 260 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICB_A_MASK; in id_to_offset() 263 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICC_A_MASK; in id_to_offset() [all …]
|
| /openbsd/src/lib/libcurses/base/ |
| D | sigaction.c | 48 _nc_sigemptyset(sigset_t * mask) in _nc_sigemptyset() argument 50 *mask = 0; in _nc_sigemptyset() 55 _nc_sigprocmask(int mode, sigset_t * mask, sigset_t * omask) in _nc_sigprocmask() argument 63 current |= *mask; in _nc_sigprocmask() 65 current &= ~*mask; in _nc_sigprocmask() 67 current = *mask; in _nc_sigprocmask() 74 _nc_sigaddset(sigset_t * mask, int sig) in _nc_sigaddset() argument 76 *mask |= sigmask(sig); in _nc_sigaddset() 83 _nc_sigsuspend(sigset_t * mask) 85 return sigpause(*mask); [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/gpio/dce120/ |
| D | hw_translate_dce120.c | 63 uint32_t mask, in offset_to_id() argument 71 switch (mask) { in offset_to_id() 101 switch (mask) { in offset_to_id() 128 switch (mask) { in offset_to_id() 143 switch (mask) { in offset_to_id() 212 info->mask = DC_GPIO_DDC6_A__DC_GPIO_DDC6DATA_A_MASK; in id_to_offset() 244 info->mask = DC_GPIO_DDC6_A__DC_GPIO_DDC6CLK_A_MASK; in id_to_offset() 279 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICA_A_MASK; in id_to_offset() 282 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICB_A_MASK; in id_to_offset() 285 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICC_A_MASK; in id_to_offset() [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/gpio/dcn10/ |
| D | hw_translate_dcn10.c | 63 uint32_t mask, in offset_to_id() argument 71 switch (mask) { in offset_to_id() 101 switch (mask) { in offset_to_id() 128 switch (mask) { in offset_to_id() 143 switch (mask) { in offset_to_id() 212 info->mask = DC_GPIO_DDC6_A__DC_GPIO_DDC6DATA_A_MASK; in id_to_offset() 244 info->mask = DC_GPIO_DDC6_A__DC_GPIO_DDC6CLK_A_MASK; in id_to_offset() 279 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICA_A_MASK; in id_to_offset() 282 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICB_A_MASK; in id_to_offset() 285 info->mask = DC_GPIO_GENERIC_A__DC_GPIO_GENERICC_A_MASK; in id_to_offset() [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.5/ |
| D | ctype_base.h | 43 typedef unsigned char mask; typedef 44 static const mask upper = 01; 45 static const mask lower = 02; 46 static const mask alpha = 01 | 02; 47 static const mask digit = 04; 48 static const mask xdigit = 0200; 49 static const mask space = 010; 50 static const mask print = 020 | 01 | 02 | 04 | 0100; 51 static const mask graph = 020 | 01 | 02 | 04; 52 static const mask cntrl = 040; [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/generic/ |
| D | ctype_base.h | 43 typedef unsigned int mask; typedef 44 static const mask upper = 1 << 0; 45 static const mask lower = 1 << 1; 46 static const mask alpha = 1 << 2; 47 static const mask digit = 1 << 3; 48 static const mask xdigit = 1 << 4; 49 static const mask space = 1 << 5; 50 static const mask print = 1 << 6; 51 static const mask graph = 1 << 7; 52 static const mask cntrl = 1 << 8; [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/os/generic/ |
| D | ctype_base.h | 46 typedef unsigned int mask; typedef 47 static const mask upper = 1 << 0; 48 static const mask lower = 1 << 1; 49 static const mask alpha = 1 << 2; 50 static const mask digit = 1 << 3; 51 static const mask xdigit = 1 << 4; 52 static const mask space = 1 << 5; 53 static const mask print = 1 << 6; 54 static const mask graph = (1 << 2) | (1 << 3) | (1 << 9); // alnum|punct 55 static const mask cntrl = 1 << 8; [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/os/solaris/solaris2.5/ |
| D | ctype_base.h | 46 typedef unsigned char mask; typedef 47 static const mask upper = 01; 48 static const mask lower = 02; 49 static const mask alpha = 01 | 02; 50 static const mask digit = 04; 51 static const mask xdigit = 0200; 52 static const mask space = 010; 53 static const mask print = 020 | 01 | 02 | 04 | 0100; 54 static const mask graph = 020 | 01 | 02 | 04; 55 static const mask cntrl = 040; [all …]
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | Flags.h | 61 ValueType Clear(ValueType mask = ~static_cast<ValueType>(0)) { 62 m_flags &= ~mask; 73 ValueType Set(ValueType mask) { in Set() argument 74 m_flags |= mask; in Set() 83 bool AllSet(ValueType mask) const { return (m_flags & mask) == mask; } in AllSet() argument 90 bool AnySet(ValueType mask) const { return (m_flags & mask) != 0; } in AnySet() argument 103 bool AllClear(ValueType mask) const { return (m_flags & mask) == 0; } in AllClear() argument 105 bool AnyClear(ValueType mask) const { return (m_flags & mask) != mask; } in AnyClear() argument
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/djgpp/ |
| D | ctype_base.h | 36 typedef unsigned short mask; typedef 43 static const mask space = __dj_ISSPACE; // Whitespace 44 static const mask print = __dj_ISPRINT; // Printing 45 static const mask cntrl = __dj_ISCNTRL; // Control character 46 static const mask upper = __dj_ISUPPER; // UPPERCASE 47 static const mask lower = __dj_ISLOWER; // lowercase 48 static const mask alpha = __dj_ISALPHA; // Alphabetic 49 static const mask digit = __dj_ISDIGIT; // Numeric 50 static const mask punct = __dj_ISPUNCT; // Punctuation 51 static const mask xdigit = __dj_ISXDIGIT; // Hexadecimal numeric [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/irix/irix6.5/ |
| D | ctype_base.h | 43 typedef unsigned int mask; typedef 44 static const mask upper = _ISupper; 45 static const mask lower = _ISlower; 46 static const mask alpha = _ISalpha; 47 static const mask digit = _ISdigit; 48 static const mask xdigit = _ISxdigit; 49 static const mask space = _ISspace; 50 static const mask print = _ISprint; 51 static const mask graph = _ISgraph; 52 static const mask cntrl = _IScntrl; [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/gnu-linux/ |
| D | ctype_base.h | 43 typedef unsigned short mask; typedef 44 static const mask upper = _ISupper; 45 static const mask lower = _ISlower; 46 static const mask alpha = _ISalpha; 47 static const mask digit = _ISdigit; 48 static const mask xdigit = _ISxdigit; 49 static const mask space = _ISspace; 50 static const mask print = _ISprint; 51 static const mask graph = _ISgraph; 52 static const mask cntrl = _IScntrl; [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/aix/ |
| D | ctype_base.h | 43 typedef unsigned int mask; typedef 44 static const mask upper = _ISUPPER; 45 static const mask lower = _ISLOWER; 46 static const mask alpha = _ISALPHA; 47 static const mask digit = _ISDIGIT; 48 static const mask xdigit = _ISXDIGIT; 49 static const mask space = _ISSPACE; 50 static const mask print = _ISPRINT; 51 static const mask graph = _ISGRAPH; 52 static const mask cntrl = _ISCNTRL; [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.7/ |
| D | ctype_base.h | 45 typedef unsigned int mask; typedef 46 static const mask upper = _ISUPPER; 47 static const mask lower = _ISLOWER; 48 static const mask alpha = _ISALPHA; 49 static const mask digit = _ISDIGIT; 50 static const mask xdigit = _ISXDIGIT; 51 static const mask space = _ISSPACE; 52 static const mask print = _ISPRINT; 53 static const mask graph = _ISGRAPH; 54 static const mask cntrl = _ISCNTRL; [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.6/ |
| D | ctype_base.h | 44 typedef unsigned int mask; typedef 45 static const mask upper = _ISUPPER; 46 static const mask lower = _ISLOWER; 47 static const mask alpha = _ISALPHA; 48 static const mask digit = _ISDIGIT; 49 static const mask xdigit = _ISXDIGIT; 50 static const mask space = _ISSPACE; 51 static const mask print = _ISPRINT; 52 static const mask graph = _ISGRAPH; 53 static const mask cntrl = _ISCNTRL; [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/os/hpux/ |
| D | ctype_base.h | 43 typedef unsigned int mask; typedef 44 static const mask upper = _ISUPPER; 45 static const mask lower = _ISLOWER; 46 static const mask alpha = _ISALPHA; 47 static const mask digit = _ISDIGIT; 48 static const mask xdigit = _ISXDIGIT; 49 static const mask space = _ISSPACE; 50 static const mask print = _ISPRINT; 51 static const mask graph = _ISGRAPH; 52 static const mask cntrl = _ISCNTRL; [all …]
|