Home
last modified time | relevance | path

Searched refs:bAdd (Results 51 – 75 of 410) sorted by relevance

12345678910>>...17

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dsaa1099.cpp113 INT32 bAdd; member
344 INT32 bAdd = saa->bAdd; in saa1099Reset() local
353 saa->bAdd = bAdd; in saa1099Reset()
360 void saa1099Init(INT32 chip, INT32 clock, INT32 bAdd) in saa1099Init() argument
367 saa->bAdd = bAdd; in saa1099Init()
H A Ddac.h7 void DACInit(INT32 Num, UINT32 Clock, INT32 bAdd, INT32 (*pSyncCB)());
8 void DACInit(INT32 Num, UINT32 Clock, INT32 bAdd, INT32 (*pCPUCyclesCB)(), INT32 nCpuMHZ);
H A Dnes_apu.h5 void nesapuInitPal(INT32 chip, INT32 clock, INT32 bAdd); // pal nes
6 void nesapuInit(INT32 chip, INT32 clock, INT32 bAdd); // ntsc nes
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dsaa1099.cpp113 INT32 bAdd; member
344 INT32 bAdd = saa->bAdd; in saa1099Reset() local
353 saa->bAdd = bAdd; in saa1099Reset()
360 void saa1099Init(INT32 chip, INT32 clock, INT32 bAdd) in saa1099Init() argument
367 saa->bAdd = bAdd; in saa1099Init()
H A Ddac.h7 void DACInit(INT32 Num, UINT32 Clock, INT32 bAdd, INT32 (*pSyncCB)());
8 void DACInit(INT32 Num, UINT32 Clock, INT32 bAdd, INT32 (*pCPUCyclesCB)(), INT32 nCpuMHZ);
H A Dc6280.cpp86 INT32 bAdd; member
113 void c6280_init(double clk, INT32 bAdd) in c6280_init() argument
151 p->bAdd = bAdd; in c6280_init()
403 if (!p->bAdd) { in c6280_update()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dwksp_data_menu_file.cpp198 bool bAdd = wxFileExists(File); in Create() local
200 for(int j=0; bAdd && j<m_Files.Count(); j++) in Create()
202 bAdd = File.Cmp(m_Files[j]) != 0; in Create()
205 if( bAdd ) in Create()
H A Dproject.cpp161 bool CWKSP_Project::Load(bool bAdd) in Load() argument
165 return( DLG_Open(FileName, ID_DLG_PROJECT_OPEN) && _Load(FileName, bAdd, true) ); in Load()
169 bool CWKSP_Project::Load(const wxString &FileName, bool bAdd, bool bUpdateMenu) in Load() argument
171 return( _Load(FileName, bAdd, bUpdateMenu) ); in Load()
313 bool CWKSP_Project::_Load(const wxString &FileName, bool bAdd, bool bUpdateMenu) in _Load() argument
315 if( wxFileExists(FileName) && !bAdd && g_pData->Get_Count() > 0 ) in _Load()
593 bool bAdd = true; in _Load_DBConnections() local
595 for(int j=0; j<Connections.Get_Count() && bAdd; j++) in _Load_DBConnections()
599 bAdd = false; in _Load_DBConnections()
603 if( bAdd ) in _Load_DBConnections()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DDumperSym.cc22 theRec->bAdd(BoolSym::TheType, strReq_hdrs, 0); in DumperSym()
23 theRec->bAdd(BoolSym::TheType, strRep_hdrs, 0); in DumperSym()
H A DCacheSym.cc21 theRec->bAdd(SizeSym::TheType, strCapacity, 0); in CacheSym()
22 theRec->bAdd(IntSym::TheType, strIcp_port, 0); in CacheSym()
H A DDnsCacheSym.cc22 theRec->bAdd(IntSym::TheType, strCapacity, 0); in DnsCacheSym()
23 theRec->bAdd(StringSym::TheType, strSharing_group, 0); in DnsCacheSym()
H A DAddrMapSym.cc26 theRec->bAdd(StringSym::TheType, strZone, 0); in AddrMapSym()
27 theRec->bAdd(strAddrArr, strAddresses, 0); in AddrMapSym()
28 theRec->bAdd(strAddrArr, strNames, 0); in AddrMapSym()
H A DSocketSym.cc23 theRec->bAdd(BoolSym::TheType, strNagle, new BoolSym(false)); in SocketSym()
24 theRec->bAdd(TimeSym::TheType, strLinger_tout, 0); in SocketSym()
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dptrtable.c121 find_add_pointer (struct pointer_table *ptable, void *pointer, Bool bAdd) in find_add_pointer() argument
208 if (!bAdd) in find_add_pointer()
244 if (!bAdd) in find_add_pointer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/misc/
H A Dcliplistener.cxx57 void TransferableClipboardListener::AddRemoveListener( vcl::Window* pWin, bool bAdd ) in AddRemoveListener() argument
68 if( bAdd ) in AddRemoveListener()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/misc/
H A Dcliplistener.cxx57 void TransferableClipboardListener::AddRemoveListener( vcl::Window* pWin, bool bAdd ) in AddRemoveListener() argument
68 if( bAdd ) in AddRemoveListener()
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/
H A DTvheadend.h184 void ParseTagAddOrUpdate(htsmsg_t* m, bool bAdd);
186 void ParseChannelAddOrUpdate(htsmsg_t* m, bool bAdd);
188 void ParseRecordingAddOrUpdate(htsmsg_t* m, bool bAdd);
190 void ParseEventAddOrUpdate(htsmsg_t* m, bool bAdd);
192 bool ParseEvent(htsmsg_t* msg, bool bAdd, tvheadend::entity::Event& evt);
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/android/src/org/opencpn/
H A DBTScanHelper.java193 boolean bAdd = true;
197 bAdd = false;
203 if(bAdd){
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_ExtCS.cxx350 Standard_Boolean bAdd[2] = {Standard_False, Standard_False}; in Perform() local
359 bAdd[0] = bAdd[1] = Standard_True; in Perform()
362 bAdd[0] = Standard_True; in Perform()
365 bAdd[1] = Standard_True; in Perform()
369 bAdd[0] = Standard_True; in Perform()
372 bAdd[1] = Standard_True; in Perform()
376 if (bAdd[i]) in Perform()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr33627.C24 bool _tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd);
32 bool pt_PieceTable::_tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd) in _tellAndMaybeAddListener() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr33627.C24 bool _tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd);
32 bool pt_PieceTable::_tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd) in _tellAndMaybeAddListener() argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/torture/
H A Dpr33627.C23 bool _tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd);
31 bool pt_PieceTable::_tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd) in _tellAndMaybeAddListener() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr33627.C24 bool _tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd);
32 bool pt_PieceTable::_tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd) in _tellAndMaybeAddListener() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr33627.C23 bool _tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd);
31 bool pt_PieceTable::_tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd) in _tellAndMaybeAddListener() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr33627.C24 bool _tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd);
32 bool pt_PieceTable::_tellAndMaybeAddListener(PL_ListenerId listenerId, bool bAdd) in _tellAndMaybeAddListener() argument

12345678910>>...17