Searched refs:TRUE (Results 1 - 25 of 220) sorted by path

123456789

/haiku/3rdparty/proj2make/
H A Dmakefile114 # if TRUE symbols will be created
115 SYMBOLS = TRUE
117 # if TRUE will allow application to be run from a source-level
119 DEBUGGER = TRUE
/haiku/src/add-ons/kernel/busses/scsi/usb/datafab/
H A Dmakefile111 # if TRUE symbols will be created
112 SYMBOLS=TRUE
115 # if TRUE will allow application to be run from a source-level
117 DEBUGGER=TRUE
/haiku/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dmakefile116 # if TRUE symbols will be created
117 SYMBOLS=TRUE
120 # if TRUE will allow application to be run from a source-level
122 DEBUGGER=TRUE
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3gDco.cpp70 m_bHasASIC = TRUE;
129 if ( m_bASICLoaded == TRUE )
130 return TRUE;
165 WriteControlReg( dwControlReg, E3G_FREQ_REG_DEFAULT, TRUE); // TRUE == force write
269 Status = WriteControlReg( dwControlReg, Get3gFreqReg(), TRUE );
465 WriteControlReg( dwControlReg, Get3gFreqReg(), TRUE );
695 m_bASICLoaded = TRUE;
718 m_bASICLoaded = TRUE;
719 return TRUE;
[all...]
H A DCChannelMask.cpp117 // IsEmpty returns TRUE if mask has no bits set
126 return TRUE;
188 // Returns TRUE if the bit specified by the pipe index is set.
195 return TRUE;
254 // Test returns TRUE if any bits in source mask are set in this mask
261 return TRUE;
270 // IsSubsetOf returns TRUE if all of the channels in TstMask are set in
286 return TRUE;
293 // IsIntersectionOf returns TRUE if TstMask contains at least one of the
307 return TRUE;
[all...]
H A DCDaffyDuck.cpp398 m_fWrapped = TRUE;
H A DCDarla24DspCommObject.cpp96 m_bASICLoaded = TRUE;
H A DCDarlaDspCommObject.cpp74 m_bASICLoaded = TRUE;
H A DCDspCommObject.cpp107 m_bBadBoard = TRUE; // Set TRUE until DSP loaded
167 m_fDigitalInAutoMute = TRUE;
230 m_bASICLoaded = TRUE;
231 return TRUE;
256 m_bASICLoaded = TRUE;
284 return TRUE;
323 return TRUE;
468 fSuccess = TRUE;
518 m_bBadBoard = TRUE; // Se
[all...]
H A DCDspCommObject.h657 BOOL m_bHasASIC; // Set TRUE if card has an ASIC
658 BOOL m_bASICLoaded; // Set TRUE when ASIC loaded
662 BOOL m_bBadBoard; // Set TRUE if DSP won't load
716 virtual BOOL LoadASIC() { return TRUE; }
1104 return( ( GetFlags() & DSP_FLAG_PROFESSIONAL_SPDIF ) ? TRUE : FALSE );
1124 return( ( GetFlags() & DSP_FLAG_SPDIF_NONAUDIO ) ? TRUE : FALSE );
1146 BOOL fImmediate = TRUE
1168 BOOL fImmediate = TRUE
H A DCDspCommObjectVmixer.h56 BOOL fImmediate = TRUE
H A DCEchoGalsVmixer.cpp88 m_PipeOutCtrl.SetGain( 0, wBusOut, ECHOGAIN_UPDATE, TRUE);
H A DCGMLDspCommObject.cpp185 if (TRUE == m_fDigitalInAutoMute)
H A DCGina.cpp165 SetProfessionalSpdif( TRUE );
H A DCGina24.cpp194 SetProfessionalSpdif( TRUE );
H A DCGina24DspCommObject.cpp74 m_bHasASIC = TRUE;
123 return TRUE;
168 WriteControlReg( dwControlReg, TRUE );
198 bWriteControlReg = TRUE;
205 bSetRate = TRUE;
280 WriteControlReg( dwControlReg, TRUE );
H A DCGinaDspCommObject.cpp74 m_bASICLoaded = TRUE;
H A DCIndigoDspCommObject.cpp59 m_fHasVmixer = TRUE;
75 m_bASICLoaded = TRUE;
H A DCIndigoIODspCommObject.cpp59 m_fHasVmixer = TRUE;
75 m_bASICLoaded = TRUE;
H A DCLayla.cpp185 GetDspCommObject()->SetNominalLevel( i, TRUE ); // TRUE is -10 here
190 GetDspCommObject()->SetNominalLevel( GetNumBussesOut() + i, TRUE );
198 SetProfessionalSpdif( TRUE );
H A DCLayla24.cpp202 SetProfessionalSpdif( TRUE );
H A DCLayla24DspCommObject.cpp79 m_bHasASIC = TRUE;
124 if ( m_bASICLoaded == TRUE )
125 return TRUE;
175 WriteControlReg( dwControlReg, TRUE );
290 bSetFreqReg = TRUE;
416 rval = TRUE;
466 bWriteControlReg = TRUE;
485 bSetRate = TRUE;
557 WriteControlReg( dwControlReg, TRUE );
H A DCLaylaDspCommObject.cpp76 m_bHasASIC = TRUE;
111 if ( m_bASICLoaded == TRUE )
112 return TRUE;
203 bSetRate = TRUE;
351 // Set bState to TRUE for -10, FALSE for +4
431 m_bASICLoaded = TRUE;
H A DCLineLevel.h90 BOOL fImmediate = TRUE
128 BOOL fImmediate = TRUE
168 BOOL fImmediate = TRUE
H A DCMiaDspCommObject.cpp65 m_fHasVmixer = TRUE;
84 m_bASICLoaded = TRUE;

Completed in 85 milliseconds

123456789