Home
last modified time | relevance | path

Searched refs:bValue (Results 1 – 25 of 1504) sorted by relevance

12345678910>>...61

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfusldlg.cxx115 bool bValue; in DoExecute() local
121 if ( bValue != rPresentationSettings.mbAll ) in DoExecute()
124 rPresentationSettings.mbAll = bValue; in DoExecute()
143 rPresentationSettings.mbCustomShow = bValue; in DoExecute()
148 if ( bValue != rPresentationSettings.mbEndless ) in DoExecute()
151 rPresentationSettings.mbEndless = bValue; in DoExecute()
155 if ( bValue != rPresentationSettings.mbManual ) in DoExecute()
158 rPresentationSettings.mbManual = bValue; in DoExecute()
172 rPresentationSettings.mbMouseAsPen = bValue; in DoExecute()
179 rPresentationSettings.mbLockedPages = bValue; in DoExecute()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfusldlg.cxx116 bool bValue; in DoExecute() local
122 if ( bValue != rPresentationSettings.mbAll ) in DoExecute()
125 rPresentationSettings.mbAll = bValue; in DoExecute()
144 rPresentationSettings.mbCustomShow = bValue; in DoExecute()
148 if ( bValue != rPresentationSettings.mbEndless ) in DoExecute()
151 rPresentationSettings.mbEndless = bValue; in DoExecute()
155 if ( bValue != rPresentationSettings.mbManual ) in DoExecute()
158 rPresentationSettings.mbManual = bValue; in DoExecute()
172 rPresentationSettings.mbMouseAsPen = bValue; in DoExecute()
179 rPresentationSettings.mbLockedPages = bValue; in DoExecute()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dsettings.cpp146 bValue = ( strGetIni.toInt() != 0 ); in GetFlagIniSet()
232 bool bValue; in ReadSettingsFromXML() local
254 bEnableFeedbackDetection = bValue; in ReadSettingsFromXML()
399 pClient->SetEnableOPUS64 ( bValue ); in ReadSettingsFromXML()
465 if ( !bValue ) in ReadSettingsFromXML()
487 bWindowWasShownSettings = bValue; in ReadSettingsFromXML()
493 bWindowWasShownChat = bValue; in ReadSettingsFromXML()
499 bWindowWasShownConnect = bValue; in ReadSettingsFromXML()
516 bool bValue; in ReadFaderSettingsFromXML() local
725 bool bValue; in ReadSettingsFromXML() local
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dnist-error-rate-model.cc90 double pe = CalculatePe (ber, bValue); in GetFecBpskBer()
105 double pe = CalculatePe (ber, bValue); in GetFecQpskBer()
114 NS_LOG_FUNCTION (this << p << +bValue); in CalculatePe()
117 if (bValue == 1) in CalculatePe()
130 else if (bValue == 2) in CalculatePe()
133 pe = 1.0 / (2.0 * bValue) * in CalculatePe()
145 else if (bValue == 3) in CalculatePe()
148 pe = 1.0 / (2.0 * bValue) * in CalculatePe()
160 else if (bValue == 5) in CalculatePe()
164 pe = 1.0 / (2.0 * bValue) * in CalculatePe()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dsettings.cpp162 bool bValue = false; in LoadSettings() local
177 camera->SetCameraInvertX(bValue); in LoadSettings()
180 camera->SetCameraInvertY(bValue); in LoadSettings()
183 camera->SetEffect(bValue); in LoadSettings()
186 camera->SetBlood(bValue); in LoadSettings()
189 main->SetAutosave(bValue); in LoadSettings()
198 engine->SetDirty(bValue); in LoadSettings()
202 engine->SetFog(bValue); in LoadSettings()
207 engine->SetLightMode(bValue); in LoadSettings()
242 engine->SetEditIndentMode(bValue); in LoadSettings()
[all …]
/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCCheckbox.h44 bValue = val; in CCheckbox()
52 bValue = *val; in CCheckbox()
63 bool bValue;
76 …int MouseUp(mouse_t *tMouse, int nDown) { bValue = !bValue; updatePointers(); return CHK_CHANGED… in MouseUp()
89 bValue = Param1 != 0; in SendMessage()
92 return (int)bValue; in SendMessage()
104 bool getValue() { return bValue; } in getValue()
108 *bVar = bValue; in updatePointers()
110 *iVar = (int)bValue; in updatePointers()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java322 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
324 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
338 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
354 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
370 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
373 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
387 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
389 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
404 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
421 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java322 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
324 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
338 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
354 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
370 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
373 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
387 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
389 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
404 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
421 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java318 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
320 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
334 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
350 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
366 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
369 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
383 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
385 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
400 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
417 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java318 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
320 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
334 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
350 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
366 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
369 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
383 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
385 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
400 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
417 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java322 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
324 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
338 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
354 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
370 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
373 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
387 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
389 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
404 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
421 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java322 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
324 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
338 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
354 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
370 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
373 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
387 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
389 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
404 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
421 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java322 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
324 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
338 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
354 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
370 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
373 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
387 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
389 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
404 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
421 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/bmi/
H A DBMITestRunner.java338 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
340 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
354 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
370 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
386 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
389 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
403 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
405 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
420 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
437 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/bmi/
H A DBMITestRunner.java319 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
321 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
335 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
351 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
367 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
370 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
384 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
386 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
401 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
418 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/intrinsics/bmi/
H A DBMITestRunner.java319 int bValue = rng.nextInt(); in runBinaryRegRegIntTest() local
321 aValue, bValue, expr.intExpr(aValue, bValue)); in runBinaryRegRegIntTest()
335 int bValue = rng.nextInt(); in runBinaryRegMemIntTest() local
351 int bValue = rng.nextInt(); in runBinaryMemRegIntTest() local
367 int bValue = rng.nextInt(); in runBinaryMemMemIntTest() local
370 new Expr.MemI(bValue))); in runBinaryMemMemIntTest()
384 long bValue = rng.nextLong(); in runBinaryRegRegLongTest() local
386 expr.longExpr(aValue, bValue)); in runBinaryRegRegLongTest()
401 long bValue = rng.nextLong(); in runBinaryRegMemLongTest() local
418 long bValue = rng.nextLong(); in runBinaryMemRegLongTest() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DWordWrapPropertyHdl.cxx46 bool bValue = false; in importXML() local
49 bValue = true; in importXML()
54 bValue = false; in importXML()
65 bValue = !bValue; // treat OOo 3.0 beta1 as OOo 2.x in importXML()
68 bValue = !bValue; in importXML()
70 rValue <<= bValue; in importXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DWordWrapPropertyHdl.cxx47 bool bValue = false; in importXML() local
50 bValue = true; in importXML()
55 bValue = false; in importXML()
66 bValue = !bValue; // treat OOo 3.0 beta1 as OOo 2.x in importXML()
69 bValue = !bValue; in importXML()
71 rValue <<= bValue; in importXML()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/guiinfo/
H A DPVRGUIInfo.cpp1221 bValue = epgTag->IsActive(); in GetListItemAndPlayerBool()
1266 bValue = timer->IsActive(); in GetListItemAndPlayerBool()
1301 bValue = (epgTag != nullptr); in GetListItemAndPlayerBool()
1446 bValue = true; in GetListItemAndPlayerBool()
1450 bValue = !m_videoInfo.valid; in GetListItemAndPlayerBool()
1486 bValue = m_bHasTVChannels; in GetPVRBool()
1489 bValue = m_bHasRadioChannels; in GetPVRBool()
1501 bValue = m_bIsPlayingTV; in GetPVRBool()
1504 bValue = m_bIsPlayingRadio; in GetPVRBool()
1507 bValue = m_bIsPlayingRecording; in GetPVRBool()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx59 bool bValue = false; in setSuperscript() local
60 aValue >>= bValue; in setSuperscript()
64 if( bValue ) in setSuperscript()
91 aValue >>= bValue; in setSubscript()
95 if( bValue ) in setSubscript()
176 aValue >>= bValue; in setBold()
178 if( bValue ) in setBold()
196 aValue >>= bValue; in setStrikethrough()
198 if( bValue ) in setStrikethrough()
228 aValue >>= bValue; in setItalic()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx61 bool bValue = false; in setSuperscript() local
62 aValue >>= bValue; in setSuperscript()
66 if( bValue ) in setSuperscript()
93 aValue >>= bValue; in setSubscript()
97 if( bValue ) in setSubscript()
178 aValue >>= bValue; in setBold()
180 if( bValue ) in setBold()
198 aValue >>= bValue; in setStrikethrough()
200 if( bValue ) in setStrikethrough()
230 aValue >>= bValue; in setItalic()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dsheetsortdescriptor2.cxx43 bool bValue = false; in testSheetSortDescriptor2Properties() local
44 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
49 bool bValue = false; in testSheetSortDescriptor2Properties() local
50 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
61 bool bValue = false; in testSheetSortDescriptor2Properties() local
62 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
85 bool bValue = false; in testSheetSortDescriptor2Properties() local
86 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
91 bool bValue = false; in testSheetSortDescriptor2Properties() local
92 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dsheetsortdescriptor2.cxx41 bool bValue = false; in testSheetSortDescriptor2Properties() local
42 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
47 bool bValue = false; in testSheetSortDescriptor2Properties() local
48 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
59 bool bValue = false; in testSheetSortDescriptor2Properties() local
60 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
83 bool bValue = false; in testSheetSortDescriptor2Properties() local
84 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
89 bool bValue = false; in testSheetSortDescriptor2Properties() local
90 CPPUNIT_ASSERT(value.Value >>= bValue); in testSheetSortDescriptor2Properties()
/dports/games/redeclipse/base-2.0.0/src/steam/
H A Disteammusicremote.h23 virtual bool BActivationSuccess( bool bValue ) = 0;
29 virtual bool EnablePlayPrevious(bool bValue) = 0;
30 virtual bool EnablePlayNext( bool bValue ) = 0;
31 virtual bool EnableShuffled( bool bValue ) = 0;
32 virtual bool EnableLooped( bool bValue ) = 0;
33 virtual bool EnableQueue( bool bValue ) = 0;
34 virtual bool EnablePlaylists( bool bValue ) = 0;
38 virtual bool UpdateShuffled( bool bValue ) = 0;
39 virtual bool UpdateLooped( bool bValue ) = 0;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Dsdattr.hxx43 inline SfxBoolItem makeSdAttrLayerVisible(bool bValue = true) in makeSdAttrLayerVisible() argument
45 return SfxBoolItem(ATTR_LAYER_VISIBLE, bValue); in makeSdAttrLayerVisible()
48 inline SfxBoolItem makeSdAttrLayerPrintable(bool bValue = true) in makeSdAttrLayerPrintable() argument
50 return SfxBoolItem(ATTR_LAYER_PRINTABLE, bValue); in makeSdAttrLayerPrintable()
53 inline SfxBoolItem makeSdAttrLayerLocked(bool bValue = false) in makeSdAttrLayerLocked() argument
55 return SfxBoolItem(ATTR_LAYER_LOCKED, bValue); in makeSdAttrLayerLocked()

12345678910>>...61