Searched refs:mf (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ipf/
H A DInterlockedCompareExchange32.s27 mf
H A DInterlockedCompareExchange64.s26 mf
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.c168 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 DAsmCpuMisc.s33 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 Ddbmalloc.c92 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 DUIWizardCloneVDPageBasic2.cpp164 CMediumFormat mf = mediumFormat(); local
165 if (mf.isNull())
173 capabilities = mf.GetCapabilities();
H A DUIWizardCloneVDPageExpert.cpp195 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 DUIWizardNewVDPageBasic1.cpp163 CMediumFormat mf = mediumFormat(); local
164 if (mf.isNull())
172 capabilities = mf.GetCapabilities();
H A DUIWizardNewVDPageExpert.cpp197 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 Dwatcom_f.mak19 CFLAGS = -zq -mf -3r -fp3 -s -bt=dos -oilrtfm -fr=nul -wx
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jar ... META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp773 * @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 DApplianceImpl.h147 HRESULT i_findMediumFormatFromDiskImage(const ovf::DiskImage &di, ComObjPtr<MediumFormat>& mf);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py1453 mf = LinkMap(FilePath) variable
/vbox/src/libs/libxml2-2.6.31/
H A Dconfigure30640 "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...]

Completed in 547 milliseconds