Searched defs:mf (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/ |
H A D | UIWizardCloneVDPageBasic2.cpp | 164 CMediumFormat mf = mediumFormat(); local 165 if (mf.isNull()) 173 capabilities = mf.GetCapabilities();
|
H A D | UIWizardCloneVDPageExpert.cpp | 195 CMediumFormat mf = mediumFormat(); local 196 if (mf.isNull()) 205 capabilities = mf.GetCapabilities(); 217 m_strDefaultExtension = defaultExtension(mf);
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/ |
H A D | UIWizardNewVDPageBasic1.cpp | 163 CMediumFormat mf = mediumFormat(); local 164 if (mf.isNull()) 172 capabilities = mf.GetCapabilities();
|
H A D | UIWizardNewVDPageExpert.cpp | 197 CMediumFormat mf = mediumFormat(); local 198 if (mf.isNull()) 207 capabilities = mf.GetCapabilities(); 219 m_strDefaultExtension = defaultExtension(mf);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | dbmalloc.c | 92 int mf, 96 if( (node_pt)0 != node->prev ) dump(name, node->prev, mf, debug); 98 if( node->line == mf ) fprintf(stderr, "[%s]: Line %d was allocated!\n", name, node->line); 99 if( (node_pt)0 != node->next ) dump(name, node->next, mf, debug); 118 int mf, 152 if( PR_SUCCESS != PR_SetMallocCountdown(mf) ) 154 fprintf(stderr, "[%s]: Cannot set malloc countdown to %d\n", name, mf); 196 dump(name, head, mf, debug); 88 dump( const char *name, node_pt node, int mf, int debug ) argument 115 t2( const char *name, int mf, int debug ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | LzFindMt.c | 168 CMatchFinder *mf = mt->MatchFinder; local 169 if (MatchFinder_NeedMove(mf)) 174 const Byte *beforePtr = MatchFinder_GetPointerToCurrentPos(mf); 176 MatchFinder_MoveBlock(mf); 177 afterPtr = MatchFinder_GetPointerToCurrentPos(mf); 188 MatchFinder_ReadIfRequired(mf); 189 if (mf->pos > (kMtMaxValForNormalize - kMtHashBlockSize)) 191 UInt32 subValue = (mf->pos - mf->historySize - 1); 192 MatchFinder_ReduceOffsets(mf, subValu 468 CMatchFinder *mf = p->MatchFinder; local 492 CMatchFinder *mf = p->MatchFinder; local [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | activation.jar | ... META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ... |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
H A D | FvImage.py | 1453 mf = LinkMap(FilePath) variable
|
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImpl.cpp | 773 * @param mf Medium Format 778 HRESULT Appliance::i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf) argument 809 mf.setNull(); 822 mf = pSysProps->i_mediumFormatFromExtension(pszExt); 825 mf.setNull(); 828 mf = pSysProps->i_mediumFormat(strSrcFormat); 830 if (mf.isNull()) 991 cOperations += 1 + 1; // another one for the mf & another one for temporary creation
|
Completed in 1074 milliseconds