Searched refs:BC_HIST_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
/external/bc/include/ | ||
D | history.h | 110 #define BC_HIST_MAX_LEN (128) macro |
/external/bc/src/history/ | ||
D | history.c | 1340 if (h->history.len == BC_HIST_MAX_LEN) bc_vec_popAt(&h->history, 0); in bc_history_add() |