Home
last modified time | relevance | path

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

/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxbinary.cpp1424 if(procentSetCurrentValue(&procent,nOffset-nStartOffset)) in find_array()
1709 if(procentSetCurrentValue(&procent,i)) in find_signature()
1727 if(procentSetCurrentValue(&procent,i)) in find_signature()
1810 if(procentSetCurrentValue(&procent,nOffset-nStartOffset)) in find_ansiStringI()
1888 if(procentSetCurrentValue(&procent,nOffset-nStartOffset)) in find_unicodeStringI()
2349 if(procentSetCurrentValue(&procent,_nOffset-nOffset)) in multiSearch_allStrings()
2448 if(procentSetCurrentValue(&procent,_nOffset-nOffset)) in multiSearch_signature()
3621 if(procentSetCurrentValue(&procent,nDestOffset)) in dumpToFile()
4728 if(procentSetCurrentValue(&procent,nCurrentSize)) in getHash()
5051 if(procentSetCurrentValue(&procent,nOffset-offsetSize.nOffset)) in getEntropy()
[all …]
H A Dxbinary.h933 static bool procentSetCurrentValue(PROCENT *pProcent,qint64 nCurrentValue);
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/MultiSearch/
H A Dmultisearch.cpp124 if(XBinary::procentSetCurrentValue(&g_procent,signatureRecord.nNumber)) in processSignature()