OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_alloc
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/wrs_omxil_core/utils/src/
list.c
42
struct list *
list_alloc
(void *data)
function
175
new =
list_alloc
(data);
186
new =
list_alloc
(data);
queue.c
65
struct list *entry =
list_alloc
(data);
95
struct list *entry =
list_alloc
(data);
/hardware/intel/common/wrs_omxil_core/utils/inc/
list.h
36
struct list *
list_alloc
(void *);
/hardware/intel/common/wrs_omxil_core/core/src/
wrs_omxcore.cpp
88
entry =
list_alloc
(cmodule);
/hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp
354
entry =
list_alloc
(buffer_hdr);
442
entry =
list_alloc
(buffer_hdr);
[
all
...]
Completed in 81 milliseconds