Lines Matching refs:base
117 int base, len;
132 best.base = -1;
134 cur.base = -1;
138 if (cur.base == -1) {
139 cur.base = i, cur.len = 1;
144 if (cur.base != -1) {
145 if (best.base == -1 || cur.len > best.len) {
148 cur.base = -1;
152 if (cur.base != -1) {
153 if (best.base == -1 || cur.len > best.len) {
157 if (best.base != -1 && best.len < 2) {
158 best.base = -1;
167 if (best.base != -1 && i >= best.base && i < (best.base + best.len)) {
168 if (i == best.base) {
178 if (i == 6 && best.base == 0 &&
190 if (best.base != -1 &&
191 (best.base + best.len) == (NS_IN6ADDRSZ / NS_INT16SZ)) {