Home
last modified time | relevance | path

Searched refs:__new (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dsigset.h38 sigset_t __new; \
44 sigset_t __new; \
46 sigfillset(&__new); \
50 sigset_t __new; \
57 sigset_t __new; \
79 int __old, __new; \
83 __new = __old | __new; \
84 sigsetmask(__new); \
87 int __old, __new; \
91 __new = __old & ~__new; \
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dsigdefs.h51 sigset_t __new; \
53 sigfillset(&__new); \
54 sigprocmask(SIG_BLOCK, &__new, &a);\
57 sigset_t __new; \
59 sigemptyset(&__new); \
60 sigaddset(&__new, (s)); \
61 sigprocmask(SIG_UNBLOCK, &__new, NULL);\
71 int __old, __new; \
74 __new = sigmask(s); \
75 __new = __old & ~__new; \
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dsigdefs.h40 sigset_t __new; \
42 sigfillset(&__new); \
43 sigprocmask(SIG_BLOCK, &__new, &a);\
46 sigset_t __new; \
48 sigemptyset(&__new); \
49 sigaddset(&__new, (s)); \
50 sigprocmask(SIG_UNBLOCK, &__new, NULL);\
60 int __old, __new; \
63 __new = sigmask(s); \
64 __new = __old & ~__new; \
[all …]
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dsigdefs.h51 sigset_t __new; \
53 sigfillset(&__new); \
54 sigprocmask(SIG_BLOCK, &__new, &a);\
57 sigset_t __new; \
59 sigemptyset(&__new); \
60 sigaddset(&__new, (s)); \
61 sigprocmask(SIG_UNBLOCK, &__new, NULL);\
71 int __old, __new; \
74 __new = sigmask(s); \
75 __new = __old & ~__new; \
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Dcmpxchg.h17 __typeof__(new) __new = (new); \
24 : "r" (__new) \
31 : "r" (__new) \
50 __typeof__(new) __new = (new); \
58 : "r" (__new) \
66 : "r" (__new) \
93 : "r" (__new) \
101 : "r" (__new) \
127 : "r" (__new) \
134 : "r" (__new) \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Dcmpxchg.h17 __typeof__(new) __new = (new); \
24 : "r" (__new) \
31 : "r" (__new) \
50 __typeof__(new) __new = (new); \
58 : "r" (__new) \
66 : "r" (__new) \
93 : "r" (__new) \
101 : "r" (__new) \
127 : "r" (__new) \
134 : "r" (__new) \
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Dcmpxchg.h17 __typeof__(new) __new = (new); \
24 : "r" (__new) \
31 : "r" (__new) \
50 __typeof__(new) __new = (new); \
58 : "r" (__new) \
66 : "r" (__new) \
93 : "r" (__new) \
101 : "r" (__new) \
127 : "r" (__new) \
134 : "r" (__new) \
[all …]
/dports/textproc/p5-PPIx-Regexp/PPIx-Regexp-0.082/t/
H A Dbasic.t120 isa_ok( PPIx::Regexp::Token::Assertion->__new( 'xyzzy' ),
132 isa_ok( PPIx::Regexp::Token::Backtrack->__new( 'xyzzy' ),
138 isa_ok( PPIx::Regexp::Token::CharClass->__new( 'xyzzy' ),
155 isa_ok( PPIx::Regexp::Token::Code->__new( 'xyzzy',
162 isa_ok( PPIx::Regexp::Token::Comment->__new( 'xyzzy' ),
168 isa_ok( PPIx::Regexp::Token::Condition->__new( '(1)' ),
173 isa_ok( PPIx::Regexp::Token::Control->__new( 'xyzzy' ),
268 isa_ok( PPIx::Regexp::Token::Literal->__new( 'xyzzy' ),
273 isa_ok( PPIx::Regexp::Token::Modifier->__new( 'xyzzy',
281 isa_ok( PPIx::Regexp::Token::NoOp->__new( 'xyzzy' ),
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/riscv/include/
H A Dsysreg.h62 riscvreg_fcsr_write(uint32_t __new) in riscvreg_fcsr_write() argument
65 __asm("fscsr %0, %1" : "=r"(__old) : "r"(__new)); in riscvreg_fcsr_write()
78 riscvreg_fcsr_write_fflags(uint32_t __new) in riscvreg_fcsr_write_fflags() argument
81 __new = __SHIFTIN(__new, FCSR_FFLAGS); in riscvreg_fcsr_write_fflags()
82 __asm("fsflags %0, %1" : "=r"(__old) : "r"(__new)); in riscvreg_fcsr_write_fflags()
95 riscvreg_fcsr_write_frm(uint32_t __new) in riscvreg_fcsr_write_frm() argument
98 __new = __SHIFTIN(__new, FCSR_FRM); in riscvreg_fcsr_write_frm()
99 __asm volatile("fsrm\t%0, %1" : "=r"(__old) : "r"(__new)); in riscvreg_fcsr_write_frm()
/dports/multimedia/pipewire/pipewire-0.3.43/src/pipewire/
H A Dutils.h71 char *__new = (char *) __builtin_alloca(__len + 1); \
72 memcpy(__new, __old, __len); \
73 __new[__len] = '\0'; \
74 __new; \
83 char *__new = (char *) alloca(__len); \
84 (char *) memcpy(__new, __old, __len); \
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/sbi/
H A Driscv_atomic.c55 __typeof__(new) __new = (new); \
62 : "r" (__new) \
69 : "r" (__new) \
88 __typeof__(*(ptr)) __new = (new); \
99 : "rJ"(__new) \
109 : "rJ"(__new) \
128 __typeof__(*(ptr)) __new = (new); \
141 : "rJ"(__old), "rJ"(__new) \
153 : "rJ"(__old), "rJ"(__new) \
/dports/emulators/qemu42/qemu-4.2.1/roms/opensbi/lib/sbi/
H A Driscv_atomic.c56 __typeof__(new) __new = (new); \
63 : "r" (__new) \
70 : "r" (__new) \
89 __typeof__(*(ptr)) __new = (new); \
100 : "rJ"(__new) \
110 : "rJ"(__new) \
129 __typeof__(*(ptr)) __new = (new); \
142 : "rJ"(__old), "rJ"(__new) \
154 : "rJ"(__old), "rJ"(__new) \
/dports/emulators/qemu5/qemu-5.2.0/roms/opensbi/lib/sbi/
H A Driscv_atomic.c55 __typeof__(new) __new = (new); \
62 : "r" (__new) \
69 : "r" (__new) \
88 __typeof__(*(ptr)) __new = (new); \
99 : "rJ"(__new) \
109 : "rJ"(__new) \
128 __typeof__(*(ptr)) __new = (new); \
141 : "rJ"(__old), "rJ"(__new) \
153 : "rJ"(__old), "rJ"(__new) \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/opensbi/lib/sbi/
H A Driscv_atomic.c56 __typeof__(new) __new = (new); \
63 : "r" (__new) \
70 : "r" (__new) \
89 __typeof__(*(ptr)) __new = (new); \
100 : "rJ"(__new) \
110 : "rJ"(__new) \
129 __typeof__(*(ptr)) __new = (new); \
142 : "rJ"(__old), "rJ"(__new) \
154 : "rJ"(__old), "rJ"(__new) \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/opensbi/lib/sbi/
H A Driscv_atomic.c56 __typeof__(new) __new = (new); \
63 : "r" (__new) \
70 : "r" (__new) \
89 __typeof__(*(ptr)) __new = (new); \
100 : "rJ"(__new) \
110 : "rJ"(__new) \
129 __typeof__(*(ptr)) __new = (new); \
142 : "rJ"(__old), "rJ"(__new) \
154 : "rJ"(__old), "rJ"(__new) \
/dports/sysutils/opensbi/opensbi-0.9/lib/sbi/
H A Driscv_atomic.c55 __typeof__(new) __new = (new); \
62 : "r" (__new) \
69 : "r" (__new) \
88 __typeof__(*(ptr)) __new = (new); \
99 : "rJ"(__new) \
109 : "rJ"(__new) \
128 __typeof__(*(ptr)) __new = (new); \
141 : "rJ"(__old), "rJ"(__new) \
153 : "rJ"(__old), "rJ"(__new) \
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/lib/sbi/
H A Driscv_atomic.c55 __typeof__(new) __new = (new); \
62 : "r" (__new) \
69 : "r" (__new) \
88 __typeof__(*(ptr)) __new = (new); \
99 : "rJ"(__new) \
109 : "rJ"(__new) \
128 __typeof__(*(ptr)) __new = (new); \
141 : "rJ"(__old), "rJ"(__new) \
153 : "rJ"(__old), "rJ"(__new) \

12345678910>>...21