Home
last modified time | relevance | path

Searched defs:LoadU (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/freeimage/FreeImage/Wrapper/Delphi/src/
H A DFreeBitmap.pas144 …function LoadU(const FileName: {$IFDEF DELPHI2010}string{$ELSE}WideString{$ENDIF}; Flag: Integer =… in LoadU() function
1003 function TFreeBitmap.LoadU(const FileName: {$IFDEF DELPHI2010}string{$ELSE}WideString{$ENDIF}; in LoadU() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_cclimber.cpp1062 UINT8 *LoadU = DrvUser1; in GetRoms() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_cclimber.cpp1135 UINT8 *LoadU = DrvUser1; in GetRoms() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h791 HWY_INLINE Vec1<T> LoadU(Sisd<T> d, const T* HWY_RESTRICT p) { in LoadU() function
H A Darm_sve-inl.h723 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
H A Drvv-inl.h824 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h791 HWY_INLINE Vec1<T> LoadU(Sisd<T> d, const T* HWY_RESTRICT p) { in LoadU() function
H A Darm_sve-inl.h723 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
H A Drvv-inl.h824 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/ops/
H A Dscalar-inl.h863 HWY_API Vec1<T> LoadU(Sisd<T> d, const T* HWY_RESTRICT p) { in LoadU() function
H A Dwasm_256-inl.h1181 HWY_API Vec256<T> LoadU(Full256<T> d, const T* HWY_RESTRICT p) { in LoadU() function
H A Darm_sve-inl.h898 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
H A Drvv-inl.h1079 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
/dports/devel/highway/highway-0.15.0/hwy/ops/
H A Dscalar-inl.h838 HWY_API Vec1<T> LoadU(Sisd<T> d, const T* HWY_RESTRICT p) { in LoadU() function
H A Darm_sve-inl.h876 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
H A Drvv-inl.h946 HWY_API VFromD<D> LoadU(D d, const TFromD<D>* HWY_RESTRICT p) { in LoadU() function
H A Dwasm_256-inl.h1312 HWY_API Vec256<T> LoadU(Simd<T, N> d, const T* HWY_RESTRICT p) { in LoadU() function
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/
H A DFreeImageStaticImports.cs317 …private static extern FIBITMAP LoadU(FREE_IMAGE_FORMAT fif, string filename, FREE_IMAGE_LOAD_FLAGS… in LoadU() method in FreeImageAPI.FreeImage
/dports/graphics/py-freeimagepy/FreeImagePy-2.0.1/FreeImagePy/
H A DFreeImagePy.py190 def LoadU(self, typ, fileName, flags=False): member in freeimage
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/UnitTest/
H A DFreeImage.cs4449 …private static extern FIBITMAP LoadU(FREE_IMAGE_FORMAT fif, string filename, FREE_IMAGE_LOAD_FLAGS… in LoadU() method in FreeImageAPI.FreeImage