Searched refs:TRUE (Results 76 - 100 of 220) sorted by relevance

123456789

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals.cpp232 m_fMixerDisabled = TRUE;
309 fMidiReceived = TRUE;
H A DCDarla24DspCommObject.cpp96 m_bASICLoaded = TRUE;
H A DCMidiInQ.cpp269 m_pEG->GetDspCommObject()->SetMidiOn( TRUE );
271 pContext->fOpen = TRUE;
351 m_pEG->GetDspCommObject()->SetMidiOn( TRUE );
414 return 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 DCGMLDspCommObject.cpp185 if (TRUE == m_fDigitalInAutoMute)
H A DCGina.cpp165 SetProfessionalSpdif( TRUE );
/haiku/src/libs/mapm/
H A Dmapm_lg4.c77 while (TRUE)
H A Dmapmistr.c118 while (TRUE)
H A Dmapmfmul.c143 static int M_firsttimef = TRUE;
293 M_firsttimef = TRUE;
568 while (TRUE)
586 while (TRUE)
637 while (TRUE)
675 while (TRUE)
H A Dmapm_cpi.c132 while (TRUE)
H A Dmapm_lg2.c100 while (TRUE)
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h9 #define TRUE 1 macro
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstring.c328 FoundBadChar = TRUE;
H A Dutstrsuppt.c430 * RETURN: TRUE if a "0x" prefix was found at the start of the string
445 return (TRUE); /* String is past leading 0x */
497 return (TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacglobal.h259 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_Shutdown, TRUE);
260 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_EarlyInitialization, TRUE);
425 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_CstyleDisassembly, TRUE);
427 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DmOpt_Verbose, TRUE);
429 ACPI_INIT_GLOBAL (BOOLEAN, AcpiGbl_DoDisassemblerOptimizations, TRUE);
H A Dacapps.h248 #define ACPI_GET_ONLY_AML_TABLES TRUE
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devxfregn.c256 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE);
380 AcpiEvDetachRegion (RegionObj, TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexutils.c277 * RETURN: TRUE if a truncation was performed, FALSE otherwise.
311 return (TRUE);
595 * RETURN: TRUE if SpaceId is a valid/supported ID.
614 return (TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c381 BOOLEAN IsBridge = TRUE;
557 *IsBridge = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsparse.c257 Info->FullPathname = AcpiNsGetNormalizedPathname (Info->Node, TRUE);
371 WalkState->NamespaceOverride = TRUE;
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h21 status_t Pause(bool doBlock = TRUE, bigtime_t timeout = 0);
/haiku/src/add-ons/translators/jpeg/
H A Dbe_jdatadst.cpp89 * reset the pointer & count to the start of the buffer, and return TRUE
118 return TRUE;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c644 * Returns: TRUE Option understood
651 return TRUE;
654 return TRUE;
657 return TRUE;
660 return TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsdebug.c207 Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbfadt.c489 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL, NULL, FALSE, TRUE,
500 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL, NULL, FALSE, TRUE,
507 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL, NULL, FALSE, TRUE,
564 AcpiGbl_ReducedHardware = TRUE;
714 * Override: if AcpiGbl_Use32BitFadtAddresses is TRUE, and:

Completed in 118 milliseconds

123456789