Searched defs:UNDO_LEN (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/other/
H A Dhexedit.c37 #define UNDO_LEN (sizeof(toybuf)/(sizeof(long long)+1)) macro
198 toybuf[(sizeof(long long)*UNDO_LEN)+TT.undo++] = TT.data[pos];
199 if (TT.undolen < UNDO_LEN) TT.undolen++;
200 TT.undo %= UNDO_LEN;
219 if (!TT.undo) TT.undo = UNDO_LEN;
221 TT.data[pos] = toybuf[sizeof(long long)*UNDO_LEN+TT.undo];

Completed in 149 milliseconds