Lines Matching defs:hi
34 /* a segment [lo,hi] and associated "data". */
39 unsigned char* hi; /* high point */
65 fvcpy(size, np->hi = np->lo + size, op->hi);
91 if (fvcmp(size, i1->hi, i2->lo) < 0) /* i1 is to the left of i2 */
93 if (fvcmp(size, i1->lo, i2->hi) > 0) /* i1 is to the right of i2 */
95 h = fvcmp(size, i1->hi, i2->hi);
122 static int nestset(Iv_t* iv, unsigned char* lo, unsigned char* hi, void* data)
132 itvl.hi = hi;
139 else if (fvcmp(size, it->lo, lo) || fvcmp(size, it->hi, hi))
151 static int nestdel(Iv_t* iv, unsigned char* lo, unsigned char* hi)
161 itvl.hi = hi;
162 if (!(it = (Itvl_t*)dtsearch(nst->dt, &itvl)) || fvcmp(size, it->lo, lo) || fvcmp(size, it->hi, hi))
180 ivset(nst->flat, it->lo, it->hi, it->data);