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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp347 size_t subSectionStart = 0, nextSubSectionStart; local
354 nextSubSectionStart = 0;
364 nextSubSectionStart = entryMemStart - sectionMemStart + entry.Size;
375 nextSubSectionStart = (byte *)&_CRT_DEBUGGER_HOOK - sectionMemStart + 1;
391 subSectionStart = nextSubSectionStart;
392 } while (nextSubSectionStart != 0);

Completed in 39 milliseconds