Searched refs:vec_for_int (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/cris/
H A Ddv-cris.c234 const struct hw_property *vec_for_int; local
242 vec_for_int = hw_find_property (me, "vec-for-int");
243 if (vec_for_int != NULL)
248 if (hw_property_type (vec_for_int) != array_property)
251 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/cris/
H A Ddv-cris.c234 const struct hw_property *vec_for_int; local
242 vec_for_int = hw_find_property (me, "vec-for-int");
243 if (vec_for_int != NULL)
248 if (hw_property_type (vec_for_int) != array_property)
251 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/cris/
H A Ddv-cris.c234 const struct hw_property *vec_for_int; local
242 vec_for_int = hw_find_property (me, "vec-for-int");
243 if (vec_for_int != NULL)
248 if (hw_property_type (vec_for_int) != array_property)
251 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);

Completed in 107 milliseconds