Home
last modified time | relevance | path

Searched defs:D (Results 1 – 25 of 12011) sorted by relevance

12345678910>>...481

/dports/devel/simdjson/simdjson-0.9.6/jsonchecker/adversarial/issue150/
H A D1160.json1 { "D":7777777777777777.777711777 number
2 , "D":7777777777771 number
3 , "D":77777777777.777471777 number
5 , "D":77777777.777711777 number
6 , "D":7777777777771 number
7 , "D":77777777777.777771777 number
9 , "D":77777777777.777771777 number
13 , "D":7777777777771 number
14 , "D":77777777777.777771777 number
16 , "D":77777777777.777771777 number
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/async-await/drop-order/
H A Ddrop-order-for-async-fn-parameters.rs51 fn foo_sync(x: D, _y: D) { in foo_sync()
56 async fn bar_async(x: D, _: D) { in bar_async()
60 fn bar_sync(x: D, _: D) { in bar_sync()
70 fn baz_sync((x, _): (D, D)) { in baz_sync()
76 async fn foobar_async(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_async() argument
80 fn foobar_sync(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_sync() argument
101 fn bar_sync(x: D, _: D) { in bar_sync()
117 async fn foobar_async(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_async() argument
121 fn foobar_sync(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_sync() argument
159 async fn foobar_async(&'a self, x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_async() argument
[all …]
H A Ddrop-order-when-cancelled.rs62 fn foo_sync(x: D, _y: D) { in foo_sync()
72 fn bar_sync(x: D, _: D) { in bar_sync()
83 fn baz_sync((x, _): (D, D)) { in baz_sync()
89 async fn foobar_async(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_async() argument
94 fn foobar_sync(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_sync() argument
107 fn foo_sync(x: D, _y: D) { in foo_sync()
117 fn bar_sync(x: D, _: D) { in bar_sync()
134 async fn foobar_async(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_async() argument
139 fn foobar_sync(x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_sync() argument
180 async fn foobar_async(&'a self, x: D, (a, _, _c): (D, D, D), _: D, _y: D) { in foobar_async() argument
[all …]
H A Ddrop-order-for-async-fn-parameters-by-ref-binding.rs48 fn foo_sync(ref mut x: D, ref mut _y: D) { in foo_sync()
53 async fn bar_async(ref mut x: D, _: D) { in bar_async()
57 fn bar_sync(ref mut x: D, _: D) { in bar_sync()
67 fn baz_sync((ref mut x, _): (D, D)) { in baz_sync()
73 async fn foobar_async(ref mut x: D, (ref mut a, _, ref mut _c): (D, D, D), _: D, ref mut _y: D) { in foobar_async() argument
77 fn foobar_sync(ref mut x: D, (ref mut a, _, ref mut _c): (D, D, D), _: D, ref mut _y: D) { in foobar_sync() argument
98 fn bar_sync(ref mut x: D, _: D) { in bar_sync()
115 ref mut x: D, (ref mut a, _, ref mut _c): (D, D, D), _: D, ref mut _y: D, in foobar_async() argument
121 ref mut x: D, (ref mut a, _, ref mut _c): (D, D, D), _: D, ref mut _y: D, in foobar_sync() argument
161 &'a self, ref mut x: D, (ref mut a, _, ref mut _c): (D, D, D), _: D, ref mut _y: D, in foobar_async() argument
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/geometry/
H A Dtranslation_ops.rs14 const D; for; where; const
21 const D; for; where; const
28 const D; for; where; const
35 const D; for; where; const
43 const D; for; where; const
50 const D; for; where; const
57 const D; for; where; const
100 const D; const
106 const D; const
111 const D; const
[all …]
H A Dtransform_ops.rs114 const D; const
142 const D; const
172 const D; const
188 const D; const
203 const D; const
274 const D; const
289 const D; const
304 const D; const
319 const D; const
342 const D; const
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm-0.19.0/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/crossterm-0.18.2/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/crossterm-0.13.3/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/crossterm-0.17.7/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/crossterm-0.17.7/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/crossterm-0.19.0/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/crossterm-0.17.7/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/devel/desed/desed-1.2.0/cargo-crates/crossterm-0.17.6/src/style/
H A Dtraits.rs21 fn black(self) -> StyledContent<D>; in black()
23 fn red(self) -> StyledContent<D>; in red()
25 fn green(self) -> StyledContent<D>; in green()
27 fn yellow(self) -> StyledContent<D>; in yellow()
29 fn blue(self) -> StyledContent<D>; in blue()
33 fn cyan(self) -> StyledContent<D>; in cyan()
35 fn white(self) -> StyledContent<D>; in white()
36 fn grey(self) -> StyledContent<D>; in grey()
40 fn on_red(self) -> StyledContent<D>; in on_red()
71 fn bold(self) -> StyledContent<D>; in bold()
[all …]
/dports/misc/fq/fq-0.0.2/pkg/decode/
H A Ddecode.go129 type D struct { struct
130 Ctx context.Context
131 Endian Endian
132 Value *Value
133 Options Options
135 bitBuf *bitio.Buffer
137 readBuf *[]byte
437 func (d *D) Pos() int64 {
445 func (d *D) Len() int64 {
449 func (d *D) End() bool {
[all …]
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/asm/
H A Dkmap_types.h21 #define D(n) macro
24 D(0) KM_BOUNCE_READ, enumerator
27 D(3) KM_USER0, enumerator
29 D(4) KM_USER1, enumerator
32 D(7) KM_PTE0, enumerator
34 D(8) KM_PTE1, enumerator
35 D(9) KM_IRQ0, enumerator
36 D(10) KM_IRQ1, enumerator
37 D(11) KM_SOFTIRQ0, enumerator
39 D(12) KM_SOFTIRQ1, enumerator
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/preprocessor/doc/examples/
H A Ddelay.c41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
51 # define DELAY_F8(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]

12345678910>>...481