| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | route.c | 506 rt_add(rb_tree_t *kroutes, struct rt *nrt, struct rt *ort) in rt_add() argument 529 rt_desc(ort == NULL ? "adding" : "changing", nrt); in rt_add() 532 if (ort == NULL) { in rt_add() 533 ort = rb_tree_find_node(kroutes, nrt); in rt_add() 534 if (ort != NULL && in rt_add() 535 ((ort->rt_flags & RTF_REJECT && in rt_add() 537 (ort->rt_ifp == nrt->rt_ifp && in rt_add() 539 ort->rt_metric == nrt->rt_metric && in rt_add() 541 sa_cmp(&ort->rt_gateway, &nrt->rt_gateway) == 0))) in rt_add() 543 if (ort->rt_mtu == nrt->rt_mtu) in rt_add() [all …]
|
| /netbsd-src/usr.bin/rump_dhcpclient/ |
| H A D | configure.c | 151 c_route(struct rt *ort, struct rt *nrt, const struct interface *iface) in c_route() argument 163 del_route(ort->iface, &ort->dest, &ort->net, &ort->gate, in c_route() 164 ort->iface->metric); in c_route()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 4754 enum c_omp_region_type ort) in handle_omp_array_sections_1() argument 4789 if (ort == C_ORT_ACC && TREE_CODE (t) == INDIRECT_REF) in handle_omp_array_sections_1() 4809 else if (ort == C_ORT_OMP in handle_omp_array_sections_1() 4833 if (ort == C_ORT_OMP in handle_omp_array_sections_1() 4840 maybe_zero_len, first_non_one, ort); in handle_omp_array_sections_1() 4898 c_omp_map_clause_name (c, ort == C_ORT_ACC)); in handle_omp_array_sections_1() 5114 handle_omp_array_sections (tree c, enum c_omp_region_type ort) in handle_omp_array_sections() argument 5127 ort); in handle_omp_array_sections() 5323 if (ort == C_ORT_OMP || ort == C_ORT_ACC) in handle_omp_array_sections() 5347 if ((ort & C_ORT_OMP_DECLARE_SIMD) != C_ORT_OMP && ort != C_ORT_ACC) in handle_omp_array_sections() [all …]
|
| H A D | pt.c | 17256 tsubst_omp_clauses (tree clauses, enum c_omp_region_type ort, in tsubst_omp_clauses() argument 17406 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP) in tsubst_omp_clauses() 17472 if (ort != C_ORT_OMP_DECLARE_SIMD) in tsubst_omp_clauses() 17474 new_clauses = finish_omp_clauses (new_clauses, ort); in tsubst_omp_clauses() 18585 enum c_omp_region_type ort = C_ORT_OMP; in tsubst_expr() local 18590 ort = C_ORT_ACC; in tsubst_expr() 18593 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), ort, args, complain, in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 5121 enum c_omp_region_type ort) in handle_omp_array_sections_1() argument 5212 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP in handle_omp_array_sections_1() 5219 maybe_zero_len, first_non_one, ort); in handle_omp_array_sections_1() 5277 user_omp_clause_code_name (c, ort == C_ORT_ACC)); in handle_omp_array_sections_1() 5514 handle_omp_array_sections (tree c, enum c_omp_region_type ort) in handle_omp_array_sections() argument 5528 ort); in handle_omp_array_sections() 5757 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP in handle_omp_array_sections() 5772 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP in handle_omp_array_sections() 5778 k = (ort == C_ORT_ACC in handle_omp_array_sections() 6747 finish_omp_clauses (tree clauses, enum c_omp_region_type ort) in finish_omp_clauses() argument [all …]
|
| H A D | ChangeLog-2016 | 2504 argument with enum c_omp_region_type ort. Don't privatize OpenACC 2507 c_omp_region_type ort. Update call to handle_omp_array_sections_1. 2751 arguments with enum c_omp_region_type ort. 2757 allow_fields, declare_simd, and is_cilk with bitmask ort.
|
| H A D | pt.cc | 17798 tsubst_omp_clauses (tree clauses, enum c_omp_region_type ort, in tsubst_omp_clauses() argument 17969 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP) in tsubst_omp_clauses() 18036 if (ort != C_ORT_OMP_DECLARE_SIMD) in tsubst_omp_clauses() 18038 new_clauses = finish_omp_clauses (new_clauses, ort); in tsubst_omp_clauses() 19206 enum c_omp_region_type ort = C_ORT_OMP; in tsubst_expr() local 19211 ort = C_ORT_ACC; in tsubst_expr() 19214 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), ort, args, complain, in tsubst_expr()
|
| H A D | ChangeLog-2021 | 2452 * semantics.c (handle_omp_array_sections_1): Adjust ort handling
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimplify.c | 11048 enum omp_region_type ort = ORT_WORKSHARE; in gimplify_omp_for() local 11227 ort = ORT_ACC; in gimplify_omp_for() 11231 ort = ORT_UNTIED_TASKLOOP; in gimplify_omp_for() 11233 ort = ORT_TASKLOOP; in gimplify_omp_for() 11236 ort = ORT_SIMD; in gimplify_omp_for() 11244 if (ort == ORT_SIMD && TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1) in gimplify_omp_for() 11259 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, in gimplify_omp_for() 11268 if ((ort == ORT_SIMD in gimplify_omp_for() 11403 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, in gimplify_omp_for() 11468 else if (ort == ORT_SIMD) in gimplify_omp_for() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimplify.cc | 12336 enum omp_region_type ort = ORT_WORKSHARE; in gimplify_omp_for() local 12535 ort = ORT_ACC; in gimplify_omp_for() 12539 ort = ORT_UNTIED_TASKLOOP; in gimplify_omp_for() 12541 ort = ORT_TASKLOOP; in gimplify_omp_for() 12544 ort = ORT_SIMD; in gimplify_omp_for() 12552 if (ort == ORT_SIMD && TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1) in gimplify_omp_for() 12567 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, in gimplify_omp_for() 12576 if ((ort == ORT_SIMD in gimplify_omp_for() 12671 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, in gimplify_omp_for() 12763 else if (ort == ORT_SIMD) in gimplify_omp_for() [all …]
|
| H A D | ChangeLog-2018 | 5330 (gimplify_omp_workshare): Set ort to ORT_HOST_TEAMS or
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 13025 enum c_omp_region_type ort) in handle_omp_array_sections_1() argument 13061 if (ort == C_ORT_ACC && TREE_CODE (t) == MEM_REF) in handle_omp_array_sections_1() 13118 maybe_zero_len, first_non_one, ort); in handle_omp_array_sections_1() 13163 c_omp_map_clause_name (c, ort == C_ORT_ACC)); in handle_omp_array_sections_1() 13368 handle_omp_array_sections (tree c, enum c_omp_region_type ort) in handle_omp_array_sections() argument 13381 ort); in handle_omp_array_sections() 13581 if (ort == C_ORT_OMP || ort == C_ORT_ACC) in handle_omp_array_sections() 13604 if (ort != C_ORT_OMP && ort != C_ORT_ACC) in handle_omp_array_sections() 13608 gomp_map_kind k = (ort == C_ORT_ACC) ? GOMP_MAP_ATTACH_DETACH in handle_omp_array_sections() 13881 c_finish_omp_clauses (tree clauses, enum c_omp_region_type ort) in c_finish_omp_clauses() argument [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 13216 enum c_omp_region_type ort) in handle_omp_array_sections_1() argument 13274 if (ort == C_ORT_ACC && TREE_CODE (t) == MEM_REF) in handle_omp_array_sections_1() 13334 maybe_zero_len, first_non_one, ort); in handle_omp_array_sections_1() 13379 user_omp_clause_code_name (c, ort == C_ORT_ACC)); in handle_omp_array_sections_1() 13604 handle_omp_array_sections (tree c, enum c_omp_region_type ort) in handle_omp_array_sections() argument 13618 ort); in handle_omp_array_sections() 14114 c_finish_omp_clauses (tree clauses, enum c_omp_region_type ort) in c_finish_omp_clauses() argument 14156 if (ort & C_ORT_ACC) in c_finish_omp_clauses() 14200 if (handle_omp_array_sections (c, ort)) in c_finish_omp_clauses() 14465 if (ort != C_ORT_OMP_DECLARE_SIMD) in c_finish_omp_clauses() [all …]
|
| H A D | ChangeLog | 721 * c-typeck.c (handle_omp_array_sections): Adjust ort handling 4842 argument with enum c_omp_region_type ort. 4977 is_omp, declare_simd, and is_cilk with enum c_omp_region_type ort.
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | tree.c | 2554 tspec_t ort = before_conversion(rn)->tn_type->t_tspec; in typeok_colon() 2569 !is_uinteger(olt) && is_uinteger(ort)) { in typeok_colon() 2576 !is_uinteger(olt) && !is_uinteger(ort) && in typeok_colon() 2324 tspec_t ort = before_conversion(rn)->tn_type->t_tspec; typeok_shr() local
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | nis_sample.ldif | 1175 dn: cn=b11-ort-lab, o=SGI, c=US 1176 cn: b11-ort-lab
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.in | 18865 ort = "ordner sicherheit", 26231 ort = "ordner sicherheit", 26252 ort = "ordner sicherheit", 26298 ort = "ordner sicherheit",
|
| /netbsd-src/share/dict/ |
| H A D | web2 | 132706 ort
|