OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_source
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/isl/dist/
isl_flow.c
169
* - n_must + n_may (<=
max_source
) sources
193
int
max_source
;
member in struct:isl_access_info
215
void *sink_user, isl_access_level_before fn, int
max_source
)
224
isl_assert(ctx,
max_source
>= 0, goto error);
228
(
max_source
- 1) * sizeof(struct isl_labeled_map));
235
acc->
max_source
=
max_source
;
279
* This function may be called at most
max_source
times on a
280
* given isl_access_info structure, with
max_source
as specified
292
isl_assert(ctx, acc->n_must + acc->n_may < acc->
max_source
, goto error)
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026