Searched defs:mN (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c252 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 DTianoCompress.c261 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 DTianoCompress.c78 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 94 milliseconds