OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isl_fixed_box
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
fixed_box.h
17
struct __isl_export
isl_fixed_box
;
variable in typeref:struct:__isl_export
18
typedef struct
isl_fixed_box
isl_fixed_box
;
typedef in typeref:struct:isl_fixed_box
20
isl_ctx *isl_fixed_box_get_ctx(__isl_keep
isl_fixed_box
*box);
22
__isl_give isl_space *isl_fixed_box_get_space(__isl_keep
isl_fixed_box
*box);
24
isl_bool isl_fixed_box_is_valid(__isl_keep
isl_fixed_box
*box);
27
__isl_keep
isl_fixed_box
*box);
29
__isl_give isl_multi_val *isl_fixed_box_get_size(__isl_keep
isl_fixed_box
*box);
31
__isl_give
isl_fixed_box
*isl_fixed_box_copy(__isl_keep
isl_fixed_box
*box)
[
all
...]
fixed_box.h
17
struct __isl_export
isl_fixed_box
;
variable in typeref:struct:__isl_export
18
typedef struct
isl_fixed_box
isl_fixed_box
;
typedef in typeref:struct:isl_fixed_box
20
isl_ctx *isl_fixed_box_get_ctx(__isl_keep
isl_fixed_box
*box);
22
__isl_give isl_space *isl_fixed_box_get_space(__isl_keep
isl_fixed_box
*box);
24
isl_bool isl_fixed_box_is_valid(__isl_keep
isl_fixed_box
*box);
27
__isl_keep
isl_fixed_box
*box);
29
__isl_give isl_multi_val *isl_fixed_box_get_size(__isl_keep
isl_fixed_box
*box);
31
__isl_give
isl_fixed_box
*isl_fixed_box_copy(__isl_keep
isl_fixed_box
*box)
[
all
...]
/src/external/mit/isl/dist/
isl_box.c
29
struct
isl_fixed_box
{
struct
36
__isl_null
isl_fixed_box
*isl_fixed_box_free(__isl_take
isl_fixed_box
*box)
46
/* Construct an
isl_fixed_box
with the given offset and size.
48
static __isl_give
isl_fixed_box
*isl_fixed_box_alloc(
52
isl_fixed_box
*box;
57
box = isl_alloc_type(ctx, struct
isl_fixed_box
);
70
/* Construct an initial
isl_fixed_box
with zero offsets
73
static __isl_give
isl_fixed_box
*isl_fixed_box_init(
87
__isl_give
isl_fixed_box
*isl_fixed_box_copy(__isl_keep isl_fixed_box *box
[
all
...]
isl_box.c
29
struct
isl_fixed_box
{
struct
36
__isl_null
isl_fixed_box
*isl_fixed_box_free(__isl_take
isl_fixed_box
*box)
46
/* Construct an
isl_fixed_box
with the given offset and size.
48
static __isl_give
isl_fixed_box
*isl_fixed_box_alloc(
52
isl_fixed_box
*box;
57
box = isl_alloc_type(ctx, struct
isl_fixed_box
);
70
/* Construct an initial
isl_fixed_box
with zero offsets
73
static __isl_give
isl_fixed_box
*isl_fixed_box_init(
87
__isl_give
isl_fixed_box
*isl_fixed_box_copy(__isl_keep isl_fixed_box *box
[
all
...]
Completed in 43 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026