Searched refs:TRUE (Results 101 - 125 of 220) sorted by path

123456789

/haiku/src/libs/mapm/
H A Dmapmfact.c165 while (TRUE)
174 while (TRUE)
239 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 Dmapmgues.c185 while (TRUE)
197 while (TRUE)
H A Dmapmipwr.c88 while (TRUE)
H A Dmapmistr.c118 while (TRUE)
H A Dmapmpwr2.c96 while (TRUE)
H A Dmapmrsin.c86 while (TRUE)
152 while (TRUE)
H A Dmapmsqrt.c140 while (TRUE)
171 bflag = TRUE;
H A Dmapmutil.c117 static int M_util_firsttime = TRUE;
118 static int M_firsttime3 = TRUE;
180 M_util_firsttime = TRUE;
190 M_firsttime3 = TRUE;
317 while (TRUE) /* remove lead-in '0' if any */
331 while (TRUE) /* find out how many '00' bytes we can move */
358 while (TRUE) /* remove trailing '0' if any */
367 while (TRUE)
442 while (TRUE)
473 while (TRUE)
[all...]
H A Dmapmutl2.c267 while (TRUE) /* build the digits in reverse order */
278 while (TRUE) /* fill output string in the correct order */
298 while (TRUE)
322 while (TRUE)
329 while (TRUE) /* scan until first char matches */
341 while (TRUE)
/haiku/src/tests/kits/interface/bshelf/
H A DShelfTest.cpp35 BEntry *archive_file(bool create = TRUE);
74 frame_set = TRUE;
79 frame_set = TRUE;
191 return TRUE;
/haiku/headers/os/support/
H A DSupportDefs.h250 #ifndef TRUE
251 # define TRUE 1 macro
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp222 if (checkAndLogFailure(AcpiInitializeTables(NULL, 0, TRUE),
H A DEmbeddedController.cpp676 sc->ec_burstactive = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsdebug.c207 Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE);
H A Ddsmethod.c743 ThisWalkState->MethodPathname = AcpiNsGetNormalizedPathname (MethodNode, TRUE);
744 ThisWalkState->MethodIsNested = TRUE;
H A Ddsobject.c259 ObjDesc->Reference.Resolved = TRUE;
H A Ddspkginit.c225 ModuleLevelCode = TRUE;
588 * To disable these errors, set this global to TRUE:
642 Element->Reference.Resolved = TRUE;
H A Ddsutils.c221 * RETURN: TRUE if implicit return enabled, FALSE otherwise
264 return (TRUE);
277 return (TRUE);
288 * RETURN: TRUE if result is used, FALSE otherwise
309 return_UINT8 (TRUE);
321 (void) AcpiDsDoImplicitReturn (WalkState->ResultObj, WalkState, TRUE);
436 return_UINT8 (TRUE);
H A Ddswexec.c284 WalkState->ControlState->Common.Value = TRUE;
298 (void) AcpiDsDoImplicitReturn (LocalObjDesc, WalkState, TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devevent.c275 AcpiGbl_EventsInitialized = TRUE;
H A Devglock.c225 AcpiGbl_GlobalLockPresent = TRUE;
380 AcpiGbl_GlobalLockAcquired = TRUE;
393 AcpiGbl_GlobalLockAcquired = TRUE;
404 AcpiGbl_GlobalLockPending = TRUE;
H A Devgpe.c1012 GpeEventInfo->DisableForDispatch = TRUE;
H A Devgpeblk.c658 *IsPollingNeeded = TRUE;
673 GpeBlock->Initialized = TRUE;
H A Devgpeinit.c367 WalkInfo.ExecuteByOwnerId = TRUE;
420 * per-OwnerId evaluation if ExecuteByOwnerId is TRUE in the
429 * If WalkInfo->ExecuteByOwnerId is TRUE, we only execute examine GPE methods

Completed in 297 milliseconds

123456789