Home
last modified time | relevance | path

Searched refs:bcLength (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dxbc.cpp1823 uint32_t bcLength; in read() local
1824 size += bx::read(_reader, bcLength, _err); in read()
1826 uint32_t len = (bcLength-2)*sizeof(uint32_t); in read()
1836 const uint32_t bcLength = len / sizeof(uint32_t) + 2; in write() local
1840 size += bx::write(_writer, bcLength, _err); in write()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dshader_dxbc.cpp1823 uint32_t bcLength; in read() local
1824 size += bx::read(_reader, bcLength, _err); in read()
1826 uint32_t len = (bcLength-2)*sizeof(uint32_t); in read()
1836 const uint32_t bcLength = len / sizeof(uint32_t) + 2; in write() local
1840 size += bx::write(_writer, bcLength, _err); in write()
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_restore.cpp2455 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in TranslateFunction() local
2456 asCArray<asUINT> bcSizes(bcLength); in TranslateFunction()
2457 asCArray<asUINT> instructionNbrToPos(bcLength); in TranslateFunction()
2458 for( n = 0; n < bcLength; ) in TranslateFunction()
2473 for( n = 0; n < bcLength; bcNum++ ) in TranslateFunction()
2744 for( n = 0; n < bcLength; ) in TranslateFunction()
2810 for( n = 0; n < bcLength; ) in TranslateFunction()
H A Das_module.cpp1307 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in AddScriptFunction() local
1308 for( asUINT n = 0; n < bcLength; ) in AddScriptFunction()
H A Das_scriptengine.cpp3807 asUINT bcLength = asBCTypeSize[asBCInfo[asBC_OBJTYPE].type] + in GenerateTemplateFactoryStub() local
3812 bcLength += asBCTypeSize[asBCInfo[asBC_JitEntry].type]; in GenerateTemplateFactoryStub()
3814 bcLength += asBCTypeSize[asBCInfo[asBC_SwapPtr].type]; in GenerateTemplateFactoryStub()
3816 func->scriptData->byteCode.SetLength(bcLength); in GenerateTemplateFactoryStub()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_restore.cpp2626 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in TranslateFunction() local
2627 asCArray<asUINT> bcSizes(bcLength); in TranslateFunction()
2628 asCArray<asUINT> instructionNbrToPos(bcLength); in TranslateFunction()
2629 for( n = 0; n < bcLength; ) in TranslateFunction()
2644 for( n = 0; n < bcLength; bcNum++ ) in TranslateFunction()
2923 for( n = 0; n < bcLength; ) in TranslateFunction()
2989 for( n = 0; n < bcLength; ) in TranslateFunction()
H A Das_module.cpp1269 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in AddScriptFunction() local
1270 for( asUINT n = 0; n < bcLength; ) in AddScriptFunction()
H A Das_scriptengine.cpp3759 asUINT bcLength = asBCTypeSize[asBCInfo[asBC_OBJTYPE].type] + in GenerateTemplateFactoryStub() local
3764 bcLength += asBCTypeSize[asBCInfo[asBC_JitEntry].type]; in GenerateTemplateFactoryStub()
3766 bcLength += asBCTypeSize[asBCInfo[asBC_SwapPtr].type]; in GenerateTemplateFactoryStub()
3768 func->scriptData->byteCode.SetLength(bcLength); in GenerateTemplateFactoryStub()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_restore.cpp2455 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in TranslateFunction() local
2456 asCArray<asUINT> bcSizes(bcLength); in TranslateFunction()
2457 asCArray<asUINT> instructionNbrToPos(bcLength); in TranslateFunction()
2458 for( n = 0; n < bcLength; ) in TranslateFunction()
2473 for( n = 0; n < bcLength; bcNum++ ) in TranslateFunction()
2744 for( n = 0; n < bcLength; ) in TranslateFunction()
2810 for( n = 0; n < bcLength; ) in TranslateFunction()
H A Das_module.cpp1308 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in AddScriptFunction() local
1309 for( asUINT n = 0; n < bcLength; ) in AddScriptFunction()
H A Das_scriptengine.cpp3816 asUINT bcLength = asBCTypeSize[asBCInfo[asBC_OBJTYPE].type] + in GenerateTemplateFactoryStub() local
3821 bcLength += asBCTypeSize[asBCInfo[asBC_JitEntry].type]; in GenerateTemplateFactoryStub()
3823 bcLength += asBCTypeSize[asBCInfo[asBC_SwapPtr].type]; in GenerateTemplateFactoryStub()
3825 func->scriptData->byteCode.SetLength(bcLength); in GenerateTemplateFactoryStub()
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_restore.cpp2725 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in TranslateFunction() local
2726 asCArray<asUINT> bcSizes(bcLength); in TranslateFunction()
2727 asCArray<asUINT> instructionNbrToPos(bcLength); in TranslateFunction()
2728 for( n = 0; n < bcLength; ) in TranslateFunction()
2743 for( n = 0; n < bcLength; bcNum++ ) in TranslateFunction()
3022 for( n = 0; n < bcLength; ) in TranslateFunction()
3088 for( n = 0; n < bcLength; ) in TranslateFunction()
H A Das_module.cpp1297 asUINT bcLength = (asUINT)func->scriptData->byteCode.GetLength(); in AddScriptFunction() local
1298 for( asUINT n = 0; n < bcLength; ) in AddScriptFunction()
H A Das_scriptengine.cpp3833 asUINT bcLength = asBCTypeSize[asBCInfo[asBC_OBJTYPE].type] + in GenerateTemplateFactoryStub() local
3838 bcLength += asBCTypeSize[asBCInfo[asBC_JitEntry].type]; in GenerateTemplateFactoryStub()
3840 bcLength += asBCTypeSize[asBCInfo[asBC_SwapPtr].type]; in GenerateTemplateFactoryStub()
3842 func->scriptData->byteCode.SetLength(bcLength); in GenerateTemplateFactoryStub()