Searched refs:sizeof_output (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dhw_glue.c166 unsigned sizeof_output; member in struct:_hw_glue_device
182 memset(glue->output, 0, glue->sizeof_output);
191 &glue->sizeof_output, me))
194 if (glue->sizeof_output == 0)
196 if (glue->sizeof_output % sizeof(unsigned_word) != 0)
205 glue->nr_outputs = glue->sizeof_output / sizeof(unsigned_word);
206 glue->output = zalloc(glue->sizeof_output);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dhw_glue.c166 unsigned sizeof_output; member in struct:_hw_glue_device
182 memset(glue->output, 0, glue->sizeof_output);
191 &glue->sizeof_output, me))
194 if (glue->sizeof_output == 0)
196 if (glue->sizeof_output % sizeof(unsigned_word) != 0)
205 glue->nr_outputs = glue->sizeof_output / sizeof(unsigned_word);
206 glue->output = zalloc(glue->sizeof_output);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dhw_glue.c166 unsigned sizeof_output; member in struct:_hw_glue_device
182 memset(glue->output, 0, glue->sizeof_output);
191 &glue->sizeof_output, me))
194 if (glue->sizeof_output == 0)
196 if (glue->sizeof_output % sizeof(unsigned_word) != 0)
205 glue->nr_outputs = glue->sizeof_output / sizeof(unsigned_word);
206 glue->output = zalloc(glue->sizeof_output);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Ddv-glue.c180 unsigned sizeof_output; member in struct:hw_glue
215 &glue->sizeof_output,
219 if (glue->sizeof_output == 0)
221 if (glue->sizeof_output % sizeof (unsigned_word) != 0)
233 glue->nr_outputs = glue->sizeof_output / sizeof (unsigned_word);
234 glue->output = hw_zalloc (me, glue->sizeof_output);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Ddv-glue.c180 unsigned sizeof_output; member in struct:hw_glue
215 &glue->sizeof_output,
219 if (glue->sizeof_output == 0)
221 if (glue->sizeof_output % sizeof (unsigned_word) != 0)
233 glue->nr_outputs = glue->sizeof_output / sizeof (unsigned_word);
234 glue->output = hw_zalloc (me, glue->sizeof_output);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Ddv-glue.c180 unsigned sizeof_output; member in struct:hw_glue
215 &glue->sizeof_output,
219 if (glue->sizeof_output == 0)
221 if (glue->sizeof_output % sizeof (unsigned_word) != 0)
233 glue->nr_outputs = glue->sizeof_output / sizeof (unsigned_word);
234 glue->output = hw_zalloc (me, glue->sizeof_output);

Completed in 82 milliseconds