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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 34 #define PERC_FLAG 0x8000U
657 // The usage of PERC_FLAG ensures proper node deletion
675 mPosition[t] = (NODE)(mPos | PERC_FLAG);
705 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG);
755 Delete outdated string info. (The Usage of PERC_FLAG
779 t = (NODE)(mPosition[r] & ~PERC_FLAG);
785 while ((u = mPosition[q]) & PERC_FLAG) {
786 u &= ~PERC_FLAG;
803 mPosition[q] = (INT16)(s | WNDSIZ | PERC_FLAG);
TianoCompress.c 33 #define PERC_FLAG 0x80000000U
685 // The usage of PERC_FLAG ensures proper node deletion
708 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG);
736 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG);
796 Delete outdated string info. (The Usage of PERC_FLAG
830 NodeT = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG);
838 while (NodeU & (UINT32) PERC_FLAG) {
839 NodeU &= (UINT32)~PERC_FLAG;
862 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ | (UINT32) PERC_FLAG);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 44 #define PERC_FLAG 0x8000U
660 // The usage of PERC_FLAG ensures proper node deletion
678 mPosition[t] = (NODE)(mPos | PERC_FLAG);
708 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG);
758 Delete outdated string info. (The Usage of PERC_FLAG
782 t = (NODE)(mPosition[r] & ~PERC_FLAG);
788 while ((u = mPosition[q]) & PERC_FLAG) {
789 u &= ~PERC_FLAG;
806 mPosition[q] = (INT16)(s | WNDSIZ | PERC_FLAG);
TianoCompress.c 43 #define PERC_FLAG 0x80000000U
698 // The usage of PERC_FLAG ensures proper node deletion
721 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG);
749 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG);
809 Delete outdated string info. (The Usage of PERC_FLAG
843 NodeT = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG);
851 while (NodeU & (UINT32) PERC_FLAG) {
852 NodeU &= (UINT32)~PERC_FLAG;
875 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ | (UINT32) PERC_FLAG);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 38 #define PERC_FLAG 0x8000U
368 // The usage of PERC_FLAG ensures proper node deletion
391 mPosition[LoopVar10] = (NODE) (mPos | PERC_FLAG);
419 mMatchPos = (NODE) (mPosition[LoopVar4] & ~PERC_FLAG);
471 Delete outdated string info. (The Usage of PERC_FLAG
509 LoopVar10 = (NODE) (mPosition[LoopVar4] & ~PERC_FLAG);
517 while ((LoopVar9 & PERC_FLAG) != 0){
518 LoopVar9 &= ~PERC_FLAG;
541 mPosition[LoopVar6] = (NODE) (LoopVar11 | WNDSIZ | PERC_FLAG);
  /external/vboot_reference/utility/
eficompress.c 54 #define PERC_FLAG 0x8000U
670 // The usage of PERC_FLAG ensures proper node deletion
688 mPosition[t] = (NODE)(mPos | PERC_FLAG);
718 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG);
768 Delete outdated string info. (The Usage of PERC_FLAG
792 t = (NODE)(mPosition[r] & ~PERC_FLAG);
798 while ((u = mPosition[q]) & PERC_FLAG) {
799 u &= ~PERC_FLAG;
816 mPosition[q] = (INT16)(s | WNDSIZ | PERC_FLAG);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 40 #define PERC_FLAG 0x80000000U
510 // The usage of PERC_FLAG ensures proper node deletion
533 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG);
561 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG);
621 Delete outdated string info. (The Usage of PERC_FLAG
655 NodeT = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG);
663 while (NodeU & (UINT32) PERC_FLAG) {
664 NodeU &= (UINT32)~PERC_FLAG;
687 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ | (UINT32) PERC_FLAG);
    [all...]

Completed in 196 milliseconds