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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 46 #define NPT NT
48 #define NPT MAXNP
69 UINT8 mPTLen[NPT];
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLibInternals.h 46 #define NPT NT
48 #define NPT MAXNP
69 UINT8 mPTLen[NPT];
BaseUefiTianoCustomDecompressLib.c 326 ASSERT (nn <= NPT);
349 while (Index < Number && Index < NPT) {
378 while ((INT16) (--CharC) >= 0 && Index < NPT) {
384 while (Index < nn && Index < NPT) {
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 37 #define NPT NT
39 #define NPT MAXNP
60 UINT8 mPTLen[NPT];
BaseUefiDecompressLib.c 336 ASSERT (nn <= NPT);
357 while (Index < Number && Index < NPT) {
386 while ((INT16) (--CharC) >= 0 && Index < NPT) {
392 while (Index < nn && Index < NPT) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 53 #define NPT NT
55 #define NPT MAXNP
76 UINT8 mPTLen[NPT];
TianoCompress.c 58 //#define NPT NT
60 //#define NPT NP
69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
76 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.c 41 #define NPT NT
43 #define NPT MAXNP
64 UINT8 mPTLen[NPT];
377 assert (nn <= NPT);
EfiCompress.c 53 #define NPT NT
55 #define NPT NP
242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
250 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
TianoCompress.c 51 #define NPT NT
53 #define NPT NP
251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
258 mCFreq[2 * NC - 1], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 56 #define NPT NT
58 #define NPT NP
87 STATIC UINT8 mPTLen[NPT];
112 STATIC UINT16 mPTCode[NPT];
1076 ASSERT((LoopVar3+2)<NPT);
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 41 #define NPT NT
43 #define NPT MAXNP
64 UINT8 mPTLen[NPT];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 153 #define NPT NT
155 #define NPT MAXNP
176 UINT8 mPTLen[NPT];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 45 #define NPT NT
47 #define NPT MAXNP
68 UINT8 mPTLen[NPT];
EfiCompress.c 63 #define NPT NT
65 #define NPT NP
252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
260 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
TianoCompress.c 61 #define NPT NT
63 #define NPT NP
270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
277 mCFreq[2 * NC - 1], mCTable[4096], mCCode[NC], mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
  /external/vboot_reference/utility/
efidecompress.c 58 #define NPT NT
60 #define NPT MAXNP
81 UINT8 mPTLen[NPT];
eficompress.c 73 #define NPT NT
75 #define NPT NP
262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
270 mPFreq[2 * NP - 1], mPTCode[NPT], mTFreq[2 * NT - 1];
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReduction.h 334 template <int NPT, typename S, typename R, typename I>
339 template <int NPT, typename S, typename R, typename I>
342 template <int NPT, typename S, typename R, typename I>
687 template <int NPT, typename S, typename R, typename I> friend void internal::InnerReductionKernelHalfFloat(R, const S, I, I, half*);
689 template <int NPT, typename S, typename R, typename I> friend void internal::InnerReductionKernel(R, const S, I, I, typename S::CoeffReturnType*);
691 template <int NPT, typename S, typename R, typename I> friend void internal::OuterReductionKernel(R, const S, I, I, typename S::CoeffReturnType*);
    [all...]

Completed in 772 milliseconds