Home
last modified time | relevance | path

Searched refs:mask (Results 1 – 25 of 1669) sorted by relevance

12345678910>>...67

/openbsd/gnu/lib/libstdc++/libstdc++/config/os/bsd/freebsd/
H A Dctype_base.h45 typedef unsigned long mask; typedef
61 static const mask upper = _U;
62 static const mask lower = _L;
63 static const mask alpha = _A;
64 static const mask digit = _D;
65 static const mask xdigit = _X;
66 static const mask space = _S;
67 static const mask print = _R;
68 static const mask graph = _G;
69 static const mask cntrl = _C;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_base.h46 typedef unsigned long mask; typedef
62 static const mask upper = _U;
63 static const mask lower = _L;
64 static const mask alpha = _A;
65 static const mask digit = _D;
66 static const mask xdigit = _X;
67 static const mask space = _S;
68 static const mask print = _R;
70 static const mask cntrl = _C;
71 static const mask punct = _P;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_base.h48 typedef unsigned long mask; typedef
64 static const mask upper = _U;
65 static const mask lower = _L;
66 static const mask alpha = _A;
67 static const mask digit = _D;
68 static const mask xdigit = _X;
69 static const mask space = _S;
70 static const mask print = _R;
72 static const mask cntrl = _C;
73 static const mask punct = _P;
[all …]
/openbsd/gnu/llvm/llvm/lib/XRay/
H A DBlockVerifier.cpp72 {mask(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()
82 {mask(State::TSCWrap) | mask(State::NewCPUId) | in transition()
87 {mask(State::CustomEvent) | mask(State::TSCWrap) | in transition()
88 mask(State::NewCPUId) | mask(State::Function) | in transition()
92 {mask(State::TypedEvent) | mask(State::TSCWrap) | in transition()
93 mask(State::NewCPUId) | mask(State::Function) | in transition()
97 {mask(State::Function) | mask(State::TSCWrap) | in transition()
103 {mask(State::CallArg) | mask(State::Function) | in transition()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcgen-bitset.c32 CGEN_BITSET * mask = xmalloc (sizeof (* mask)); in cgen_bitset_create() local
34 return mask; in cgen_bitset_create()
42 if (! mask) in cgen_bitset_init()
45 mask->bits = xmalloc (mask->length); in cgen_bitset_init()
56 if (! mask) in cgen_bitset_clear()
60 mask->bits[i] = 0; in cgen_bitset_clear()
71 if (! mask) in cgen_bitset_add()
84 if (! mask) in cgen_bitset_set()
99 if (! mask) in cgen_bitset_contains()
151 if (! mask) in cgen_bitset_copy()
[all …]
/openbsd/lib/libcrypto/asn1/
H A Da_strnid.c80 global_mask = mask; in ASN1_STRING_set_default_mask()
104 unsigned long mask; in ASN1_STRING_set_default_mask_asc() local
126 mask = 0xFFFFFFFFL; in ASN1_STRING_set_default_mask_asc()
146 unsigned long mask; in ASN1_STRING_set_by_NID() local
153 mask = tbl->mask; in ASN1_STRING_set_by_NID()
155 mask &= global_mask; in ASN1_STRING_set_by_NID()
183 .mask = DIRSTRING_TYPE,
197 .mask = DIRSTRING_TYPE,
204 .mask = DIRSTRING_TYPE,
211 .mask = DIRSTRING_TYPE,
[all …]
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp31 uint32_t mask = 1; in NewEventBit() local
33 mask <<= 1; in NewEventBit()
34 m_validBits |= mask; in NewEventBit()
35 return mask; in NewEventBit()
41 if (mask) { in FreeEventBits()
43 m_bits &= ~mask; in FreeEventBits()
44 m_validBits &= ~mask; in FreeEventBits()
79 if (mask) { in SetEvents()
84 m_bits |= mask; in SetEvents()
95 if (mask) { in ResetEvents()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/dce60/
H A Dhw_translate_dce60.c48 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()
362 info->mask = in id_to_offset()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/dce80/
H A Dhw_translate_dce80.c48 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()
362 info->mask = in id_to_offset()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/dce110/
H A Dhw_translate_dce110.c41 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()
286 info->mask = DC_GPIO_HPD_A__DC_GPIO_HPD1_A_MASK; in id_to_offset()
289 info->mask = DC_GPIO_HPD_A__DC_GPIO_HPD2_A_MASK; in id_to_offset()
333 info->mask = in id_to_offset()
360 info->mask_y = info->mask; in id_to_offset()
361 info->mask_en = info->mask; in id_to_offset()
[all …]
/openbsd/lib/libcurses/base/
H A Dsigaction.c48 _nc_sigemptyset(sigset_t * mask) in _nc_sigemptyset() argument
50 *mask = 0; in _nc_sigemptyset()
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);
89 _nc_sigdelset(sigset_t * mask, int sig)
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/generic/
H A Dctype_base.h43 typedef unsigned int mask; typedef
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;
53 static const mask punct = 1 << 9;
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h43 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;
51 static const mask graph = 020 | 01 | 02 | 04;
52 static const mask cntrl = 040;
53 static const mask punct = 020;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/os/solaris/solaris2.5/
H A Dctype_base.h46 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;
54 static const mask graph = 020 | 01 | 02 | 04;
55 static const mask cntrl = 040;
56 static const mask punct = 020;
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/os/generic/
H A Dctype_base.h46 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;
55 static const mask cntrl = 1 << 8;
56 static const mask punct = 1 << 9;
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/dcn10/
H A Dhw_translate_dcn10.c63 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()
308 info->mask = DC_GPIO_HPD_A__DC_GPIO_HPD1_A_MASK; in id_to_offset()
311 info->mask = DC_GPIO_HPD_A__DC_GPIO_HPD2_A_MASK; in id_to_offset()
355 info->mask = in id_to_offset()
382 info->mask_y = info->mask; in id_to_offset()
383 info->mask_en = info->mask; in id_to_offset()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/dce120/
H A Dhw_translate_dce120.c63 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()
308 info->mask = DC_GPIO_HPD_A__DC_GPIO_HPD1_A_MASK; in id_to_offset()
311 info->mask = DC_GPIO_HPD_A__DC_GPIO_HPD2_A_MASK; in id_to_offset()
355 info->mask = in id_to_offset()
382 info->mask_y = info->mask; in id_to_offset()
383 info->mask_en = info->mask; in id_to_offset()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFlags.h61 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/gnu/lib/libstdc++/libstdc++/config/os/aix/
H A Dctype_base.h43 typedef unsigned int mask; typedef
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;
53 static const mask punct = _ISPUNCT;
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/gnu-linux/
H A Dctype_base.h43 typedef unsigned short mask; typedef
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;
53 static const mask punct = _ISpunct;
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h45 typedef unsigned int mask; typedef
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;
55 static const mask punct = _ISPUNCT;
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/djgpp/
H A Dctype_base.h36 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
52 static const mask alnum = __dj_ISALPHA; // Alphanumeric
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/hpux/
H A Dctype_base.h43 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;
49 static const mask space = _ISSPACE;
50 static const mask print = _ISPRINT;
51 static const mask graph = _ISGRAPH;
52 static const mask cntrl = _ISCNTRL;
53 static const mask punct = _ISPUNCT;
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h43 typedef unsigned int mask; typedef
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;
53 static const mask punct = _ISpunct;
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h44 typedef unsigned int mask; typedef
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;
54 static const mask punct = _ISPUNCT;
[all …]

12345678910>>...67