Searched refs:lastSafe (Results 1 – 3 of 3) sorted by relevance
117 uint8_t *lastSafe=p+capacity-SLOPE_MAX_BYTES; in u_writeIdenticalLevelRun() local118 while(i<length && p<=lastSafe) { in u_writeIdenticalLevelRun()
112 int lastSafe = capacity - SLOPE_MAX_BYTES_; in writeIdenticalLevelRun() local113 while (i < length && p <= lastSafe) { in writeIdenticalLevelRun()
111 int lastSafe = capacity - SLOPE_MAX_BYTES_; in writeIdenticalLevelRun() local112 while (i < length && p <= lastSafe) { in writeIdenticalLevelRun()