Home
last modified time | relevance | path

Searched refs:p (Results 226 – 250 of 119697) sorted by relevance

12345678910>>...4788

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C34 void *p; variable
342 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
343 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
364 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
365 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
487 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
488 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
511 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
512 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
535 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C33 void *p; variable
337 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
338 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
359 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
360 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
482 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
506 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
530 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C33 void *p; variable
337 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
338 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
359 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
360 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
482 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
506 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
530 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C34 void *p; variable
338 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
339 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
360 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
361 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
484 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
508 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
531 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C34 void *p; variable
342 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
343 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
364 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
365 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
487 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
488 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
511 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
512 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
535 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C34 void *p; variable
338 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
339 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
360 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
361 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
484 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
508 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
531 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/init/
H A Dnew44.C34 void *p; variable
338 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
339 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
360 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
361 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
484 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
508 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
531 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C33 void *p; variable
337 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
338 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
359 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
360 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
482 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
506 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
530 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/init/
H A Dnew44.C33 void *p; variable
337 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
338 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
359 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
360 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
482 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
506 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
530 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/init/
H A Dnew44.C34 void *p; variable
338 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
339 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
360 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
361 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
484 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
508 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
531 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/init/
H A Dnew44.C34 void *p; variable
342 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
343 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
364 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
365 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
487 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
488 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
511 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
512 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
535 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/init/
H A Dnew44.C33 void *p; variable
337 p = new (p) B [MAX / 2 - 7]; // okay in test_one_dim_byte_array()
338 p = new (p) B [MAX / 2 - 8]; // okay in test_one_dim_byte_array()
359 p = new (p) B [1][MAX / 2 - 7]; // okay in test_placement_two_dim_byte_struct_array()
360 p = new (p) B [1][MAX / 2 - 8]; // okay in test_placement_two_dim_byte_struct_array()
482 p = new (p) B [2][2][MAX / 8 - 2]; in test_placement_three_dim_byte_struct_array()
483 p = new (p) B [2][2][MAX / 8 - 3]; in test_placement_three_dim_byte_struct_array()
506 p = new (p) B [2][MAX / 8 - 2][2]; in test_placement_three_dim_byte_struct_array()
507 p = new (p) B [2][MAX / 8 - 3][2]; in test_placement_three_dim_byte_struct_array()
530 p = new (p) B [MAX / 8 - 2][2][2]; in test_placement_three_dim_byte_struct_array()
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/
H A Dcrypto.declarations37 i BN_sub p p p
40 p PEM_read_bio_RSAPrivateKey p p p p
41 p PEM_read_RSAPrivateKey p p p p
42 p PEM_read_bio_PrivateKey p p p p
43 p PEM_read_PrivateKey p p p p
45 p PEM_read_bio_RSAPublicKey p p p p
46 p PEM_read_RSAPublicKey p p p p
47 p PEM_read_bio_PublicKey p p p p
48 p PEM_read_PublicKey p p p p
86 i EVP_DigestInit_ex p p p
[all …]
/dports/www/py-lesscpy/lesscpy-0.14.0/lesscpy/lessc/
H A Dparser.py197 p[0] = p[1]
207 p[0] = p[1]
302 p[0] = p[1]
338 p[0] = [p[1], p[3]]
347 p[0] = p[2]
387 p[0] = Deferred(p[1], p[3], p.lineno(4))
460 p[0] = p[1] if isinstance(p[1], list) else [p[1]]
487 p[0] = Property([p[1], [p[2]]], p.lineno(3))
492 p[0] = (p[1][0], p[2][0])
695 p[0] = [p[1], p[2]]
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/
H A DWclass-memaccess.C61 T (bzero, (p, sizeof *p)); in test()
68 T (bcopy, (p, q, sizeof *p)); in test()
71 T (bcopy, (q, p, sizeof *p)); in test()
75 T (memcpy, (p, q, sizeof *p)); in test()
78 T (memcpy, (q, p, sizeof *p)); in test()
82 T (memset, (p, 0, sizeof *p)); in test()
89 T (memset, (p, 1, sizeof *p)); in test()
96 T (memset, (p, x, sizeof *p)); in test()
161 T (bzero, (p, sizeof *p)); in test_friend()
162 T (bcopy, (q, p, sizeof *p)); in test_friend()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/
H A DWclass-memaccess.C61 T (bzero, (p, sizeof *p)); in test()
68 T (bcopy, (p, q, sizeof *p)); in test()
71 T (bcopy, (q, p, sizeof *p)); in test()
75 T (memcpy, (p, q, sizeof *p)); in test()
78 T (memcpy, (q, p, sizeof *p)); in test()
82 T (memset, (p, 0, sizeof *p)); in test()
89 T (memset, (p, 1, sizeof *p)); in test()
96 T (memset, (p, x, sizeof *p)); in test()
161 T (bzero, (p, sizeof *p)); in test_friend()
162 T (bcopy, (q, p, sizeof *p)); in test_friend()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/
H A DWclass-memaccess.C61 T (bzero, (p, sizeof *p));
68 T (bcopy, (p, q, sizeof *p));
71 T (bcopy, (q, p, sizeof *p));
75 T (memcpy, (p, q, sizeof *p));
78 T (memcpy, (q, p, sizeof *p));
82 T (memset, (p, 0, sizeof *p));
89 T (memset, (p, 1, sizeof *p));
96 T (memset, (p, x, sizeof *p));
161 T (bzero, (p, sizeof *p));
162 T (bcopy, (q, p, sizeof *p));
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/
H A DWclass-memaccess.C61 T (bzero, (p, sizeof *p)); in test()
68 T (bcopy, (p, q, sizeof *p)); in test()
71 T (bcopy, (q, p, sizeof *p)); in test()
75 T (memcpy, (p, q, sizeof *p)); in test()
78 T (memcpy, (q, p, sizeof *p)); in test()
82 T (memset, (p, 0, sizeof *p)); in test()
89 T (memset, (p, 1, sizeof *p)); in test()
96 T (memset, (p, x, sizeof *p)); in test()
161 T (bzero, (p, sizeof *p)); in test_friend()
162 T (bcopy, (q, p, sizeof *p)); in test_friend()
[all …]
/dports/devel/py-pycparser/pycparser-2.21/build/lib/pycparser/
H A Dc_parser.py767 p[0] = p[1] if len(p) == 2 else p[1] + p[2]
897 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
912 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
1072 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
1290 p[0] = [p[1]] if len(p) == 2 else p[1] + [p[2]]
1413 p[0] = [p[1]] if len(p) == 2 else p[1] + [p[2]]
1535 p[0] = p[1] if (len(p) == 2 or p[2] == [None]) else p[1] + p[2]
1578 p[0] = c_ast.For(p[3], p[5], p[7], p[9], self._token_coord(p, 1))
1671 p[0] = c_ast.TernaryOp(p[1], p[3], p[5], p[1].coord)
1697 p[0] = c_ast.BinaryOp(p[2], p[1], p[3], p[1].coord)
[all …]
/dports/devel/py-pycparser/pycparser-2.21/pycparser/
H A Dc_parser.py767 p[0] = p[1] if len(p) == 2 else p[1] + p[2]
897 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
912 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
1072 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
1290 p[0] = [p[1]] if len(p) == 2 else p[1] + [p[2]]
1413 p[0] = [p[1]] if len(p) == 2 else p[1] + [p[2]]
1535 p[0] = p[1] if (len(p) == 2 or p[2] == [None]) else p[1] + p[2]
1578 p[0] = c_ast.For(p[3], p[5], p[7], p[9], self._token_coord(p, 1))
1671 p[0] = c_ast.TernaryOp(p[1], p[3], p[5], p[1].coord)
1697 p[0] = c_ast.BinaryOp(p[2], p[1], p[3], p[1].coord)
[all …]
/dports/devel/py-pycparser/stage/usr/local/lib/python3.8/site-packages/pycparser/
H A Dc_parser.py767 p[0] = p[1] if len(p) == 2 else p[1] + p[2]
897 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
912 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
1072 p[0] = p[1] + [p[3]] if len(p) == 4 else [p[1]]
1290 p[0] = [p[1]] if len(p) == 2 else p[1] + [p[2]]
1413 p[0] = [p[1]] if len(p) == 2 else p[1] + [p[2]]
1535 p[0] = p[1] if (len(p) == 2 or p[2] == [None]) else p[1] + p[2]
1578 p[0] = c_ast.For(p[3], p[5], p[7], p[9], self._token_coord(p, 1))
1671 p[0] = c_ast.TernaryOp(p[1], p[3], p[5], p[1].coord)
1697 p[0] = c_ast.BinaryOp(p[2], p[1], p[3], p[1].coord)
[all …]
/dports/devel/mspdebug/mspdebug-493f38b/drivers/
H A Djtaglib.c72 #define jtag_tms_set(p) p->f->jtdev_tms(p, 1) argument
73 #define jtag_tms_clr(p) p->f->jtdev_tms(p, 0) argument
74 #define jtag_tck_set(p) p->f->jtdev_tck(p, 1) argument
75 #define jtag_tck_clr(p) p->f->jtdev_tck(p, 0) argument
76 #define jtag_tdi_set(p) p->f->jtdev_tdi(p, 1) argument
77 #define jtag_tdi_clr(p) p->f->jtdev_tdi(p, 0) argument
78 #define jtag_tclk_set(p) p->f->jtdev_tclk(p, 1) argument
80 #define jtag_rst_set(p) p->f->jtdev_rst(p, 1) argument
81 #define jtag_rst_clr(p) p->f->jtdev_rst(p, 0) argument
82 #define jtag_tst_set(p) p->f->jtdev_tst(p, 1) argument
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/vmx/
H A D3c-01a.c141 void f(void *p) in f() argument
161 vec_dst((_2 *)p,1,1); in f()
164 vec_dstt((_2 *)p,1,1); in f()
183 vec_dst((_4 *)p,1,1); in f()
186 vec_dstt((_4 *)p,1,1); in f()
188 vec_st(u32,1,(_4 *)p); in f()
201 vec_dst((_6 *)p,1,1); in f()
204 vec_dstt((_6 *)p,1,1); in f()
213 vec_dst((_8 *)p,1,1); in f()
216 vec_dstt((_8 *)p,1,1); in f()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/vmx/
H A D3c-01a.c141 void f(void *p) in f() argument
161 vec_dst((_2 *)p,1,1); in f()
164 vec_dstt((_2 *)p,1,1); in f()
183 vec_dst((_4 *)p,1,1); in f()
186 vec_dstt((_4 *)p,1,1); in f()
188 vec_st(u32,1,(_4 *)p); in f()
201 vec_dst((_6 *)p,1,1); in f()
204 vec_dstt((_6 *)p,1,1); in f()
213 vec_dst((_8 *)p,1,1); in f()
216 vec_dstt((_8 *)p,1,1); in f()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/vmx/
H A D3c-01a.c141 void f(void *p) in f() argument
161 vec_dst((_2 *)p,1,1); in f()
164 vec_dstt((_2 *)p,1,1); in f()
183 vec_dst((_4 *)p,1,1); in f()
186 vec_dstt((_4 *)p,1,1); in f()
188 vec_st(u32,1,(_4 *)p); in f()
201 vec_dst((_6 *)p,1,1); in f()
204 vec_dstt((_6 *)p,1,1); in f()
213 vec_dst((_8 *)p,1,1); in f()
216 vec_dstt((_8 *)p,1,1); in f()
[all …]

12345678910>>...4788