Lines Matching refs:counter
1193 int counter[65537];
1197 memset (counter, 0, sizeof (counter));
1200 counter[(cur->char_code & 0xffff) + 1]++;
1202 counter[i+1] += counter[i];
1206 tmp[counter[(cur->char_code & 0xffff)]++] = *cur;
1208 memset (counter, 0, sizeof (counter));
1211 counter[((cur->char_code & 0xffff0000) >> 16) + 1]++;
1213 counter[i+1] += counter[i];
1217 font_info.glyphs_sorted[counter[(cur->char_code & 0xffff0000) >> 16]++]