Home
last modified time | relevance | path

Searched refs:FindSpace (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dquick_gc.cpp77 virtual LocalMemSpace *FindSpace(POLYUNSIGNED length, bool isMutable) = 0;
88 virtual LocalMemSpace *FindSpace(POLYUNSIGNED length, bool isMutable);
101 virtual LocalMemSpace *FindSpace(POLYUNSIGNED length, bool isMutable);
192 LocalMemSpace *lSpace = FindSpace(n, isMutable); in FindNewAddress()
249 LocalMemSpace *RootScanner::FindSpace(POLYUNSIGNED n, bool isMutable) in FindSpace() function in RootScanner
279 LocalMemSpace *ThreadScanner::FindSpace(POLYUNSIGNED n, bool isMutable) in FindSpace() function in ThreadScanner
/dports/games/pioneer/pioneer-20210723/src/
H A DStringRange.h58 const char *FindSpace() const;
124 inline const char *StringRange::FindSpace() const in FindSpace() function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/DuetPkg/EfiLdr/
H A DSupport.h35 FindSpace(
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS_Context.h41 int FindSpace(const SpaceVec &spaceVec, const std::string &space); // returns -1 if not found
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS_Context.h41 int FindSpace(const SpaceVec &spaceVec, const std::string &space); // returns -1 if not found
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/photoshop/
H A DOpenColorIO_PS_Context.h41 int FindSpace(const SpaceVec &spaceVec, const std::string &space); // returns -1 if not found
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/photoshop/win/
H A DOpenColorIO_PS_Dialogs_Win.cpp591 if(-1 == FindSpace(colorSpaces, g_inputSpace)) in TrackConfigMenu()
596 if(-1 == FindSpace(colorSpaces, g_outputSpace)) in TrackConfigMenu()
604 if(-1 == FindSpace(devices, g_device)) in TrackConfigMenu()
612 if(-1 == FindSpace(transforms, g_transform)) in TrackConfigMenu()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/photoshop/win/
H A DOpenColorIO_PS_Dialogs_Win.cpp591 if(-1 == FindSpace(colorSpaces, g_inputSpace)) in TrackConfigMenu()
596 if(-1 == FindSpace(colorSpaces, g_outputSpace)) in TrackConfigMenu()
604 if(-1 == FindSpace(devices, g_device)) in TrackConfigMenu()
612 if(-1 == FindSpace(transforms, g_transform)) in TrackConfigMenu()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/photoshop/win/
H A DOpenColorIO_PS_Dialogs_Win.cpp591 if(-1 == FindSpace(colorSpaces, g_inputSpace)) in TrackConfigMenu()
596 if(-1 == FindSpace(colorSpaces, g_outputSpace)) in TrackConfigMenu()
604 if(-1 == FindSpace(devices, g_device)) in TrackConfigMenu()
612 if(-1 == FindSpace(transforms, g_transform)) in TrackConfigMenu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h122 lldb::addr_t FindSpace(size_t size);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Expression/
H A DIRMemoryMap.h123 lldb::addr_t FindSpace(size_t size);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp45 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace() function in IRMemoryMap
321 allocation_address = FindSpace(allocation_size); in Malloc()
352 allocation_address = FindSpace(allocation_size); in Malloc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Expression/
H A DIRMemoryMap.cpp45 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace() function in IRMemoryMap
321 allocation_address = FindSpace(allocation_size); in Malloc()
352 allocation_address = FindSpace(allocation_size); in Malloc()
/dports/misc/visp/visp-3.4.0/3rdparty/atidaq/
H A Dftconfig.c62 unsigned short FindSpace(char *str, unsigned short StartPos);
561 EndPos=FindSpace(ValueList,StartPos); // find end of value in Separate()
576 unsigned short FindSpace(char *str, unsigned short StartPos) { in FindSpace() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Expression/
H A DIRMemoryMap.cpp45 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace() function in IRMemoryMap
321 allocation_address = FindSpace(allocation_size); in Malloc()
352 allocation_address = FindSpace(allocation_size); in Malloc()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Expression/
H A DIRMemoryMap.cpp45 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace() function in IRMemoryMap
321 allocation_address = FindSpace(allocation_size); in Malloc()
352 allocation_address = FindSpace(allocation_size); in Malloc()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp45 lldb::addr_t IRMemoryMap::FindSpace(size_t size) { in FindSpace() function in IRMemoryMap
321 allocation_address = FindSpace(allocation_size); in Malloc()
352 allocation_address = FindSpace(allocation_size); in Malloc()

12