Home
last modified time | relevance | path

Searched refs:get_space (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/mit/isl/dist/
H A Disl_bind_domain_templ.c89 obj_space = FN(TYPE,get_space)(obj); in FN()
114 space = FN(TYPE,get_space)(obj); in FN()
135 obj_space = FN(TYPE,get_space)(obj); in FN()
162 space = FN(TYPE,get_space)(obj); in FN()
H A Disl_multi_bind_templ.c27 multi_space = isl_space_range(FN(MULTI(BASE),get_space)(multi)); in FN()
53 bnd_i = FN(DOM,align_params)(bnd_i, FN(DOM,get_space)(bnd)); in FN()
54 bnd = FN(DOM,align_params)(bnd, FN(DOM,get_space)(bnd_i)); in FN()
H A Disl_union_templ.c36 __isl_give isl_space *FN(UNION,get_space)(__isl_keep UNION *u) in FN() argument
182 u = FN(UNION,align_params)(u, FN(PART,get_space)(part)); in FN()
183 part = FN(PART,align_params)(part, FN(UNION,get_space)(u)); in FN()
247 return FN(UNION,alloc_same_size_on_space)(u, FN(UNION,get_space)(u)); in FN()
330 space = FN(UNION,get_space)(u); in FN()
504 u1 = FN(UNION,align_params)(u1, FN(UNION,get_space)(u2)); in FN()
505 u2 = FN(UNION,align_params)(u2, FN(UNION,get_space)(u1)); in FN()
546 space = FN(PART,get_space)(part); in FN()
582 space = FN(PART,get_space)(part); in FN()
627 u1 = FN(UNION,align_params)(u1, FN(UNION,get_space)(u2)); in FN()
[all …]
H A Disl_multi_tuple_id_templ.c74 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
90 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
128 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
H A Disl_multi_check_domain_templ.c20 domain_space = FN(DOM,get_space)(domain); in FN()
21 space = FN(MULTI(BASE),get_space)(multi); in FN()
H A Disl_align_params_templ.c31 *obj1 = FN(ARG1,align_params)(*obj1, FN(ARG2,get_space)(*obj2)); in FN()
32 *obj2 = FN(ARG2,align_params)(*obj2, FN(ARG1,get_space)(*obj1)); in FN()
H A Disl_multi_templ.c32 __isl_give isl_space *FN(MULTI(BASE),get_space)(__isl_keep MULTI(BASE) *multi) in FN() argument
156 return FN(MULTI(BASE),get_space)(multi); in FN()
313 multi_space = FN(MULTI(BASE),get_space)(multi); in MULTI()
319 FN(EL,get_space)(el)); in MULTI()
321 multi_space = FN(MULTI(BASE),get_space)(multi); in MULTI()
416 multi_space = FN(MULTI(BASE),get_space)(multi); in MULTI()
439 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
553 space = isl_space_align_params(space, FN(EL,get_space)(el)); in MULTI()
667 space = isl_space_range_product(FN(MULTI(BASE),get_space)(multi1), in MULTI()
668 FN(MULTI(BASE),get_space)(multi2)); in MULTI()
[all …]
H A Disl_multi_dim_id_templ.c52 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
66 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
H A Disl_multi_product_templ.c36 space = isl_space_product(FN(MULTI(BASE),get_space)(multi1), in MULTI()
37 FN(MULTI(BASE),get_space)(multi2)); in MULTI()
H A Disl_pw_pullback_templ.c49 FN(PW,get_space)(pw)); in FN()
89 FN(PW,get_space)(pw)); in FN()
H A Disl_pw_templ.c73 el_dim = FN(EL,get_space(el)); in FN()
125 el_space = FN(EL,get_space)(el); in FN()
157 pw = FN(PW,alloc_size)(FN(EL,get_space)(el) OPT_TYPE_ARG(NO_LOC), 1); in FN()
232 __isl_give isl_space *FN(PW,get_space)(__isl_keep PW *pw) in FN() argument
253 return FN(PW,get_space)(pw); in FN()
506 space = FN(EL,get_space)(el); in FN()
1263 space = FN(PW,get_space)(pw); in FN()
1462 FN(PW,get_space)(pw)); in FN()
1484 space = FN(PW,get_space)(pw); in FN()
1508 space = FN(PW,get_space)(pw); in FN()
[all …]
H A Disl_from_range_templ.c24 space = FN(TYPE,get_space)(obj); in FN()
H A Disl_multi_from_base_templ.c28 space = FN(EL,get_space(el)); in MULTI()
H A Disl_pw_scale_templ.c22 isl_space *space = FN(PW,get_space)(pw); in FN()
H A Disl_ilp_opt_val_templ.c32 ls = isl_local_space_from_space(BFN(BASE,get_space)(set)); in BFN()
H A Disl_opt_mpa_templ.c32 mpa = isl_multi_pw_aff_alloc(FN(TYPE,get_space)(obj)); in FN()
H A Disl_ilp_opt_multi_val_templ.c36 space = isl_space_range(FN(TYPE,get_space)(f)); in FN()
H A Disl_union_print_templ.c62 space = FN(UNION,get_space)(u); in FN()
H A Disl_multi_no_domain_templ.c41 static __isl_give isl_space *FN(EL,get_space)(__isl_keep EL *el) in FN() argument
H A Disl_multi_pw_aff_pullback_templ.c46 space = isl_space_join(FN(TYPE,get_space)(fn), in FN()
H A Disl_test_list_templ.c28 set2 = FN(SET,empty)(FN(SET,get_space)(set)); in FN()
H A Disl_multi_identity_templ.c93 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
H A Disl_multi_explicit_domain.c195 space2 = FN(DOM,get_space)(multi->u.dom); in FN()
/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c1163 local struct space *get_space(struct pool *pool) in get_space() function
1461 temp = get_space(&out_pool); in compress_thread()
1482 job->out = get_space(&out_pool); in compress_thread()
1711 job->lens = get_space(&lens_pool); in append_len()
1759 next = get_space(&in_pool); in parallel_compress()
1780 next = get_space(&in_pool); in parallel_compress()
1849 next = get_space(&in_pool); in parallel_compress()
1876 dict = get_space(&dict_pool); in parallel_compress()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h1746 inline isl::checked::space get_space() const;
2088 inline isl::checked::space get_space() const;
2288 inline isl::checked::space get_space() const;
2349 inline isl::checked::space get_space() const;
2467 inline isl::checked::space get_space() const;
2546 inline isl::checked::space get_space() const;
2610 inline isl::checked::space get_space() const;
2894 inline isl::checked::space get_space() const;
3102 inline isl::checked::space get_space() const;
3703 inline isl::checked::space get_space() const;
[all …]

12