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

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c4657 UWord cu_size_including_IniLen, cu_amount_used; local
4665 the code below contains a 'while (cu_amount_used <
4771 cu_amount_used = cu_offset_now - cc.cu_start_offset;
4780 if (cu_amount_used > cu_size_including_IniLen)
4784 bytes. Loop updates cu_offset_new and cu_amount_used. */
4785 while (cu_amount_used < cu_size_including_IniLen
4790 cu_amount_used = cu_offset_now - cc.cu_start_offset;

Completed in 100 milliseconds