Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.cpp2486 g_bIsEntropyStop=!bState; in setEntropyProcessEnable()
5032 while((nSize>0)&&(!g_bIsEntropyStop)) in getEntropy()
5061 if(!g_bIsEntropyStop) in getEntropy()
5077 if(g_bIsEntropyStop) in getEntropy()
5107 while((nSize>0)&&(!g_bIsEntropyStop)) in getByteCounts()
5138 if(g_bIsEntropyStop) in getByteCounts()
H A Dxbinary.h1044 bool g_bIsEntropyStop; variable