Home
last modified time | relevance | path

Searched refs:PERC_FLAG (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c38 #define PERC_FLAG 0x8000U macro
391 mPosition[LoopVar10] = (NODE) (mPos | PERC_FLAG); in InsertNode()
419 mMatchPos = (NODE) (mPosition[LoopVar4] & ~PERC_FLAG); in InsertNode()
509 LoopVar10 = (NODE) (mPosition[LoopVar4] & ~PERC_FLAG); in DeleteNode()
517 while ((LoopVar9 & PERC_FLAG) != 0){ in DeleteNode()
518 LoopVar9 &= ~PERC_FLAG; in DeleteNode()
541 mPosition[LoopVar6] = (NODE) (LoopVar11 | WNDSIZ | PERC_FLAG); in DeleteNode()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c44 #define PERC_FLAG 0x8000U macro
678 mPosition[t] = (NODE)(mPos | PERC_FLAG); in InsertNode()
708 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG); in InsertNode()
782 t = (NODE)(mPosition[r] & ~PERC_FLAG); in DeleteNode()
788 while ((u = mPosition[q]) & PERC_FLAG) { in DeleteNode()
789 u &= ~PERC_FLAG; in DeleteNode()
806 mPosition[q] = (INT16)(s | WNDSIZ | PERC_FLAG); in DeleteNode()
DTianoCompress.c43 #define PERC_FLAG 0x80000000U macro
721 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG); in InsertNode()
749 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in InsertNode()
843 NodeT = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in DeleteNode()
851 while (NodeU & (UINT32) PERC_FLAG) { in DeleteNode()
852 NodeU &= (UINT32)~PERC_FLAG; in DeleteNode()
875 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ | (UINT32) PERC_FLAG); in DeleteNode()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c34 #define PERC_FLAG 0x8000U macro
675 mPosition[t] = (NODE)(mPos | PERC_FLAG); in InsertNode()
705 mMatchPos = (NODE)(mPosition[r] & ~PERC_FLAG); in InsertNode()
779 t = (NODE)(mPosition[r] & ~PERC_FLAG); in DeleteNode()
785 while ((u = mPosition[q]) & PERC_FLAG) { in DeleteNode()
786 u &= ~PERC_FLAG; in DeleteNode()
803 mPosition[q] = (INT16)(s | WNDSIZ | PERC_FLAG); in DeleteNode()
DTianoCompress.c33 #define PERC_FLAG 0x80000000U macro
708 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG); in InsertNode()
736 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in InsertNode()
830 NodeT = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in DeleteNode()
838 while (NodeU & (UINT32) PERC_FLAG) { in DeleteNode()
839 NodeU &= (UINT32)~PERC_FLAG; in DeleteNode()
862 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ | (UINT32) PERC_FLAG); in DeleteNode()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c40 #define PERC_FLAG 0x80000000U macro
533 mPosition[NodeT] = (NODE) (mPos | (UINT32) PERC_FLAG); in InsertNode()
561 mMatchPos = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in InsertNode()
655 NodeT = (NODE) (mPosition[NodeR] & (UINT32)~PERC_FLAG); in DeleteNode()
663 while (NodeU & (UINT32) PERC_FLAG) { in DeleteNode()
664 NodeU &= (UINT32)~PERC_FLAG; in DeleteNode()
687 mPosition[NodeQ] = (NODE) (NodeS | WNDSIZ | (UINT32) PERC_FLAG); in DeleteNode()