Home
last modified time | relevance | path

Searched refs:funcSize (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/gismo/gismo-21.12.0/extensions/gsKLShell/
H A DgsFunctionSum.h70 index_t funcSize() const {return m_functions.size();} in funcSize() function
125 for (index_t p = 1; p!=m_geom->funcSize(); p++) in eval_into()
137 for (index_t p = 1; p!=m_geom->funcSize(); p++) in deriv_into()
150 for (index_t p = 1; p!=m_geom->funcSize(); p++) in deriv2_into()
164 for (index_t p = 1; p!=m_geom->funcSize(); p++) in evalAllDers_into()
178 for (index_t p = 0; p!= m_geom->funcSize(); p++) in GISMO_CLONE_FUNCTION()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DHLESubscriber.cpp324 u32 funcSize = g_symbolMap->GetFunctionSize(funcBegin); in WebSocketHLEFuncRemove() local
330 u32 expandedSize = g_symbolMap->GetFunctionSize(prevBegin) + funcSize; in WebSocketHLEFuncRemove()
335 MIPSAnalyst::ForgetFunctions(funcBegin, funcBegin + funcSize - 1); in WebSocketHLEFuncRemove()
354 json.writeUint("size", funcSize); in WebSocketHLEFuncRemove()
383 u32 funcSize = g_symbolMap->GetFunctionSize(funcBegin); in WebSocketHLEFuncRename() local
387 MIPSAnalyst::ForgetFunctions(funcBegin, funcBegin + funcSize - 1); in WebSocketHLEFuncRename()
388 MIPSAnalyst::RegisterFunction(funcBegin, funcSize, name.c_str()); in WebSocketHLEFuncRename()
397 json.writeUint("size", funcSize); in WebSocketHLEFuncRename()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DHLESubscriber.cpp324 u32 funcSize = g_symbolMap->GetFunctionSize(funcBegin); in WebSocketHLEFuncRemove() local
330 u32 expandedSize = g_symbolMap->GetFunctionSize(prevBegin) + funcSize; in WebSocketHLEFuncRemove()
335 MIPSAnalyst::ForgetFunctions(funcBegin, funcBegin + funcSize - 1); in WebSocketHLEFuncRemove()
354 json.writeUint("size", funcSize); in WebSocketHLEFuncRemove()
383 u32 funcSize = g_symbolMap->GetFunctionSize(funcBegin); in WebSocketHLEFuncRename() local
387 MIPSAnalyst::ForgetFunctions(funcBegin, funcBegin + funcSize - 1); in WebSocketHLEFuncRename()
388 MIPSAnalyst::RegisterFunction(funcBegin, funcSize, name.c_str()); in WebSocketHLEFuncRename()
397 json.writeUint("size", funcSize); in WebSocketHLEFuncRename()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Debugger/WebSocket/
H A DHLESubscriber.cpp324 u32 funcSize = g_symbolMap->GetFunctionSize(funcBegin); in WebSocketHLEFuncRemove() local
330 u32 expandedSize = g_symbolMap->GetFunctionSize(prevBegin) + funcSize; in WebSocketHLEFuncRemove()
335 MIPSAnalyst::ForgetFunctions(funcBegin, funcBegin + funcSize - 1); in WebSocketHLEFuncRemove()
354 json.writeUint("size", funcSize); in WebSocketHLEFuncRemove()
383 u32 funcSize = g_symbolMap->GetFunctionSize(funcBegin); in WebSocketHLEFuncRename() local
387 MIPSAnalyst::ForgetFunctions(funcBegin, funcBegin + funcSize - 1); in WebSocketHLEFuncRename()
388 MIPSAnalyst::RegisterFunction(funcBegin, funcSize, name.c_str()); in WebSocketHLEFuncRename()
397 json.writeUint("size", funcSize); in WebSocketHLEFuncRename()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DReplaceTables.h66 std::vector<int> GetReplacementFuncIndexes(u64 hash, int funcSize);
73 bool CanReplaceJalTo(u32 dest, const ReplacementTableEntry **entry, u32 *funcSize);
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DReplaceTables.h66 std::vector<int> GetReplacementFuncIndexes(u64 hash, int funcSize);
73 bool CanReplaceJalTo(u32 dest, const ReplacementTableEntry **entry, u32 *funcSize);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DReplaceTables.h66 std::vector<int> GetReplacementFuncIndexes(u64 hash, int funcSize);
73 bool CanReplaceJalTo(u32 dest, const ReplacementTableEntry **entry, u32 *funcSize);
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/physfs/
H A Dphysfs_sdl.cpp31 Sint64 funcSize(struct SDL_RWops* context) in funcSize() function
125 ops->size = funcSize; in get_physfs_SDLRWops()
153 ops->size = funcSize; in get_writable_physfs_SDLRWops()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/ARM64/
H A DArm64Jit.cpp481 u32 funcSize = 0; in ReplaceJalTo() local
482 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
511 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
531 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
533 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
538 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmJit.cpp481 u32 funcSize = 0; in ReplaceJalTo() local
482 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
515 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
535 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
537 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
542 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/ARM64/
H A DArm64Jit.cpp481 u32 funcSize = 0; in ReplaceJalTo() local
482 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
511 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
531 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
533 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
538 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmJit.cpp481 u32 funcSize = 0; in ReplaceJalTo() local
482 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
515 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
535 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
537 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
542 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/ARM64/
H A DArm64Jit.cpp481 u32 funcSize = 0; in ReplaceJalTo() local
482 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
511 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
531 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
533 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
538 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/ARM/
H A DArmJit.cpp481 u32 funcSize = 0; in ReplaceJalTo() local
482 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
515 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
535 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
537 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
542 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRFrontend.cpp140 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
142 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
147 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRFrontend.cpp140 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
142 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
147 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/IR/
H A DIRFrontend.cpp140 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
142 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
147 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/x86/
H A DJit.cpp530 u32 funcSize = 0; in ReplaceJalTo() local
531 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
560 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
578 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
580 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
585 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/x86/
H A DJit.cpp530 u32 funcSize = 0; in ReplaceJalTo() local
531 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
560 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
578 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
580 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
585 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/x86/
H A DJit.cpp530 u32 funcSize = 0; in ReplaceJalTo() local
531 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
560 blocks.ProxyBlock(js.blockStart, dest, funcSize / sizeof(u32), GetCodePtr()); in ReplaceJalTo()
578 u32 funcSize = g_symbolMap->GetFunctionSize(GetCompilerPC()); in Comp_ReplacementFunc() local
580 if (!disabled && funcSize != SymbolMap::INVALID_ADDRESS && funcSize > sizeof(u32)) { in Comp_ReplacementFunc()
585 …disabled = CBreakPoints::RangeContainsBreakPoint(GetCompilerPC() + sizeof(u32), funcSize - sizeof(… in Comp_ReplacementFunc()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/dwarfgen/
H A Ddwinl.go414 func checkInlCall(funcName string, inlCalls dwarf.InlCalls, funcSize int64, idx, parentIdx int) {
423 parentRanges := []dwarf.Range{dwarf.Range{Start: int64(0), End: funcSize}}
438 checkInlCall(funcName, inlCalls, funcSize, k, idx)
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/MIPS/
H A DMipsJit.cpp250 u32 funcSize = 0; in ReplaceJalTo() local
251 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/MIPS/
H A DMipsJit.cpp250 u32 funcSize = 0;
251 if (!CanReplaceJalTo(dest, &entry, &funcSize)) {
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/MIPS/
H A DMipsJit.cpp250 u32 funcSize = 0; in ReplaceJalTo() local
251 if (!CanReplaceJalTo(dest, &entry, &funcSize)) { in ReplaceJalTo()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/
H A DMIPSAnalyst.h121 const char *LookupHash(u64 hash, u32 funcSize);

12