Lines Matching refs:cnt
37 u32 cnt = 0;
39 cnt++;
40 return cnt;
156 int cnt = 1;
161 cnt++;
162 cnt += 2 + strlen(s);
163 res = xmalloc(cnt);
164 snprintf(res, cnt, "%s~%i", s, i);
375 int cnt;
399 cnt = 1;
402 cnt++;
405 cnt += strlen(e->symbol_name) + 2 + 1;
406 name = xmalloc(cnt);
407 snprintf(name, cnt, "%s%%%llu", e->symbol_name,
501 int cnt = 0;
506 if (cnt == 0) {
510 cnt++;
512 if (cnt > 0 && rc != OP_JIT_CONV_FAIL)
525 int cnt, rep_cnt;
532 cnt = 1;
539 replacement_name(a->symbol_name, cnt);
542 cnt++;