/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/ |
D | hi3660-hikey960.dts | 203 * NC = not connected (pin out but not routed from the chip to 246 "NC", "NC", 249 "NC"; 255 "NC", "NC", "NC", 269 "NC", 274 "NC"; 280 "NC", "NC", 284 "NC", "NC", "NC"; 294 "NC", "NC", 302 "NC", "NC", "NC", [all …]
|
D | hi6220-hikey.dts | 160 * NC = not connected (not routed from the SoC) 190 "WL_HOST_WAKE", "NC", "NC", "NC", "BT_REG_ON"; 205 gpio-line-names = "GPIO3_0", "NC", "NC", "", "NC", "", 206 "WLAN_ACTIVE", "NC", "NC"; 211 "USER_LED4", "SD_SEL", "NC", "NC", "BT_ACTIVE"; 215 gpio-line-names = "NC", "NC", 218 "[AUX_SSI1]", "NC", 229 "NC", "NC", "NC", 234 gpio-line-names = "NC", "NC", "NC", "NC", 237 "NC", "NC"; [all …]
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/ |
D | BaseUefiTianoCustomDecompressLibInternals.h | 39 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 66 UINT16 mLeft[2 * NC - 1]; 67 UINT16 mRight[2 * NC - 1]; 68 UINT8 mCLen[NC];
|
D | BaseUefiTianoCustomDecompressLib.c | 222 if (*Pointer == 0 && Avail < (2 * NC - 1)) { in MakeTable() 227 if (*Pointer < (2 * NC - 1)) { in MakeTable() 418 SetMem (Sd->mCLen, NC, 0); in ReadCLen() 428 while (Index < Number && Index < NC) { in ReadCLen() 460 while ((INT16) (--CharC) >= 0 && Index < NC) { in ReadCLen() 471 SetMem (Sd->mCLen + Index, NC - Index, 0); in ReadCLen() 473 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 536 if (Index2 >= NC) { in DecodeC() 547 } while (Index2 >= NC); in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 39 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 66 UINT16 mLeft[2 * NC - 1]; 67 UINT16 mRight[2 * NC - 1]; 68 UINT8 mCLen[NC];
|
D | BaseUefiDecompressLib.c | 455 for (Index = 0; Index < NC; Index++) { in GlueReadCLen() 510 while (Index < NC) { in GlueReadCLen() 514 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in GlueReadCLen() 577 if (Index2 >= NC) { in GlueDecodeC() 588 } while (Index2 >= NC); in GlueDecodeC()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/ |
D | BaseUefiDecompressLibInternals.h | 30 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 57 UINT16 mLeft[2 * NC - 1]; 58 UINT16 mRight[2 * NC - 1]; 59 UINT8 mCLen[NC];
|
D | BaseUefiDecompressLib.c | 231 if (*Pointer == 0 && Avail < (2 * NC - 1)) { in MakeTable() 236 if (*Pointer < (2 * NC - 1)) { in MakeTable() 426 SetMem (Sd->mCLen, NC, 0); in ReadCLen() 433 while (Index < Number && Index < NC) { in ReadCLen() 465 while ((INT16) (--CharC) >= 0 && Index < NC) { in ReadCLen() 476 SetMem (Sd->mCLen + Index, NC - Index, 0); in ReadCLen() 478 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 541 if (Index2 >= NC) { in DecodeC() 552 } while (Index2 >= NC); in DecodeC()
|
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/ |
D | TianoDecompress.c | 34 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 61 UINT16 mLeft[2 * NC - 1]; 62 UINT16 mRight[2 * NC - 1]; 63 UINT8 mCLen[NC]; 458 for (Index = 0; Index < NC; Index++) { in ReadCLen() 514 while (Index < NC) { in ReadCLen() 518 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 567 if (Index2 >= NC) { in DecodeC() 578 } while (Index2 >= NC); in DecodeC()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | Decompress.c | 38 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 65 UINT16 mLeft[2 * NC - 1]; 66 UINT16 mRight[2 * NC - 1]; 67 UINT8 mCLen[NC]; 463 for (Index = 0; Index < NC; Index++) { in ReadCLen() 519 while (Index < NC) { in ReadCLen() 523 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 573 if (Index2 >= NC) { in DecodeC() 584 } while (Index2 >= NC); in DecodeC()
|
D | EfiCompress.c | 56 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD) macro 252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 253 STATIC INT16 mHeap[NC + 1]; 258 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], 259 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], 952 n = NC; in CountTFreq() 1044 n = NC; in WriteCLen() 1126 Root = MakeTree(NC, mCFreq, mCLen, mCCode); in SendBlock() 1129 if (Root >= NC) { in SendBlock() 1168 for (i = 0; i < NC; i++) { in SendBlock() [all …]
|
D | TianoCompress.c | 54 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD) macro 270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 271 STATIC INT16 mHeap[NC + 1]; 276 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT… 277 …mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1… 1044 Number = NC; in CountTFreq() 1147 Number = NC; in WriteCLen() 1243 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() 1246 if (Root >= NC) { in SendBlock() 1294 for (Index = 0; Index < NC; Index++) { in SendBlock() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.h | 46 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 73 UINT16 mLeft[2 * NC - 1]; 74 UINT16 mRight[2 * NC - 1]; 75 UINT8 mCLen[NC];
|
D | TianoCompress.c | 69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 70 STATIC INT16 mHeap[NC + 1]; 75 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT… 76 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; 856 Number = NC; in CountTFreq() 959 Number = NC; in WriteCLen() 1055 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() 1059 if (Root >= NC) { in SendBlock() 1107 for (Index = 0; Index < NC; Index++) { in SendBlock() 1181 for (Index = 0; Index < NC; Index++) { in HufEncodeStart() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | Decompress.c | 33 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 61 UINT16 mLeft[2 * NC - 1]; 62 UINT16 mRight[2 * NC - 1]; 63 UINT8 mCLen[NC]; 459 for (Index = 0; Index < NC; Index++) { in ReadCLen() 517 while (Index < NC) { in ReadCLen() 521 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 571 if (Index2 >= NC) { in DecodeC() 582 } while (Index2 >= NC); in DecodeC()
|
D | EfiCompress.c | 46 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD) macro 242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 243 STATIC INT16 mHeap[NC + 1]; 248 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], 249 mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1],mCCode[NC], 949 n = NC; in CountTFreq() 1041 n = NC; in WriteCLen() 1123 Root = MakeTree(NC, mCFreq, mCLen, mCCode); in SendBlock() 1126 if (Root >= NC) { in SendBlock() 1165 for (i = 0; i < NC; i++) { in SendBlock() [all …]
|
D | TianoCompress.c | 44 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD) macro 251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 252 STATIC INT16 mHeap[NC + 1]; 257 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], mCrcTable[UINT… 258 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1]; 1031 Number = NC; in CountTFreq() 1134 Number = NC; in WriteCLen() 1230 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() 1233 if (Root >= NC) { in SendBlock() 1281 for (Index = 0; Index < NC; Index++) { in SendBlock() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/ |
D | Decompress.c | 146 #define NC (0xff + MAXMATCH + 2 - THRESHOLD) macro 173 UINT16 mLeft[2 * NC - 1]; 174 UINT16 mRight[2 * NC - 1]; 175 UINT8 mCLen[NC]; 609 for (Index = 0; Index < NC; Index++) { in ReadCLen() 665 while (Index < NC) { in ReadCLen() 669 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable); in ReadCLen() 719 if (Index2 >= NC) { in DecodeC() 730 } while (Index2 >= NC); in DecodeC()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 49 #define NC (UINT8_MAX + MAXMATCH + 2 - THRESHOLD) macro 86 STATIC UINT8 mCLen[NC]; 89 STATIC INT16 mHeap[NC + 1]; 106 STATIC UINT16 mLeft[2 * NC - 1]; 107 STATIC UINT16 mRight[2 * NC - 1]; 109 STATIC UINT16 mCFreq[2 * NC - 1]; 110 STATIC UINT16 mCCode[NC]; 953 LoopVar8 = NC; in CountTFreq() 1044 LoopVar8 = NC; in WriteCLen() 1104 Root = MakeTree (NC, mCFreq, mCLen, mCCode); in SendBlock() [all …]
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 396 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], 397 - mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], 398 + mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCCode[NC],
|
D | ShellR33.patch | 1495 STATIC UINT16 *mFreq, *mSortPtr, mLenCnt[17], mLeft[2 * NC - 1], mRight[2 * NC - 1], 1496 - mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], 1497 + mCrcTable[UINT8_MAX + 1], mCFreq[2 * NC - 1], mCCode[NC],
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 721 �a�����%��!o�&C��������aҢ�a�����������%��!c�NC�@A@
|