Searched refs:MAXXLEN (Results 1 – 3 of 3) sorted by relevance
100 if (xlen > MAXXLEN) in extAlloc()101 xlen = MAXXLEN; in extAlloc()228 if (nxlen > MAXXLEN) in extRealloc()229 nxlen = MAXXLEN; in extRealloc()
39 #define MAXXLEN ((1 << 24) - 1) macro
1414 if ((len = xlen - MAXXLEN) <= 0) in xtExtend()1421 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()1422 xaddr = addressXAD(xad) + MAXXLEN; in xtExtend()1485 xlen = MAXXLEN; in xtExtend()1805 (lxlen + nxlen < MAXXLEN)) { in xtUpdate()1876 (rxlen + nxlen < MAXXLEN)) { in xtUpdate()