Searched refs:NewTime (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/acpica/source/compiler/
H A Daslcompile.c546 struct tm *NewTime; local
591 NewTime = localtime (&Aclock);
595 Prefix, Gbl_Files[ASL_FILE_INPUT].Filename, asctime (NewTime),
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Devents.pl1942 insert_into_after_event_queue([Event-Time|EQ0], NewTime, NewEvent, EQ) :-
1943 (NewTime < Time ->
1944 EQ = [NewEvent-NewTime,Event-Time|EQ0]
1946 insert_into_after_event_queue(EQ0, NewTime, NewEvent, EQ1)

Completed in 47 milliseconds