Home
last modified time | relevance | path

Searched refs:depspan_bt_alloc (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.c1169 int depspan_bt_alloc; in check_cycle() local
1201 depspan_bt_alloc = depspan->backtrace_size; in check_cycle()
1214 if (depspan->backtrace_size >= depspan_bt_alloc) in check_cycle()
1216 depspan_bt_alloc *= 2; in check_cycle()
1219 depspan_bt_alloc*sizeof(yasm_span *)); in check_cycle()
1226 if (depspan->backtrace_size >= depspan_bt_alloc) in check_cycle()
1228 depspan_bt_alloc++; in check_cycle()
1231 depspan_bt_alloc*sizeof(yasm_span *)); in check_cycle()