Home
last modified time | relevance | path

Searched refs:nearest_obj (Results 1 – 23 of 23) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp1954 nearest_obj = A; in hud_target_closest_locked_missile()
1961 Assert(nearest_obj); in hud_target_closest_locked_missile()
2277 nearest_obj = A; in hud_target_closest()
3614 nearest_obj = A; in hud_show_hostile_triangle()
3636 nearest_obj = A; in hud_show_hostile_triangle()
4905 nearest_obj = A; in hud_target_closest_repair_ship()
4968 nearest_obj = A; in hud_target_closest_uninspected_object()
5048 nearest_obj = A; in hud_target_uninspected_object()
5056 nearest_obj = A; in hud_target_uninspected_object()
5066 nearest_obj = min_obj; in hud_target_uninspected_object()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp2222 nearest_obj = A; in hud_target_closest()
3569 nearest_obj = A; in hud_show_hostile_triangle()
3591 nearest_obj = A; in hud_show_hostile_triangle()
3604 hostile_obj = nearest_obj; in hud_show_hostile_triangle()
4889 nearest_obj = A; in hud_target_closest_repair_ship()
4952 nearest_obj = A; in hud_target_closest_uninspected_object()
4956 if (nearest_obj != NULL) { in hud_target_closest_uninspected_object()
5032 nearest_obj = A; in hud_target_uninspected_object()
5040 nearest_obj = A; in hud_target_uninspected_object()
5050 nearest_obj = min_obj; in hud_target_uninspected_object()
[all …]
/dports/devel/wasm3/wasm3-0.5.0/test/wasi/c-ray/
H A Dc-ray-f.c267 struct sphere *nearest_obj = 0; in trace() local
279 if(!nearest_obj || sp.dist < nearest_sp.dist) { in trace()
280 nearest_obj = iter; in trace()
288 if(nearest_obj) { in trace()
289 col = shade(nearest_obj, &nearest_sp, depth); in trace()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/kasan/
H A Dreport_sw_tags.c48 object = nearest_obj(cache, page, (void *)addr); in kasan_get_bug_type()
H A Dgeneric.c339 object = nearest_obj(cache, page, addr); in kasan_record_aux_stack()
H A Dreport.c238 void *object = nearest_obj(cache, page, addr); in print_address_description()
H A Dcommon.c338 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in ____kasan_slab_free()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/kasan/
H A Dreport_sw_tags.c48 object = nearest_obj(cache, page, (void *)addr); in kasan_get_bug_type()
H A Dgeneric.c339 object = nearest_obj(cache, page, addr); in kasan_record_aux_stack()
H A Dreport.c238 void *object = nearest_obj(cache, page, addr); in print_address_description()
H A Dcommon.c338 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in ____kasan_slab_free()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/kasan/
H A Dreport_sw_tags.c48 object = nearest_obj(cache, page, (void *)addr); in kasan_get_bug_type()
H A Dgeneric.c339 object = nearest_obj(cache, page, addr); in kasan_record_aux_stack()
H A Dreport.c238 void *object = nearest_obj(cache, page, addr); in print_address_description()
H A Dcommon.c338 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in ____kasan_slab_free()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dslab_def.h90 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
H A Dslub_def.h167 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dslab_def.h90 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
H A Dslub_def.h167 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dslab_def.h90 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
H A Dslub_def.h167 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/Sequence.ocd/
H A DScript.c256 public func GetHero(object nearest_obj) in GetHero() argument
261 if (nearest_obj) in GetHero()
262 …this.hero = nearest_obj->FindObject(Find_ID(Clonk), Find_Not(Find_Owner(NO_OWNER)), nearest_obj->S… in GetHero()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DDrawWindow2D.cpp162 int nearest_obj = CatchDrawObject(point); in OnMouseMove() local