• Home
  • Raw
  • Download

Lines Matching refs:total

19 -  path = g_strdup_printf ("/regex/match-%s/%d", _name, ++total);        \
20 + total++; \
22 + path = g_strdup_printf ("/regex/match-%s-optimized/%d", _name, total); \
24 + path = g_strdup_printf ("/regex/match-%s/%d", _name, total); \
31 + path = g_strdup_printf ("/regex/match-%s/%d", _name, total); \
36 + path = g_strdup_printf ("/regex/match-%s-optimized/%d", _name, total); \
45 - path = g_strdup_printf ("/regex/match/%d", ++total); \
46 + total++; \
48 + path = g_strdup_printf ("/regex/match-optimized/%d", total); \
50 + path = g_strdup_printf ("/regex/match/%d", total); \
57 + path = g_strdup_printf ("/regex/match/%d", total); \
62 + path = g_strdup_printf ("/regex/match-optimized/%d", total); \
89 - path = g_strdup_printf ("/regex/match/count/%d", ++total); \
91 + total++; \
92 + path = g_strdup_printf ("/regex/match/count/%d", total); \
97 + path = g_strdup_printf ("/regex/match/count-optimized/%d", total); \
105 - path = g_strdup_printf ("/regex/match/partial/%d", ++total); \
106 + total++; \
108 + path = g_strdup_printf ("/regex/match/partial-optimized/%d", total); \
110 + path = g_strdup_printf ("/regex/match/partial%d", total); \
117 + path = g_strdup_printf ("/regex/match/partial%d", total); \
122 + path = g_strdup_printf ("/regex/match/partial-optimized/%d", total); \
148 - path = g_strdup_printf ("/regex/match/subpattern/%d", ++total); \
150 + total++; \
151 + path = g_strdup_printf ("/regex/match/subpattern/%d", total); \
156 + path = g_strdup_printf ("/regex/match/subpattern-optimized/%d", total); \
164 - path = g_strdup_printf ("/regex/replace/%d", ++total); \
165 + total++; \
167 + path = g_strdup_printf ("/regex/replace-optimized/%d", total); \
169 + path = g_strdup_printf ("/regex/replace/%d", total); \
176 + path = g_strdup_printf ("/regex/replace/%d", total); \
181 + path = g_strdup_printf ("/regex/replace-optimized/%d", total); \