Searched refs:Prev (Results 1 - 18 of 18) sorted by relevance

/barrelfish-master/lib/acpica/source/compiler/
H A Daslexternal.c156 ACPI_PARSE_OBJECT *Prev; local
180 Prev = Gbl_ExternalsListHead;
181 Next = Prev;
184 Prev = Next;
188 Prev->Asl.Next = ListOp;
398 ACPI_PARSE_OBJECT *Prev; local
442 Prev = Next = ParentOp->Asl.Child;
448 Prev = Next;
454 if (Prev == ExternalOp)
461 Prev
[all...]
H A Daslerror.c209 ASL_ERROR_MSG *Prev; local
224 Prev = NULL;
230 Prev = Next;
238 if (Prev)
240 Prev->Next = Enode;
H A Ddtio.c281 DT_FIELD *Prev; local
285 Prev = Next = Gbl_FieldList;
289 Prev = Next;
293 if (Prev)
295 Prev->Next = Field;
/barrelfish-master/usr/skb/programs/
H A Ddecoding_net_queries.pl74 fromto([],Prev,Next,MemoryRecords)
82 Next = [pt_memory(Base,Size)|Prev]
87 fromto([],Prev,Next,DeviceRecords)
95 Next = [pt_device(Base,Size)|Prev]
110 fromto([],Prev,Next,Rs)
113 Next = [reg(Addr,Size)|Prev]
120 fromto([],Prev,Next,Is)
124 Next = [int(Base,Limit)|Prev]
H A Ddecoding_net.pl115 fromto([],Prev,Next,Ranges)
118 Next = [Range|Prev]
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutaddress.c225 ACPI_ADDRESS_RANGE *Prev; local
239 RangeInfo = Prev = AcpiGbl_AddressRangeList[SpaceId];
244 if (RangeInfo == Prev) /* Found at list head */
250 Prev->Next = RangeInfo->Next;
263 Prev = RangeInfo;
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmnames.c369 ACPI_PARSE_OBJECT *Prev; local
407 Prev = NULL; /* Start with Root Node */
408 while (Prev != Op)
415 if (Search->Common.Parent == Prev)
425 if (Prev)
466 Prev = Search;
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexmutex.c160 (ObjDesc->Mutex.Next)->Mutex.Prev = ObjDesc->Mutex.Prev;
163 if (ObjDesc->Mutex.Prev)
165 (ObjDesc->Mutex.Prev)->Mutex.Next = ObjDesc->Mutex.Next;
173 (ObjDesc->Mutex.Prev)->Mutex.OriginalSyncLevel =
208 ObjDesc->Mutex.Prev = NULL;
215 ListHead->Mutex.Prev = ObjDesc;
561 "Prev SyncLevel %u, Depth %u TID %p\n",
581 "Prev SyncLevel %u, Depth %u\n",
649 ObjDesc->Mutex.Prev
[all...]
/barrelfish-master/lib/acpica/source/components/parser/
H A Dpsloop.c389 ACPI_OPERAND_OBJECT *Prev; local
400 Prev = Next = AcpiGbl_ModuleCodeList;
403 Prev = Next;
411 if (!Prev ||
412 ((Prev->Method.AmlStart + Prev->Method.AmlLength) != AmlStart))
446 if (!Prev)
452 Prev->Method.Mutex = MethodObj;
458 "Appending to existing code block: %p\n", Prev));
460 Prev
[all...]
H A Dpsparse.c219 ACPI_PARSE_OBJECT *Prev; local
250 Prev = Op->Common.Parent->Common.Value.Arg;
251 if (!Prev)
336 if (Prev == Op)
356 else while (Prev)
360 Next = Prev->Common.Next;
368 Prev->Common.Next = ReplacementOp;
374 Prev->Common.Next = Op->Common.Next;
378 Prev = Next;
H A Dpsargs.c837 ACPI_PARSE_OBJECT *Prev = NULL; local
887 if (Prev)
889 Prev->Common.Next = Field;
895 Prev = Field;
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnseval.c429 ACPI_OPERAND_OBJECT *Prev; local
458 Prev = Next;
463 Prev->Method.Mutex = NULL;
464 AcpiNsExecModuleCode (Prev, Info);
469 AcpiUtRemoveReference (Prev);
H A Dnsutils.c776 ACPI_OPERAND_OBJECT *Prev; local
784 Prev = Next;
786 Prev->Method.Mutex = NULL; /* Clear the Mutex (cheated) field */
787 AcpiUtRemoveReference (Prev);
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dfd_arith.pl803 next_elem(1*X, Prev, Prev + X) :- !.
804 next_elem(-1*X, Prev, Prev - X) :- !.
805 next_elem(K*X, Prev, Prev + K*X) :-
808 next_elem(K*X, Prev, Prev - K1*X) :-
812 next_elem(K, Prev, G) :-
816 G = Prev
[all...]
H A Dquintus.pl1045 getval(systime, Prev),
1046 Last is Total - Prev,
1051 getval(realtime, Prev),
1052 Last is Total - Prev,
1057 getval(walltime, Prev),
1058 Last is Total - Prev,
H A Dio.pl101 gen_open_stream(Prev, Stream) :-
102 ( next_open_stream(Prev, Next) ->
103 ( Stream = Prev ; gen_open_stream(Next, Stream) )
105 Stream = Prev
/barrelfish-master/lib/acpica/source/include/
H A Dacobject.h261 union acpi_operand_object *Prev; /* Link for list of acquired mutexes */ member in struct:acpi_object_mutex
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Deplex_relax.pl455 % Prev indicates whether the previous point was `above', `below' or
461 wrap_points(I, N, Points, YMin, YMax, Prev, UHullPoints0, UHullPoints, LHullPoints0, LHullPoints) :-
466 ( I > 1, Prev \== above ->
468 ( Prev = below ->
495 ( I > 1, Prev \== below ->
497 ( Prev = above ->
525 ( Prev = above ->
539 ; Prev = below ->

Completed in 193 milliseconds