OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sizeof_input
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
dv-glue.c
175
unsigned
sizeof_input
;
member in struct:hw_glue
272
glue->
sizeof_input
= glue->nr_inputs * sizeof (unsigned);
273
glue->input = hw_zalloc (me, glue->
sizeof_input
);
/src/external/gpl3/gdb.old/dist/sim/common/
dv-glue.c
175
unsigned
sizeof_input
;
member in struct:hw_glue
272
glue->
sizeof_input
= glue->nr_inputs * sizeof (unsigned);
273
glue->input = hw_zalloc (me, glue->
sizeof_input
);
/src/external/gpl3/gdb/dist/sim/ppc/
hw_glue.c
161
unsigned
sizeof_input
;
member in struct:_hw_glue_device
210
memset(glue->input, 0, glue->
sizeof_input
);
226
glue->
sizeof_input
= glue->nr_inputs * sizeof(unsigned);
227
glue->input = zalloc(glue->
sizeof_input
);
/src/external/gpl3/gdb.old/dist/sim/ppc/
hw_glue.c
161
unsigned
sizeof_input
;
member in struct:_hw_glue_device
210
memset(glue->input, 0, glue->
sizeof_input
);
226
glue->
sizeof_input
= glue->nr_inputs * sizeof(unsigned);
227
glue->input = zalloc(glue->
sizeof_input
);
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026