/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
TianoCompress.c | 251 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
308 mChildCount = NULL;
428 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
433 if (mLevel == NULL || mChildCount == NULL || mPosition == NULL ||
478 if (mChildCount != NULL) {
479 free (mChildCount);
614 mChildCount[Parent]++;
641 mChildCount[New] = 0;
825 mChildCount[NodeR]--; [all...] |
EfiCompress.c | 242 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
297 mChildCount = NULL;
419 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount));
424 if (mLevel == NULL || mChildCount == NULL || mPosition == NULL ||
463 if (mChildCount) {
464 free (mChildCount);
593 mChildCount[q]++;
619 mChildCount[New] = 0;
776 if (r >= WNDSIZ || --mChildCount[r] > 1) { [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
CtsTouchUtils.java | 443 final int mChildCount; 445 mChildCount = viewGroup.getChildCount(); 446 if (mChildCount == 0) { 451 mLast = viewGroup.getChildAt(mChildCount - 1); 471 mChildCount == that.mChildCount; 480 result = 31 * result + mChildCount;
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
CtsTouchUtils.java | 444 final int mChildCount; 446 mChildCount = viewGroup.getChildCount(); 447 if (mChildCount == 0) { 452 mLast = viewGroup.getChildAt(mChildCount - 1); 472 mChildCount == that.mChildCount; 481 result = 31 * result + mChildCount;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
TianoCompress.c | 270 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
328 mChildCount = NULL;
445 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
491 if (mChildCount != NULL) {
492 free (mChildCount);
627 mChildCount[Parent]++;
654 mChildCount[New] = 0;
838 mChildCount[NodeR]--;
839 if (mChildCount[NodeR] > 1) { [all...] |
EfiCompress.c | 252 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
307 mChildCount = NULL;
426 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount));
466 if (mChildCount) {
467 free (mChildCount);
596 mChildCount[q]++;
622 mChildCount[New] = 0;
779 if (r >= WNDSIZ || --mChildCount[r] > 1) {
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
Compress.c | 84 STATIC UINT8 *mChildCount;
193 mChildCount = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
226 SHELL_FREE_NON_NULL (mChildCount);
310 mChildCount[LoopVar6]++;
329 mChildCount[New] = 0;
504 mChildCount[LoopVar4]--;
505 if (mChildCount[LoopVar4] > 1) {
1335 mChildCount = NULL;
|
/external/vboot_reference/utility/ |
eficompress.c | 262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen; 317 mChildCount = NULL; 436 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount)); 476 if (mChildCount) { 477 free (mChildCount); 606 mChildCount[q]++; 632 mChildCount[New] = 0; 789 if (r >= WNDSIZ || --mChildCount[r] > 1) {
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
TianoCompress.c | 69 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
127 mChildCount = NULL;
252 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
257 if (mLevel == NULL || mChildCount == NULL || mPosition == NULL ||
303 if (mChildCount != NULL) {
304 free (mChildCount);
439 mChildCount[Parent]++;
466 mChildCount[New] = 0;
650 mChildCount[NodeR]--; [all...] |