Searched refs:MAXXLEN (Results 1 – 3 of 3) sorted by relevance
87 if (xlen > MAXXLEN) in extAlloc()88 xlen = MAXXLEN; in extAlloc()215 if (nxlen > MAXXLEN) in extRealloc()216 nxlen = MAXXLEN; in extRealloc()
26 #define MAXXLEN ((1 << 24) - 1) macro
1401 if ((len = xlen - MAXXLEN) <= 0) in xtExtend()1408 xoff = offsetXAD(xad) + MAXXLEN; in xtExtend()1409 xaddr = addressXAD(xad) + MAXXLEN; in xtExtend()1472 xlen = MAXXLEN; in xtExtend()1792 (lxlen + nxlen < MAXXLEN)) { in xtUpdate()1863 (rxlen + nxlen < MAXXLEN)) { in xtUpdate()
Completed in 10 milliseconds