Home
last modified time | relevance | path

Searched refs:compareLabel (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/tools/
H A Dcheatfinder.moc.hpp14 QLabel *compareLabel; member in CheatFinderWindow
H A Dcheatfinder.cpp44 compareLabel = new QLabel("Compare mode:"); in CheatFinderWindow()
45 controlLayout->addWidget(compareLabel, 1, 0); in CheatFinderWindow()
/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dmainwindow.hpp153 QLabel *compareLabel; member in MainWindow
H A Dmainwindow.cpp169 compareLabel = new QLabel(tr("Co&mpare:")); in createWidgets()
170 compareLabel->setBuddy(compareComboBox); in createWidgets()
407 compareLayout->addWidget(compareLabel); in createDockWidgets()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcode.c3807 static int compareLabel(pCode *pc, pCodeOpLabel *pcop_label) in compareLabel() function
3859 if(compareLabel(pc,pcop_label)) in findLabelinpBlock()
/dports/net/yate/yate-6.4.0-1/libs/ysig/
H A Dsccp.cpp215 static bool compareLabel(const SS7Label& l1, const SS7Label& l2) in compareLabel() function
1421 if (!compareLabel(m_label,label)) in canProcess()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.c5531 static int compareLabel(const pCode *pc, const pCodeOpLabel *pcop_label) in compareLabel() function
5584 if(compareLabel(pc,pcop_label)) in findLabelinpBlock()
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog34674 (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
38305 * (compareLabel,pic16_findNextInstruction),