Searched refs:Previous (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/lib/acpica/source/components/events/
H A Devgpeutil.c299 GpeXrupt->Previous = NextGpeXrupt;
372 if (GpeXrupt->Previous)
374 GpeXrupt->Previous->Next = GpeXrupt->Next;
385 GpeXrupt->Next->Previous = GpeXrupt->Previous;
H A Devgpeblk.c190 GpeBlock->Previous = NextGpeBlock;
240 if (!GpeBlock->Previous && !GpeBlock->Next)
255 if (GpeBlock->Previous)
257 GpeBlock->Previous->Next = GpeBlock->Next;
266 GpeBlock->Next->Previous = GpeBlock->Previous;
/barrelfish-2018-10-04/lib/acpica/source/components/utilities/
H A Duttrack.c454 return (Element->Previous);
533 ((ACPI_DEBUG_MEM_BLOCK *)(MemList->ListHead))->Previous =
538 Allocation->Previous = NULL;
547 Allocation->Previous = Element;
551 (Element->Next)->Previous = Allocation;
617 if (Allocation->Previous)
619 (Allocation->Previous)->Next = Allocation->Next;
628 (Allocation->Next)->Previous = Allocation->Previous;
/barrelfish-2018-10-04/lib/acpica/source/components/hardware/
H A Dhwpci.c405 ACPI_PCI_DEVICE *Previous; local
411 Previous = Next;
412 Next = Previous->Next;
413 ACPI_FREE (Previous);
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Dprmacros.c228 Gbl_DefineList->Previous = DefineInfo;
267 if (DefineInfo->Previous)
269 (DefineInfo->Previous)->Next = DefineInfo->Next;
278 (DefineInfo->Next)->Previous = DefineInfo->Previous;
H A Dpreprocess.h166 struct pr_define_info *Previous; member in struct:pr_define_info
/barrelfish-2018-10-04/lib/acpica/source/components/disassembler/
H A Ddmresrc.c268 BOOLEAN Previous = FALSE; local
283 if (Previous)
288 Previous = TRUE;
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Ddemo.pl66 farthest_point(X#Y, ListSender, Angle, Farthest, Previous, X0#Y0) :-
72 ( (Previous - Farthest) < 10
76 Farthest1 is (Farthest + Previous) / 2,
77 farthest_point(X#Y, ListSender, Angle, Farthest1, Previous, X0#Y0)
79 farthest_point(Point, ListSender, Angle, Farthest, Previous, FarthestPoint) :-
81 farthest_point(Point, ListSender, Angle, Farthest1, Previous, FarthestPoint).
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Daclocal.h653 struct acpi_gpe_block_info *Previous; member in struct:acpi_gpe_block_info
671 struct acpi_gpe_xrupt_info *Previous; member in struct:acpi_gpe_xrupt_info
1446 struct acpi_debug_mem_block *Previous; \
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Drepair.pl1106 sum_update(CV, Previous, Sum, Susp) :-
1110 CurrentSum is PreviousSum + (Current - Previous) * C,
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl1200 (var(GConst) -> % check GConst instead of Index. Previous check of var(Index) means GConst would be instatiated if Index non-var
/barrelfish-2018-10-04/doc/002-mackerel/
H A DMackerel.tex1850 Previous versions of Mackerel generated a C API by defining packed C

Completed in 158 milliseconds