| /src/external/bsd/dhcpcd/dist/src/ |
| route.c | 530 rt_cmp_mtu(struct rt *nrt, struct rt *ort) 538 omtu = ort->rt_mtu ? ort->rt_mtu : (unsigned int)ort->rt_ifp->mtu; 542 if (ort->rt_mtu != nrt->rt_mtu) 551 rt_cmp_lifetime(struct rt *nrt, struct rt *ort) 561 timespecsub(&nrt->rt_acquired, &ort->rt_acquired, &ts); 566 if (nrt->rt_lifetime > ort->rt_lifetime) 567 deviation = nrt->rt_lifetime - ort->rt_lifetime; 569 deviation = ort->rt_lifetime - nrt->rt_lifetime [all...] |
| /src/usr.bin/rump_dhcpclient/ |
| configure.c | 151 c_route(struct rt *ort, struct rt *nrt, const struct interface *iface) 163 del_route(ort->iface, &ort->dest, &ort->net, &ort->gate, 164 ort->iface->metric);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 5130 enum c_omp_region_type ort) 5221 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP 5228 maybe_zero_len, first_non_one, ort); 5286 user_omp_clause_code_name (c, ort == C_ORT_ACC)); 5523 handle_omp_array_sections (tree c, enum c_omp_region_type ort) 5537 ort); 5766 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP 5781 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP 5787 k = (ort == C_ORT_ACC 6756 finish_omp_clauses (tree clauses, enum c_omp_region_type ort) [all...] |
| pt.cc | 17829 tsubst_omp_clauses (tree clauses, enum c_omp_region_type ort, 18000 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP) 18067 if (ort != C_ORT_OMP_DECLARE_SIMD) 18069 new_clauses = finish_omp_clauses (new_clauses, ort); 19238 enum c_omp_region_type ort = C_ORT_OMP; 19243 ort = C_ORT_ACC; 19246 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), ort, args, complain,
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 5623 enum c_omp_region_type ort) 5626 bool openacc = (ort & C_ORT_ACC) != 0; 5680 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP 5687 maybe_zero_len, first_non_one, ort); 5982 handle_omp_array_sections (tree &c, enum c_omp_region_type ort) 5996 ort); 6240 tree nc = ai.expand_map_clause (c, first, addr_tokens, ort); 7179 finish_omp_clauses (tree clauses, enum c_omp_region_type ort) 7186 bool openacc = (ort & C_ORT_ACC) != 0; 7210 /* If ort == C_ORT_OMP_DECLARE_SIMD used as uniform_head instead. * [all...] |
| pt.cc | 17688 tsubst_omp_clauses (tree clauses, enum c_omp_region_type ort, 17856 if ((ort & C_ORT_OMP_DECLARE_SIMD) == C_ORT_OMP) 17924 if (ort != C_ORT_OMP_DECLARE_SIMD) 17926 new_clauses = finish_omp_clauses (new_clauses, ort); 19123 enum c_omp_region_type ort = C_ORT_OMP; 19128 ort = C_ORT_ACC; 19131 clauses = tsubst_omp_clauses (OMP_FOR_CLAUSES (t), ort, args, complain, 19122 enum c_omp_region_type ort = C_ORT_OMP; local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-omp.cc | 3521 unsigned *idx, c_omp_region_type ort) 3529 if ((ort & C_ORT_EXIT_DATA) != 0 3580 return omp_expand_access_chain (c, expr, addr_tokens, idx, ort); 3591 c_omp_region_type ort) 3607 bool target_p = (ort & C_ORT_TARGET) != 0; 3608 bool openmp_p = (ort & C_ORT_OMP) != 0; 3921 return omp_expand_access_chain (c, expr, addr_tokens, idx, ort); 3933 c_omp_region_type ort) 4063 return omp_expand_access_chain (c, expr, addr_tokens, idx, ort); 4074 c_omp_region_type ort) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 15096 enum omp_region_type ort = ORT_WORKSHARE; 15295 ort = ORT_ACC; 15312 ort = ORT_UNTIED_TASKLOOP; 15314 ort = ORT_TASKLOOP; 15317 ort = ORT_SIMD; 15325 if (ort == ORT_SIMD && TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1) 15340 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, 15349 if ((ort == ORT_SIMD 15443 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, 15547 else if (ort == ORT_SIMD 15093 enum omp_region_type ort = ORT_WORKSHARE; local 15337 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, local 15440 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, local 16875 enum omp_region_type ort; local 16920 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ort, local 17050 enum omp_region_type ort = ORT_WORKSHARE; local 17079 ort, TREE_CODE (expr)); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 12341 enum omp_region_type ort = ORT_WORKSHARE; 12540 ort = ORT_ACC; 12544 ort = ORT_UNTIED_TASKLOOP; 12546 ort = ORT_TASKLOOP; 12549 ort = ORT_SIMD; 12557 if (ort == ORT_SIMD && TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1) 12572 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, 12581 if ((ort == ORT_SIMD 12676 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, 12768 else if (ort == ORT_SIMD 12338 enum omp_region_type ort = ORT_WORKSHARE; local 12569 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, local 12673 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, local 14095 enum omp_region_type ort; local 14140 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ort, local 14270 enum omp_region_type ort = ORT_WORKSHARE; local 14299 ort, TREE_CODE (expr)); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-typeck.cc | 13255 enum c_omp_region_type ort) 13313 if (ort == C_ORT_ACC && TREE_CODE (t) == MEM_REF) 13373 maybe_zero_len, first_non_one, ort); 13418 user_omp_clause_code_name (c, ort == C_ORT_ACC)); 13643 handle_omp_array_sections (tree c, enum c_omp_region_type ort) 13657 ort); 14153 c_finish_omp_clauses (tree clauses, enum c_omp_region_type ort) 14186 /* If ort == C_ORT_OMP_DECLARE_SIMD used as uniform_head instead. */ 14190 /* If ort == C_ORT_OMP used as nontemporal_head or use_device_xxx_head 14191 instead and for ort == C_ORT_OMP_TARGET used as in_reduction_head. * [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-typeck.cc | 14145 enum c_omp_region_type ort) 14148 bool openacc = (ort & C_ORT_ACC) != 0; 14175 && (ort == C_ORT_ACC || !EXPR_P (t)) 14225 maybe_zero_len, first_non_one, ort); 14496 handle_omp_array_sections (tree &c, enum c_omp_region_type ort) 14510 ort); 14726 tree nc = ai.expand_map_clause (c, first, addr_tokens, ort); 14995 c_finish_omp_clauses (tree clauses, enum c_omp_region_type ort) 15021 bool openacc = (ort & C_ORT_ACC) != 0; 15028 /* If ort == C_ORT_OMP_DECLARE_SIMD used as uniform_head instead. * [all...] |
| /src/usr.bin/xlint/lint1/ |
| tree.c | 2751 tspec_t ort = before_conversion(rn)->tn_type->t_tspec; local 2771 if (allow_trad && allow_c90 && hflag && is_uinteger(ort) 2780 if (allow_trad && allow_c90 && hflag && !is_uinteger(ort)
|