Lines Matching refs:s_length
426 int32_t s_length;
432 s_length = s->count(ec);
433 for (i = 0; i < s_length;++i) {
444 if(s2 == NULL || s_length != s2->count(ec)) {
460 int32_t middle = s_length/2;
461 for (i=0; i<s_length; ++i) {
463 if (i==0 || i==middle || i==(s_length-1)) {
484 s_length = s->count(ec);
485 for (i = 0; i < s_length;++i) {
498 s_length = s->count(ec);
499 for (i = 0; i < s_length;++i) {
2114 int32_t s_length, i, j, k;
2121 s_length = s->count(ec);
2122 for (i = 0; i < s_length;++i) {