Lines Matching refs:base
99 int base;
113 best.base = -1;
114 cur.base = -1;
120 if(cur.base == -1) {
121 cur.base = i; cur.len = 1;
126 else if(cur.base != -1) {
127 if(best.base == -1 || cur.len > best.len)
129 cur.base = -1;
132 if((cur.base != -1) && (best.base == -1 || cur.len > best.len))
134 if(best.base != -1 && best.len < 2)
135 best.base = -1;
140 if(best.base != -1 && i >= best.base && i < (best.base + best.len)) {
141 if(i == best.base)
153 if(i == 6 && best.base == 0 &&
167 if(best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ))