Home
last modified time | relevance | path

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

/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dsupport.cc298 int isHex = 1, foundHex = 0, i; in IsHex() local
309 } else foundHex = 1; in IsHex()
310 } else foundHex = 1; in IsHex()
311 } else foundHex = 1; in IsHex()
313 if (!foundHex) in IsHex()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/bineditor/
H A Dbineditorwidget.cpp694 int foundHex = -1; in find() local
697 foundHex = backwards ? dataLastIndexOf(hexPattern, from) in find()
701 qint64 pos = foundHex == -1 || (found >= 0 && (foundHex == -2 || found < foundHex)) in find()
702 ? found : foundHex; in find()