Home
last modified time | relevance | path

Searched refs:alloc_pos (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/bullet/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp117 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
119 if (alloc_pos != BT_UINT_MAX) in allocate()
121 return get_element_data(alloc_pos); in allocate()
124 alloc_pos = allocate_from_pool(element_count); in allocate()
126 if (alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
127 return get_element_data(alloc_pos); in allocate()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp117 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
119 if (alloc_pos != BT_UINT_MAX) in allocate()
121 return get_element_data(alloc_pos); in allocate()
124 alloc_pos = allocate_from_pool(element_count); in allocate()
126 if (alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
127 return get_element_data(alloc_pos); in allocate()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp126 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
128 if(alloc_pos != BT_UINT_MAX) in allocate()
130 return get_element_data(alloc_pos); in allocate()
133 alloc_pos = allocate_from_pool(element_count); in allocate()
135 if(alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
136 return get_element_data(alloc_pos); in allocate()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp126 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
128 if(alloc_pos != BT_UINT_MAX) in allocate()
130 return get_element_data(alloc_pos); in allocate()
133 alloc_pos = allocate_from_pool(element_count); in allocate()
135 if(alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
136 return get_element_data(alloc_pos); in allocate()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp117 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
119 if (alloc_pos != BT_UINT_MAX) in allocate()
121 return get_element_data(alloc_pos); in allocate()
124 alloc_pos = allocate_from_pool(element_count); in allocate()
126 if (alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
127 return get_element_data(alloc_pos); in allocate()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/gimpact/GIMPACT/Bullet/
H A DbtGenericPoolAllocator.cpp117 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
119 if (alloc_pos != BT_UINT_MAX) in allocate()
121 return get_element_data(alloc_pos); in allocate()
124 alloc_pos = allocate_from_pool(element_count); in allocate()
126 if (alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
127 return get_element_data(alloc_pos); in allocate()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp126 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
128 if(alloc_pos != BT_UINT_MAX) in allocate()
130 return get_element_data(alloc_pos); in allocate()
133 alloc_pos = allocate_from_pool(element_count); in allocate()
135 if(alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
136 return get_element_data(alloc_pos); in allocate()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp117 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
119 if (alloc_pos != BT_UINT_MAX) in allocate()
121 return get_element_data(alloc_pos); in allocate()
124 alloc_pos = allocate_from_pool(element_count); in allocate()
126 if (alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
127 return get_element_data(alloc_pos); in allocate()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp126 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
128 if(alloc_pos != BT_UINT_MAX) in allocate()
130 return get_element_data(alloc_pos); in allocate()
133 alloc_pos = allocate_from_pool(element_count); in allocate()
135 if(alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
136 return get_element_data(alloc_pos); in allocate()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp117 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
119 if (alloc_pos != BT_UINT_MAX) in allocate()
121 return get_element_data(alloc_pos); in allocate()
124 alloc_pos = allocate_from_pool(element_count); in allocate()
126 if (alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
127 return get_element_data(alloc_pos); in allocate()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp126 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
128 if(alloc_pos != BT_UINT_MAX) in allocate()
130 return get_element_data(alloc_pos); in allocate()
133 alloc_pos = allocate_from_pool(element_count); in allocate()
135 if(alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
136 return get_element_data(alloc_pos); in allocate()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/Gimpact/
H A DbtGenericPoolAllocator.cpp117 size_t alloc_pos = allocate_from_free_nodes(element_count); in allocate() local
119 if (alloc_pos != BT_UINT_MAX) in allocate()
121 return get_element_data(alloc_pos); in allocate()
124 alloc_pos = allocate_from_pool(element_count); in allocate()
126 if (alloc_pos == BT_UINT_MAX) return NULL; // not space in allocate()
127 return get_element_data(alloc_pos); in allocate()
/dports/lang/clover/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/tools/
H A Daubinator_viewer_urb.h47 ImVec2 alloc_pos(window_pos.x, y); in DrawAllocation()
58 draw_list->AddText(alloc_pos, ImGui::GetColorU32(ImGuiCol_Text), label); in DrawAllocation()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_io.h41 int alloc_pos; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_io.h41 int alloc_pos; member

12