Searched refs:MAXXLEN (Results 1 – 3 of 3) sorted by relevance
104 if (xlen > MAXXLEN) in extAlloc()105 xlen = MAXXLEN; in extAlloc()227 if (nxlen > MAXXLEN) in extRealloc()228 nxlen = MAXXLEN; in extRealloc()
41 #define MAXXLEN ((1 << 24) - 1) macro
1635 if ((len = xlen - MAXXLEN) <= 0) in xtExtend()1642 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()1643 xaddr = addressXAD(xad) + MAXXLEN; in xtExtend()1707 xlen = MAXXLEN; in xtExtend()2029 (lxlen + nxlen < MAXXLEN)) { in xtUpdate()2100 (rxlen + nxlen < MAXXLEN)) { in xtUpdate()