Searched refs:MAXXLEN (Results 1 – 3 of 3) sorted by relevance
84 if (xlen > MAXXLEN) in extAlloc()85 xlen = MAXXLEN; in extAlloc()
26 #define MAXXLEN ((1 << 24) - 1) macro
1390 if ((len = xlen - MAXXLEN) <= 0) in xtExtend()1397 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()1398 xaddr = addressXAD(xad) + MAXXLEN; in xtExtend()1461 xlen = MAXXLEN; in xtExtend()1578 (lxlen + nxlen < MAXXLEN)) { in xtUpdate()1649 (rxlen + nxlen < MAXXLEN)) { in xtUpdate()
Completed in 7 milliseconds