Searched defs:Cycle (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Dispatcher.c158 BOOLEAN Cycle; local
172 Cycle = FALSE;
186 if (Cycle) {
195 Cycle = TRUE;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/
H A DSynchronization.c104 INT64 Cycle; local
131 Cycle = End - Start;
132 if (Cycle < 0) {
133 Cycle = -Cycle;
135 Cycle++;
146 Delta += Cycle;
H A DSynchronizationGcc.c114 INT64 Cycle; local
141 Cycle = End - Start;
142 if (Cycle < 0) {
143 Cycle = -Cycle;
145 Cycle++;
156 Delta += Cycle;
H A DSynchronizationMsc.c116 INT64 Cycle; local
143 Cycle = End - Start;
144 if (Cycle < 0) {
145 Cycle = -Cycle;
147 Cycle++;
158 Delta += Cycle;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c236 BOOLEAN Cycle; local
263 Cycle = FALSE;
275 if (Cycle) {
285 Cycle = TRUE;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h70 /* Define a Cycle node which is used to track lists of cycles for later
77 } Cycle; typedef in typeref:struct:_c
110 #define newCycle (Cycle *) calloc(1, sizeof(Cycle));

Completed in 302 milliseconds