HomeSort by relevance Sort by last modified time
    Searched refs:NodeU (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
TianoCompress.c 809 NODE NodeU;
837 NodeU = mPosition[NodeQ];
838 while (NodeU & (UINT32) PERC_FLAG) {
839 NodeU &= (UINT32)~PERC_FLAG;
840 if (NodeU >= mPos) {
841 NodeU -= WNDSIZ;
844 if (NodeU > NodeS) {
845 NodeS = NodeU;
850 NodeU = mPosition[NodeQ];
854 if (NodeU >= mPos) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
TianoCompress.c 822 NODE NodeU;
850 NodeU = mPosition[NodeQ];
851 while (NodeU & (UINT32) PERC_FLAG) {
852 NodeU &= (UINT32)~PERC_FLAG;
853 if (NodeU >= mPos) {
854 NodeU -= WNDSIZ;
857 if (NodeU > NodeS) {
858 NodeS = NodeU;
863 NodeU = mPosition[NodeQ];
867 if (NodeU >= mPos) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 634 NODE NodeU;
662 NodeU = mPosition[NodeQ];
663 while (NodeU & (UINT32) PERC_FLAG) {
664 NodeU &= (UINT32)~PERC_FLAG;
665 if (NodeU >= mPos) {
666 NodeU -= WNDSIZ;
669 if (NodeU > NodeS) {
670 NodeS = NodeU;
675 NodeU = mPosition[NodeQ];
679 if (NodeU >= mPos) {
    [all...]

Completed in 176 milliseconds