/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ipf/ |
H A D | InterlockedCompareExchange32.s | 27 mf
|
H A D | InterlockedCompareExchange64.s | 26 mf
|
/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/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/ |
H A D | AsmCpuMisc.s | 33 mf;; // memory access ordering 35 // do we need the mf.a also here? 36 mf.a // wait for any IO to complete?
|
/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/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/zlib-1.2.6/watcom/ |
H A D | watcom_f.mak | 19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
|
/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/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
|
/vbox/src/VBox/Main/include/ |
H A D | ApplianceImpl.h | 147 HRESULT i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ |
H A D | FvImage.py | 1453 mf = LinkMap(FilePath) variable
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | configure | 30640 "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do 30642 mf=`echo "$mf" | sed -e 's/:.*$//'` 30650 if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then 30651 dirpart=`$as_dirname -- "$mf" || 30652 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 30653 X"$mf" : 'X\(//\)[^/]' \| \ 30654 X"$mf" : 'X\(//\)$' \| \ 30655 X"$mf" : 'X\(/\)' \| . 2>/dev/null || 30656 echo X"$mf" | [all...] |