OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tuple_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/
isl_space_private.h
19
isl_id *
tuple_id
[2];
member in struct:isl_space
isl_space.c
44
space->
tuple_id
[0] = NULL;
45
space->
tuple_id
[1] = NULL;
76
if (space->
tuple_id
[0] != &isl_id_none)
104
r = space->
tuple_id
[0] != &isl_id_none &&
105
space->
tuple_id
[1] != &isl_id_none;
201
if (space->
tuple_id
[0] != &isl_id_none)
203
if (space->
tuple_id
[1] != &isl_id_none)
418
if (space->
tuple_id
[0] &&
419
!(dup->
tuple_id
[0] = isl_id_copy(space->
tuple_id
[0]))
986
static __isl_keep isl_id *
tuple_id
(__isl_keep isl_space *space,
function
[
all
...]
Completed in 83 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026