Lines Matching defs:first
104 size_t npoints, int first);
114 int first, bias;
152 first = 1;
168 bias = punycode_update_bias(delta, ucslen + 1, first);
169 first = 0;
214 int uidx, bias, first;
286 first = 1;
330 first);
332 first = 0;
421 punycode_update_bias(unsigned long delta, size_t npoints, int first) {
424 delta /= first ? PUNYCODE_DAMP : 2;