Searched refs:TRUE (Results 151 - 175 of 220) sorted by relevance

123456789

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCPipeOutCtrl.cpp155 m_Mutes[wIndex] = TRUE;
171 SetGain(0,0,ECHOGAIN_UPDATE,TRUE);
H A DCEchoGals_mixer.cpp232 return TRUE;
296 fFound = TRUE;
1901 if ( TRUE == GetDspCommObject()->IsTransportActive() )
1957 m_BusOutLineLevels[0].SetGain(ECHOGAIN_UPDATE,TRUE);
1958 m_PipeOutCtrl.SetGain(0,0,ECHOGAIN_UPDATE,TRUE);
2040 m_PipeOutCtrl.SetGain(wBusOut,wBusOut,ECHOGAIN_UPDATE,TRUE);
H A DCEchoGals.h441 BOOL fCheckHardware = TRUE,
451 BOOL fFreeDuck = TRUE
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c163 * Return TRUE if @guid is a valid pointer to a GUID and it is the zero GUID
912 collision = TRUE;
1210 ismember = TRUE;
1230 ismember = TRUE;
1242 return TRUE;
2023 needgroups = TRUE;
2029 needgroups = TRUE;
2056 somegroup = TRUE;
2607 usid, gsid, TRUE);
2613 usid, gsid, TRUE);
[all...]
H A Ddir.c1914 BOOL case_sensitive_match = TRUE;
1998 looking_for_dos_name = TRUE;
2003 looking_for_dos_name = TRUE;
2045 looking_for_win32_name = TRUE;
2616 deleted = TRUE;
2618 done = TRUE;
2708 || ntfs_forbidden_names(ni->vol,shortname,shortlen,TRUE)) {
2735 oldname, oldlen, TRUE);
2736 closed = TRUE;
2747 closed = TRUE;
[all...]
H A Dreparse.c303 ok = TRUE;
356 morelinks = TRUE;
802 bad = TRUE;
924 possible = TRUE;
H A Dbootsect.c59 * Return TRUE if @b contains a valid ntfs boot sector and FALSE if not.
171 ret = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswexec.c284 WalkState->ControlState->Common.Value = TRUE;
298 (void) AcpiDsDoImplicitReturn (LocalObjDesc, WalkState, TRUE);
H A Ddsmethod.c743 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
744 ThisWalkState->MethodIsNested = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair2.c627 Removing = TRUE;
637 Removing = TRUE;
H A Dnsxfeval.c218 FreeBufferOnError = TRUE;
928 Found = TRUE;
H A Dnsnames.c546 PrefixPath = AcpiNsGetNormalizedPathname (PrefixScope->Scope.Node, TRUE);
/haiku/src/bin/unzip/
H A Dzipinfo.c439 int hflag_slmv=TRUE, hflag_2=FALSE; /* diff options => diff defaults */
440 int tflag_slm=TRUE, tflag_2v=FALSE;
475 uO.C_flag = TRUE;
482 hflag_2 = hflag_slmv = explicit_h = TRUE;
504 G.M_flag = TRUE;
517 tflag_2v = tflag_slm = explicit_t = TRUE;
526 uO.T_flag = TRUE;
543 error = TRUE;
780 do_this_file = TRUE;
782 fn_matched[i] = TRUE;
[all...]
H A Dmatch.c14 expression), returning TRUE if a match is found or FALSE if not. This
47 returns TRUE if string matches pattern, FALSE otherwise. In the pattern:
303 return TRUE;
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DMACLib.h366 virtual int UnlockBuffer(int nBytesAdded, BOOL bProcess = TRUE) = 0;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dbios.c498 return TRUE;
756 found = TRUE;
771 found = TRUE;
785 found = TRUE;
803 found = TRUE;
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp268 calendar.setLenient(TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconvrt.c467 SupressZeros = TRUE; /* No leading zeros */
H A Dexconfig.c621 ACPI_TABLE_ORIGIN_INTERNAL_VIRTUAL, Table, TRUE, &TableIndex);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutobject.c477 * RETURN: TRUE if object is valid, FALSE otherwise
507 return (TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsaddr.c422 * RETURN: TRUE if the ResourceType field is OK, FALSE otherwise
474 return (TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbxface.c339 AcpiGbl_EnableTableValidation = TRUE;
H A Dtbxfload.c232 AcpiGbl_NamespaceInitialized = TRUE;
H A Dtbutils.c504 ACPI_TABLE_ORIGIN_INTERNAL_PHYSICAL, NULL, FALSE, TRUE,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devhandler.c266 * RETURN: TRUE if default handler is installed, FALSE otherwise
298 return (TRUE);

Completed in 137 milliseconds

123456789