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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DTianoCompress.c810 NODE NodeU; local
838 NodeU = mPosition[NodeQ];
839 while (NodeU & (UINT32) PERC_FLAG) {
840 NodeU &= (UINT32)~PERC_FLAG;
841 if (NodeU >= mPos) {
842 NodeU -= WNDSIZ;
845 if (NodeU > NodeS) {
846 NodeS = NodeU;
851 NodeU = mPosition[NodeQ];
855 if (NodeU >
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c632 NODE NodeU; local
660 NodeU = mPosition[NodeQ];
661 while (NodeU & (UINT32) PERC_FLAG) {
662 NodeU &= (UINT32)~PERC_FLAG;
663 if (NodeU >= mPos) {
664 NodeU -= WNDSIZ;
667 if (NodeU > NodeS) {
668 NodeS = NodeU;
673 NodeU = mPosition[NodeQ];
677 if (NodeU >
[all...]

Completed in 259 milliseconds