Lines Matching defs:base
89 long base;
103 best.base = -1;
104 cur.base = -1;
110 if(cur.base == -1)
111 cur.base = i, cur.len = 1;
115 else if(cur.base != -1) {
116 if(best.base == -1 || cur.len > best.len)
118 cur.base = -1;
121 if((cur.base != -1) && (best.base == -1 || cur.len > best.len))
123 if(best.base != -1 && best.len < 2)
124 best.base = -1;
129 if(best.base != -1 && i >= best.base && i < (best.base + best.len)) {
130 if(i == best.base)
142 if(i == 6 && best.base == 0 &&
156 if(best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ))