HomeSort by: relevance | last modified time | path
    Searched refs:ort (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
route.c 516 rt_cmp_mtu(struct rt *nrt, struct rt *ort)
524 omtu = ort->rt_mtu ? ort->rt_mtu : (unsigned int)ort->rt_ifp->mtu;
528 if (ort->rt_mtu != nrt->rt_mtu)
537 rt_cmp_lifetime(struct rt *nrt, struct rt *ort)
547 timespecsub(&nrt->rt_aquired, &ort->rt_aquired, &ts);
552 if (nrt->rt_lifetime > ort->rt_lifetime)
553 deviation = nrt->rt_lifetime - ort->rt_lifetime;
555 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.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/usr.bin/xlint/lint1/
tree.c 2652 tspec_t ort = before_conversion(rn)->tn_type->t_tspec; local
2672 if (allow_trad && allow_c90 && hflag && is_uinteger(ort)
2681 if (allow_trad && allow_c90 && hflag && !is_uinteger(ort)

Completed in 87 milliseconds