Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 3412) sorted by relevance

12345678910>>...137

/external/llvm-project/polly/lib/External/isl/
Disl_space.c23 isl_ctx *isl_space_get_ctx(__isl_keep isl_space *space) in isl_space_get_ctx() argument
25 return space ? space->ctx : NULL; in isl_space_get_ctx()
31 isl_space *space; in isl_space_alloc() local
33 space = isl_alloc_type(ctx, struct isl_space); in isl_space_alloc()
34 if (!space) in isl_space_alloc()
37 space->ctx = ctx; in isl_space_alloc()
39 space->ref = 1; in isl_space_alloc()
40 space->nparam = nparam; in isl_space_alloc()
41 space->n_in = n_in; in isl_space_alloc()
42 space->n_out = n_out; in isl_space_alloc()
[all …]
Disl_reordering.c27 exp->space = NULL; in isl_reordering_alloc()
53 dup->space = isl_reordering_get_space(r); in isl_reordering_dup()
54 if (!dup->space) in isl_reordering_dup()
81 isl_space_free(exp->space); in isl_reordering_free()
99 return r->space; in isl_reordering_peek_space()
127 exp->space = isl_space_params(isl_space_copy(aligner)); in isl_parameter_alignment_reordering()
147 pos = isl_space_dim(exp->space, isl_dim_param); in isl_parameter_alignment_reordering()
149 exp->space = isl_space_free(exp->space); in isl_parameter_alignment_reordering()
150 exp->space = isl_space_add_dims(exp->space, in isl_parameter_alignment_reordering()
152 exp->space = isl_space_set_dim_id(exp->space, in isl_parameter_alignment_reordering()
[all …]
Disl_farkas.c69 static __isl_give isl_space *isl_space_prefix(__isl_take isl_space *space, in isl_space_prefix() argument
77 if (!space) in isl_space_prefix()
80 ctx = isl_space_get_ctx(space); in isl_space_prefix()
81 nvar = isl_space_dim(space, isl_dim_set); in isl_space_prefix()
83 return isl_space_free(space); in isl_space_prefix()
89 name = isl_space_get_dim_name(space, isl_dim_set, i); in isl_space_prefix()
100 space = isl_space_set_dim_name(space, in isl_space_prefix()
105 return space; in isl_space_prefix()
107 isl_space_free(space); in isl_space_prefix()
124 static __isl_give isl_space *isl_space_coefficients(__isl_take isl_space *space) in isl_space_coefficients() argument
[all …]
Disl_multi_identity_templ.c18 __isl_give MULTI(BASE) *FN(MULTI(BASE),identity)(__isl_take isl_space *space) in MULTI()
25 if (!space) in MULTI()
28 if (isl_space_is_set(space)) in MULTI()
29 isl_die(isl_space_get_ctx(space), isl_error_invalid, in MULTI()
32 n_in = isl_space_dim(space, isl_dim_in); in MULTI()
33 n_out = isl_space_dim(space, isl_dim_out); in MULTI()
37 isl_die(isl_space_get_ctx(space), isl_error_invalid, in MULTI()
41 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space)); in MULTI()
44 isl_space_free(space); in MULTI()
48 space = isl_space_domain(space); in MULTI()
[all …]
Disl_multi_tuple_id_templ.c18 return multi ? isl_space_get_tuple_name(multi->space, type) : NULL; in FN()
28 return isl_space_has_tuple_id(multi->space, type); in FN()
36 return multi ? isl_space_get_tuple_id(multi->space, type) : NULL; in FN()
43 isl_space *space; in MULTI() local
49 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
50 space = isl_space_set_tuple_name(space, type, s); in MULTI()
52 return FN(MULTI(BASE),reset_space)(multi, space); in MULTI()
59 isl_space *space; in MULTI() local
65 space = FN(MULTI(BASE),get_space)(multi); in MULTI()
66 space = isl_space_set_tuple_id(space, type, id); in MULTI()
[all …]
Disl_space_private.h25 __isl_give isl_space *isl_space_cow(__isl_take isl_space *space);
27 __isl_give isl_space *isl_space_underlying(__isl_take isl_space *space,
30 uint32_t isl_space_get_tuple_hash(__isl_keep isl_space *space);
31 uint32_t isl_space_get_hash(__isl_keep isl_space *space);
32 uint32_t isl_space_get_domain_hash(__isl_keep isl_space *space);
47 isl_size isl_space_wrapped_dim(__isl_keep isl_space *space,
49 unsigned isl_space_offset(__isl_keep isl_space *space, enum isl_dim_type type);
51 isl_stat isl_space_check_range(__isl_keep isl_space *space,
53 isl_stat isl_space_check_is_set(__isl_keep isl_space *space);
54 isl_bool isl_space_may_be_set(__isl_keep isl_space *space);
[all …]
Disl_bind_domain_templ.c25 isl_space *space; in FN() local
28 space = FN(TYPE,get_domain_space)(obj); in FN()
29 id = isl_space_get_dim_id(space, isl_dim_param, param); in FN()
30 aff = isl_aff_param_on_domain_space_id(isl_space_copy(space), id); in FN()
31 space = isl_space_map_from_set(space); in FN()
32 ma = isl_multi_aff_identity(space); in FN()
35 space = FN(TYPE,get_domain_space)(obj); in FN()
38 space = isl_space_drop_dims(space, isl_dim_param, param, 1); in FN()
39 obj = FN(TYPE,reset_domain_space)(obj, space); in FN()
111 isl_space *space; in FN() local
[all …]
Disl_multi_templ.c22 return multi ? isl_space_get_ctx(multi->space) : NULL; in FN()
29 return multi ? multi->space : NULL; in FN()
40 return multi ? isl_space_domain(isl_space_copy(multi->space)) : NULL; in FN()
49 __isl_give MULTI(BASE) *FN(MULTI(BASE),alloc)(__isl_take isl_space *space) in MULTI()
55 n = isl_space_dim(space, isl_dim_out); in MULTI()
59 ctx = isl_space_get_ctx(space); in MULTI()
68 multi->space = space; in MULTI()
75 isl_space_free(space); in MULTI()
87 dup = FN(MULTI(BASE),alloc)(isl_space_copy(multi->space)); in MULTI()
131 isl_space_free(multi->space); in MULTI()
[all …]
Disl_union_templ.c22 return u ? u->space->ctx : NULL; in FN()
31 return u->space; in FN()
53 return isl_space_dim(u->space, type); in FN()
65 return isl_space_find_dim_by_name(u->space, type, name); in FN()
70 static __isl_give UNION *FN(UNION,alloc)(__isl_take isl_space *space in FN()
75 space = isl_space_params(space); in FN()
76 if (!space) in FN()
79 u = isl_calloc_type(space->ctx, UNION); in FN()
85 u->space = space; in FN()
86 if (isl_hash_table_init(space->ctx, &u->table, size) < 0) in FN()
[all …]
Disl_output.c182 static isl_size count_same_name(__isl_keep isl_space *space, in count_same_name() argument
191 s = t == type ? pos : isl_space_dim(space, t); in count_same_name()
195 const char *n = isl_space_get_dim_name(space, t, p); in count_same_name()
206 static __isl_give isl_printer *print_name(__isl_keep isl_space *space, in print_name() argument
215 : isl_space_get_dim_name(space, type, pos); in print_name()
223 else if (isl_space_is_set(space) || type == isl_dim_in) in print_name()
230 primes = count_same_name(space, name == buffer ? isl_dim_div : type, in print_name()
240 static isl_stat pos2type(__isl_keep isl_space *space, in pos2type() argument
243 isl_size n_in = isl_space_dim(space, isl_dim_in); in pos2type()
244 isl_size n_out = isl_space_dim(space, isl_dim_out); in pos2type()
[all …]
/external/llvm-project/polly/lib/External/isl/include/isl/
Dspace.h22 isl_ctx *isl_space_get_ctx(__isl_keep isl_space *space);
30 __isl_give isl_space *isl_space_copy(__isl_keep isl_space *space);
31 __isl_null isl_space *isl_space_free(__isl_take isl_space *space);
33 isl_bool isl_space_is_params(__isl_keep isl_space *space);
34 isl_bool isl_space_is_set(__isl_keep isl_space *space);
35 isl_bool isl_space_is_map(__isl_keep isl_space *space);
37 __isl_give isl_space *isl_space_add_param_id(__isl_take isl_space *space,
40 __isl_give isl_space *isl_space_set_tuple_name(__isl_take isl_space *space,
42 isl_bool isl_space_has_tuple_name(__isl_keep isl_space *space,
44 __isl_keep const char *isl_space_get_tuple_name(__isl_keep isl_space *space,
[all …]
/external/curl/tests/data/
Dtest50691 lock: share [Pigs in space]: 0
92 unlock: share [Pigs in space]: 1
94 lock: cookie [Pigs in space]: 2
95 unlock: cookie [Pigs in space]: 3
97 lock: cookie [Pigs in space]: 4
98 unlock: cookie [Pigs in space]: 5
100 lock: cookie [Pigs in space]: 6
101 unlock: cookie [Pigs in space]: 7
103 lock: cookie [Pigs in space]: 8
104 unlock: cookie [Pigs in space]: 9
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_allocator_test.cc27 uint64_t space = orig_space; in RunTest() local
28 void* result = Align(alignment, size, ptr, space); in RunTest()
31 EXPECT_EQ(orig_space, space); in RunTest()
38 EXPECT_GE(space, size); in RunTest()
39 EXPECT_LE(space, orig_space); in RunTest()
40 EXPECT_EQ(ptr_val + space, orig_ptr_val + orig_space); in RunTest()
46 for (const uint64_t space : in TEST()
49 for (uint64_t alignment = 1; alignment <= space * 4; alignment *= 2) { in TEST()
57 space == 1 ? static_cast<uint64_t>(1) : space - 1, space, in TEST()
58 space + 1}) { in TEST()
[all …]
/external/e2fsprogs/tests/m_minrootdir/
Doutput.sed1space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
2space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
/external/e2fsprogs/tests/m_rootdir/
Doutput.sed1space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
2space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DConcreteSyntaxModel.java56 return list(ObservableProperty.MODIFIERS, space(), none(), space()); in modifiers()
71 return list(ObservableProperty.ANNOTATIONS, space(), none(), newline()); in annotations()
75 …return list(ObservableProperty.TYPE_PARAMETERS, sequence(comma(), space()), token(GeneratedJavaPar… in typeParameters()
76 sequence(token(GeneratedJavaParserConstants.GT), space())); in typeParameters()
80 …return list(ObservableProperty.TYPE_ARGUMENTS, sequence(comma(), space()), token(GeneratedJavaPars… in typeArguments()
96 space(), in concreteSyntaxModelByClass.put() argument
98 space(), in concreteSyntaxModelByClass.put()
112 space(), in concreteSyntaxModelByClass.put() argument
116 …eProperty.DEFAULT_VALUE, IS_PRESENT, sequence(space(), token(GeneratedJavaParserConstants._DEFAULT… in concreteSyntaxModelByClass.put() argument
125 space(), in concreteSyntaxModelByClass.put() argument
[all …]
/external/mesa3d/src/gallium/drivers/swr/
Dswr_scratch.cpp34 struct swr_scratch_space *space, in swr_copy_to_scratch_space() argument
39 assert(space); in swr_copy_to_scratch_space()
46 if (max_size_in_flight > space->current_size) { in swr_copy_to_scratch_space()
47 space->current_size = max_size_in_flight; in swr_copy_to_scratch_space()
49 if (space->base) { in swr_copy_to_scratch_space()
54 swr_fence_work_free(screen->flush_fence, space->base, true); in swr_copy_to_scratch_space()
55 space->base = NULL; in swr_copy_to_scratch_space()
58 if (!space->base) { in swr_copy_to_scratch_space()
59 space->base = (uint8_t *)AlignedMalloc(space->current_size, in swr_copy_to_scratch_space()
61 space->head = (void *)space->base; in swr_copy_to_scratch_space()
[all …]
/external/libxkbcommon/test/data/symbols/
Dnbsp13 symbols[Group1]= [ space ]
25 symbols[Group1]= [ space, nobreakspace ]
38 symbols[Group1]= [ space, space, nobreakspace ]
48 symbols[Group1]= [ space, space, nobreakspace, NoSymbol ]
57 symbols[Group1]= [ space, space, space, nobreakspace ]
65 // level3n provides narrow no-breaking space in addition to the normal one
70 symbols[Group1]= [ space, space, nobreakspace, 0x100202F ]
74 // level4n provides narrow no-breaking space in addition to the normal one
79 symbols[Group1]= [ space, space, space, nobreakspace, space, 0x100202F, NoSymbol, NoSymbol ]
83 // level4nl provides narrow no-breaking space in addition to the normal one
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dvec-perm-14.ll37 ; CHECK-NEXT: .space 1
38 ; CHECK-NEXT: .space 1
39 ; CHECK-NEXT: .space 1
40 ; CHECK-NEXT: .space 1
41 ; CHECK-NEXT: .space 1
42 ; CHECK-NEXT: .space 1
43 ; CHECK-NEXT: .space 1
44 ; CHECK-NEXT: .space 1
45 ; CHECK-NEXT: .space 1
46 ; CHECK-NEXT: .space 1
[all …]
/external/llvm-project/llvm/test/MC/ARM/
Dthumb2-branch-ranges.s11 .space 0xfffffe
14 .space 0xfffffe
20 .space 0x1000000
32 .space 0x1000000
37 .space 0xffffc
44 .space 0x100000
53 .space 0x100000
57 .space 0xfffffc
64 .space 0x1000000
70 .space 0x1000000
[all …]
/external/harfbuzz_ng/test/shaping/data/in-house/tests/
Dmongolian-variation-selector.tests7 …e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180D,U+200D:[uni182D.EA1E_g.init3=0+650|space=0+0]
8 …+200D,U+182D,U+180B,U+200D:[uni182D.E8E2_g.init=0+1000|space=0+0|uni182D.E8E5_g.medi1=2+800|space=…
9 …e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180C,U+200D:[uni182D.EA1D_g.init2=0+950|space=0+0]
10 …e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+182D,U+180D,U+200D:[uni182D.EA1E_g.init3=0+650|space=0+0]
11 …0D,U+200D,U+182D,U+180B,U+200D:[space=0+0|uni182D.E8E4_g.medi=1+800|space=1+0|space=1+0|uni182D.E8…
12 …92a8eae1c9e7829ebad8.ttf::U+200D,U+182D,U+180C,U+200D:[space=0+0|uni182D.E8E6_g.medi2=1+650|space=…
13 …92a8eae1c9e7829ebad8.ttf::U+200D,U+182D,U+180D,U+200D:[space=0+0|uni182D.E8E6_g.medi2=1+650|space=…
14 …e1c9e7829ebad8.ttf::U+200D,U+182D,U+200D,U+182D,U+180B:[space=0+0|uni182D.E8E4_g.medi=1+800|space=…
15 ../fonts/4d4206e30b2dbf1c1ef492a8eae1c9e7829ebad8.ttf::U+200D,U+182D,U+180C:[space=0+0|uni182D.E8E9…
16 …ebad8.ttf::U+1820,U+200C,U+182D,U+1820,U+1837:[uni1820.E820_a.isol=0+1550|space=1+0|uni182D.E8E2_g…
[all …]
Dindic-vowel-letter-spoofing.tests1 …8235c2f72bbd6f8eb37424.ttf::U+0904,U+0020,U+0905,U+0946:[ashortdeva=0+764|space=1+260|adeva=2+764|…
2 …d228235c2f72bbd6f8eb37424.ttf::U+0906,U+0020,U+0905,U+093E:[aadeva=0+1023|space=1+260|adeva=2+764|…
3 …5c2f72bbd6f8eb37424.ttf::U+0908,U+0020,U+0930,U+094D,U+0907:[iideva=0+491|space=1+260|uni25CC=2+51…
4 …9d228235c2f72bbd6f8eb37424.ttf::U+090A,U+0020,U+0909,U+0941:[uudeva=0+765|space=1+260|udeva=2+548|…
5 …235c2f72bbd6f8eb37424.ttf::U+090D,U+0020,U+090F,U+0945:[ecandradeva=0+553|space=1+260|edeva=2+553|…
6 …8235c2f72bbd6f8eb37424.ttf::U+090E,U+0020,U+090F,U+0946:[eshortdeva=0+553|space=1+260|edeva=2+553|…
7 …9d228235c2f72bbd6f8eb37424.ttf::U+0910,U+0020,U+090F,U+0947:[aideva=0+553|space=1+260|edeva=2+553|…
8 …U+0020,U+0906,U+0945:[ocandradeva=0+1023|space=1+260|adeva=2+764|uni25CC=2+510|ocandravowelsigndev…
9 …A,U+0020,U+0906,U+0946:[oshortdeva=0+1023|space=1+260|adeva=2+764|uni25CC=2+510|oshortvowelsigndev…
10 …5,U+094B,U+0020,U+0906,U+0947:[odeva=0+1023|space=1+260|adeva=2+764|uni25CC=2+510|ovowelsigndeva=2…
[all …]
Demoji.tests1 …+E0055,U+E0053,U+E0064,U+E0065,U+E007F:[u1F3F4=0+2126|space=0+0|space=0+0|space=0+0|space=0+0|spac…
5 …,U+E0077,U+E006C,U+E0073,U+E007F:[.notdef=0+1229|space=0+0|space=0+0|space=0+0|space=0+0|space=0+0…
/external/tensorflow/tensorflow/core/profiler/convert/
Dpost_process_single_host_xplane.cc27 void MergeHostPlanesAndSortLines(XSpace* space) { in MergeHostPlanesAndSortLines() argument
29 FindOrAddMutablePlaneWithName(space, kHostThreadsPlaneName); in MergeHostPlanesAndSortLines()
31 *space, {kCuptiDriverApiPlaneName, kPythonTracerPlaneName}); in MergeHostPlanesAndSortLines()
34 RemovePlanes(space, additional_host_planes); in MergeHostPlanesAndSortLines()
41 void PostProcessSingleHostXSpace(XSpace* space, uint64 start_time_ns) { in PostProcessSingleHostXSpace() argument
45 MergeHostPlanesAndSortLines(space); in PostProcessSingleHostXSpace()
48 NormalizeTimestamps(space, start_time_ns); in PostProcessSingleHostXSpace()
50 SortXSpace(space); in PostProcessSingleHostXSpace()
53 GroupTfEvents(space, &event_forest); in PostProcessSingleHostXSpace()
55 GenerateDerivedTimeLines(event_forest.GetGroupMetadataMap(), space); in PostProcessSingleHostXSpace()
/external/llvm-project/polly/lib/External/ppcg/
Dutil.c19 __isl_give isl_multi_val *ppcg_multi_val_from_int(__isl_take isl_space *space, in ppcg_multi_val_from_int() argument
27 if (!space) in ppcg_multi_val_from_int()
30 ctx = isl_space_get_ctx(space); in ppcg_multi_val_from_int()
31 n = isl_space_dim(space, isl_dim_set); in ppcg_multi_val_from_int()
32 mv = isl_multi_val_zero(space); in ppcg_multi_val_from_int()
46 __isl_take isl_space *space, int *list) in ppcg_multi_val_from_int_list() argument
52 if (!space) in ppcg_multi_val_from_int_list()
55 ctx = isl_space_get_ctx(space); in ppcg_multi_val_from_int_list()
56 n = isl_space_dim(space, isl_dim_set); in ppcg_multi_val_from_int_list()
57 mv = isl_multi_val_zero(space); in ppcg_multi_val_from_int_list()
[all …]

12345678910>>...137