Home
last modified time | relevance | path

Searched refs:GetPowerOfTwo (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DGetPowerOfTwo.S29 .globl ASM_PFX(GetPowerOfTwo)
31 #GetPowerOfTwo (
51 ASM_PFX(GetPowerOfTwo):
67 #GetPowerOfTwo ENDP
H A DGetPowerOfTwo.asm30 ;GetPowerOfTwo (
50 GetPowerOfTwo PROC label
66 GetPowerOfTwo ENDP
H A DGetPowerOfTwo.c26 GetPowerOfTwo ( in GetPowerOfTwo() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
H A DEfiCommonLib_Edk2.inf48 Ia32/GetPowerOfTwo.c | MSFT
59 Ia32/GetPowerOfTwo.S | GCC
73 Ia32/GetPowerOfTwo.asm | INTEL
H A DMath.c190 GetPowerOfTwo ( in GetPowerOfTwo() function
H A DEfiCommonLib.inf48 Ia32/GetPowerOfTwo.c
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_Font.cxx132 …const Standard_Integer aTextureSizeX = OpenGl_Context::GetPowerOfTwo (aGlyphsNb * aMaxTileSizeX, a… in createTexture()
134 …const Standard_Integer aTextureSizeY = OpenGl_Context::GetPowerOfTwo (GLint((aGlyphsNb / aTilesPer… in createTexture()
H A DOpenGl_Texture.cxx317 const GLsizei aWidthP2 = OpenGl_Context::GetPowerOfTwo (theSizeXY.x(), aMaxSize); in Init()
318 const GLsizei aHeightP2 = OpenGl_Context::GetPowerOfTwo (theSizeXY.y(), aMaxSize); in Init()
333 const GLsizei aWidthP2 = OpenGl_Context::GetPowerOfTwo (theSizeXY.x(), aMaxSize); in Init()
334 const GLsizei aHeightP2 = OpenGl_Context::GetPowerOfTwo (theSizeXY.y(), aMaxSize); in Init()
721 myNbSamples = OpenGl_Context::GetPowerOfTwo (theNbSamples, theCtx->MaxMsaaSamples()); in Init2DMultisample()
H A DOpenGl_Context.hxx169 inline static Standard_Integer GetPowerOfTwo (const Standard_Integer theNumber, in GetPowerOfTwo() function in OpenGl_Context
H A DOpenGl_View.cxx1107 aNbSamples = OpenGl_Context::GetPowerOfTwo (aNbSamples, aCtx->MaxMsaaSamples()); in prepareFrameBuffers()
/dports/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0/src/
H A Dmga_storm.c267 GetPowerOfTwo(int w) in GetPowerOfTwo() function
303 log2w = GetPowerOfTwo(width); in MGASetupForCPUToScreenAlphaTextureFaked()
304 log2h = GetPowerOfTwo(height); in MGASetupForCPUToScreenAlphaTextureFaked()
387 log2w = GetPowerOfTwo(width); in MGASetupForCPUToScreenAlphaTexture()
388 log2h = GetPowerOfTwo(height); in MGASetupForCPUToScreenAlphaTexture()
486 log2w = GetPowerOfTwo(width); in MGASetupForCPUToScreenTexture()
487 log2h = GetPowerOfTwo(height); in MGASetupForCPUToScreenTexture()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
H A DEfiCommonLib.h748 GetPowerOfTwo (
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgraopengltype.pas471 function GetPowerOfTwo( Value : Integer ) : Integer; in GetPowerOfTwo() function
509 function GetPowerOfTwo( Value : Integer ) : Integer; in GetPowerOfTwo() function
820 (AFPImage.Width = GetPowerOfTwo(AFPImage.Width)) and
821 (AFPImage.Height = GetPowerOfTwo(AFPImage.Height)) then
1707 AllocatedWidthNeeded := GetPowerOfTwo(AWidth);
1708 AllocatedHeightNeeded := GetPowerOfTwo(AHeight);
H A Dbgracanvasgl.pas1189 bandHeight := GetPowerOfTwo(bandHeight);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgraopengltype.pas471 function GetPowerOfTwo( Value : Integer ) : Integer; in GetPowerOfTwo() function
509 function GetPowerOfTwo( Value : Integer ) : Integer; in GetPowerOfTwo() function
820 (AFPImage.Width = GetPowerOfTwo(AFPImage.Width)) and
821 (AFPImage.Height = GetPowerOfTwo(AFPImage.Height)) then
1707 AllocatedWidthNeeded := GetPowerOfTwo(AWidth);
1708 AllocatedHeightNeeded := GetPowerOfTwo(AHeight);
H A Dbgracanvasgl.pas1189 bandHeight := GetPowerOfTwo(bandHeight);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOpenGl_Context.hxx169 inline static Standard_Integer GetPowerOfTwo (const Standard_Integer theNumber, in GetPowerOfTwo() function in OpenGl_Context
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOpenGl_Context.hxx214 inline static Standard_Integer GetPowerOfTwo (const Standard_Integer theNumber, in GetPowerOfTwo() function in OpenGl_Context
/dports/security/seal/SEAL-3.7.2/native/tests/seal/util/
H A Duintcore.cpp574 TEST(UIntCore, GetPowerOfTwo) in TEST() argument