OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:res_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/unbound/dist/util/
tube.h
86
* the
res_list
first entry. */
89
struct tube_res_list*
res_list
;
member in struct:tube
106
struct tube_res_list*
res_list
;
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.h
63
* @
res_list
: List head for a resource's list of bindings.
73
struct list_head
res_list
;
member in struct:vmw_ctx_bindinfo
/src/external/mit/isl/dist/
isl_ast_build_expr.c
2164
isl_ast_expr_list *
res_list
;
local
2165
isl_ast_expr_list **next = &
res_list
;
2186
res_list
= isl_ast_expr_list_alloc(ctx, 1);
2187
if (!
res_list
)
2198
res = isl_ast_expr_list_get_at(
res_list
, 0);
2199
isl_ast_expr_list_free(
res_list
);
2202
isl_ast_expr_list_free(
res_list
);
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026