Searched refs:TRUE (Results 26 - 50 of 220) sorted by relevance

123456789

/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 DCDspCommObjectVmixer.h56 BOOL fImmediate = TRUE
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 DCMiaDspCommObject.cpp65 m_fHasVmixer = TRUE;
84 m_bASICLoaded = TRUE;
H A DCMonaDspCommObject.cpp80 m_bHasASIC = TRUE;
123 return TRUE;
166 WriteControlReg( dwControlReg, TRUE );
228 return TRUE;
255 bWriteControlReg = TRUE;
262 bSetRate = TRUE;
347 WriteControlReg( dwControlReg, TRUE );
451 fForceControlReg = TRUE;
H A DCMonitorCtrl.h77 BOOL fImmediate = TRUE
86 BOOL fImmediate = TRUE
H A DCPipeOutCtrl.h77 BOOL fImmediate = TRUE
86 BOOL fImmediate = 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 DCLayla.cpp185 GetDspCommObject()->SetNominalLevel( i, TRUE ); // TRUE is -10 here
190 GetDspCommObject()->SetNominalLevel( GetNumBussesOut() + i, TRUE );
198 SetProfessionalSpdif( TRUE );
H A DCEchoGalsVmixer.cpp88 m_PipeOutCtrl.SetGain( 0, wBusOut, ECHOGAIN_UPDATE, TRUE);
H A DCGinaDspCommObject.cpp74 m_bASICLoaded = TRUE;
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPELink.cpp26 CSmartPtr<char> spBuffer(new char [1024], TRUE);
81 CSmartPtr<str_utf16> spImageFileUTF16(GetUTF16FromUTF8((UCHAR *) cImageFile), TRUE); local
99 m_bIsLinkFile = TRUE;
H A DMACProgressHelper.cpp13 m_bUseCallback = TRUE;
/haiku/src/libs/mapm/
H A Dmapmfact.c165 while (TRUE)
174 while (TRUE)
239 while (TRUE)
H A Dmapmsqrt.c140 while (TRUE)
171 bflag = TRUE;
H A Dmapm_exp.c146 static int MM_firsttime1 = TRUE;
156 MM_firsttime1 = TRUE;
236 while (TRUE)
272 while (TRUE)
383 while (TRUE)
H A Dmapm_add.c47 static int M_add_firsttime = TRUE;
56 M_add_firsttime = TRUE;
139 while (TRUE)
162 while (TRUE)
242 flag = TRUE;
275 while (TRUE)
301 while (TRUE)
H A Dmapm_div.c73 static int M_div_firsttime = TRUE;
86 M_div_firsttime = TRUE;
232 while (TRUE)
262 while (TRUE)
H A Dmapmipwr.c88 while (TRUE)
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.h33 BEntry *archive_file(bool create = TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devglock.c225 AcpiGbl_GlobalLockPresent = TRUE;
380 AcpiGbl_GlobalLockAcquired = TRUE;
393 AcpiGbl_GlobalLockAcquired = TRUE;
404 AcpiGbl_GlobalLockPending = TRUE;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dtypes.h105 #ifndef TRUE
106 TRUE = 1, enumerator in enum:__anon1545
H A Dconfig.h23 #ifndef TRUE
24 #define TRUE 1 macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutinit.c332 AcpiGbl_AcpiHardwarePresent = TRUE;
341 AcpiGbl_SystemAwakeAndRunning = TRUE;
428 AcpiGbl_Shutdown = TRUE;
/haiku/src/bin/bfs_tools/lib/
H A Dmakefile91 # if TRUE symbols will be created
92 SYMBOLS = TRUE
95 # if TRUE will allow application to be run from

Completed in 101 milliseconds

123456789