Searched refs:vecsize (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/cris/
H A Ddv-cris.c245 unsigned32 vecsize; local
251 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);
253 if ((vecsize % 2) != 0)
257 = hw_malloc (me, (vecsize/2 + 1) * sizeof (crishw->int_to_vec[0]));
259 for (i = 0; i < vecsize/2; i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/cris/
H A Ddv-cris.c245 unsigned32 vecsize; local
251 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);
253 if ((vecsize % 2) != 0)
257 = hw_malloc (me, (vecsize/2 + 1) * sizeof (crishw->int_to_vec[0]));
259 for (i = 0; i < vecsize/2; i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/cris/
H A Ddv-cris.c245 unsigned32 vecsize; local
251 vecsize = hw_property_sizeof_array (vec_for_int) / sizeof (signed_cell);
253 if ((vecsize % 2) != 0)
257 = hw_malloc (me, (vecsize/2 + 1) * sizeof (crishw->int_to_vec[0]));
259 for (i = 0; i < vecsize/2; i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcrecpp.cc507 int vecsize) const {
537 vecsize);
551 rc = vecsize / 2;
563 int vecsize) const {
564 assert((1 + n) * 3 <= vecsize); // results + PCRE workspace
565 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
603 size_t const vecsize = (1 + n) * 3; // results + PCRE workspace local
605 int space[21]; // use stack allocation for small vecsize (common case)
606 int* vec = vecsize <= 21 ? space : new int[vecsize];
[all...]
H A Dpcrecpp.h663 // Match against "text", filling in "vec" (up to "vecsize" * 2/3) with
679 int vecsize) const;
696 int vecsize) const;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcrecpp.cc507 int vecsize) const {
537 vecsize);
551 rc = vecsize / 2;
563 int vecsize) const {
564 assert((1 + n) * 3 <= vecsize); // results + PCRE workspace
565 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
603 size_t const vecsize = (1 + n) * 3; // results + PCRE workspace local
605 int space[21]; // use stack allocation for small vecsize (common case)
606 int* vec = vecsize <= 21 ? space : new int[vecsize];
[all...]
H A Dpcrecpp.h663 // Match against "text", filling in "vec" (up to "vecsize" * 2/3) with
679 int vecsize) const;
696 int vecsize) const;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcrecpp.cc507 int vecsize) const {
537 vecsize);
551 rc = vecsize / 2;
563 int vecsize) const {
564 assert((1 + n) * 3 <= vecsize); // results + PCRE workspace
565 int matches = TryMatch(text, 0, anchor, true, vec, vecsize);
603 size_t const vecsize = (1 + n) * 3; // results + PCRE workspace local
605 int space[21]; // use stack allocation for small vecsize (common case)
606 int* vec = vecsize <= 21 ? space : new int[vecsize];
[all...]
H A Dpcrecpp.h663 // Match against "text", filling in "vec" (up to "vecsize" * 2/3) with
679 int vecsize) const;
696 int vecsize) const;

Completed in 145 milliseconds