Searched refs:bt_max (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Demu_util.c456 extern int bt_index, bt_max;
462 if (n >= bt_max) i = bt_index;
463 else i = (bt_index + bt_max - n) % bt_max;
466 i = (i+1) % bt_max;
H A Demu.c681 int bt_max = MAX_BACKTRACE; variable

Completed in 89 milliseconds