Searched defs:mN (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/ |
H A D | EfiCompress.c | 252 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 1389 if (i < mN) { 1546 mN = NParm; 1549 Avail = mN; 1552 for (i = 0; i < mN; i++) { 1572 if (i < mN) { 1578 if (j < mN) {
|
H A D | TianoCompress.c | 261 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 1522 if (Index < mN) { 1697 mN = NParm; 1700 Avail = mN; 1703 for (Index = 0; Index < mN; Index++) { 1726 if (Index < mN) { 1733 if (Index2 < mN) {
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/ |
H A D | TianoCompress.c | 78 STATIC INT32 mRemainder, mMatchLen, mBitCount, mHeapSize, mN; variable 1347 if (Index < mN) { 1522 mN = NParm; 1525 Avail = mN; 1528 for (Index = 0; Index < mN; Index++) { 1551 if (Index < mN) { 1558 if (Index2 < mN) {
|
Completed in 78 milliseconds