Home
last modified time | relevance | path

Searched refs:handle_v (Results 1 – 12 of 12) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/asmrun/
H A Dnatdynlink.c98 CAMLprim value caml_natdynlink_run(value handle_v, value symbol) { in caml_natdynlink_run() argument
99 CAMLparam2 (handle_v, symbol); in caml_natdynlink_run()
102 void* handle = Handle_val(handle_v); in caml_natdynlink_run()
152 CAMLlocal3 (res, v, handle_v); in caml_natdynlink_run_toplevel()
169 handle_v = Val_handle(handle); in caml_natdynlink_run_toplevel()
171 v = caml_natdynlink_run(handle_v, symbol); in caml_natdynlink_run_toplevel()
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmrun/
H A Dnatdynlink.c98 CAMLprim value caml_natdynlink_run(value handle_v, value symbol) { in caml_natdynlink_run() argument
99 CAMLparam2 (handle_v, symbol); in caml_natdynlink_run()
102 void* handle = Handle_val(handle_v); in caml_natdynlink_run()
152 CAMLlocal3 (res, v, handle_v); in caml_natdynlink_run_toplevel()
169 handle_v = Val_handle(handle); in caml_natdynlink_run_toplevel()
171 v = caml_natdynlink_run(handle_v, symbol); in caml_natdynlink_run_toplevel()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/Contexts/
H A DContextIntersect.cpp75 if (!handle_v()) return false; in parseCmdArgs()
377 bool ContextIntersect::handle_v() in handle_v() function in ContextIntersect
H A DContextIntersect.h127 virtual bool handle_v();
/dports/lang/python-legacy/Python-2.7.18/Tools/pybench/
H A DCommandLine.py564 def handle_v(self, value): member in Application
624 def handle_v(self,arg): member in _test.MyApplication
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
H A DCommandLine.py564 def handle_v(self, value): member in Application
624 def handle_v(self,arg): member in _test.MyApplication
/dports/lang/python27/Python-2.7.18/Tools/pybench/
H A DCommandLine.py564 def handle_v(self, value): member in Application
624 def handle_v(self,arg): member in _test.MyApplication
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Dcolormanagement.c1524 static void display_buffer_init_handle(void *handle_v, in display_buffer_init_handle() argument
1529 DisplayBufferThread *handle = (DisplayBufferThread *)handle_v; in display_buffer_init_handle()
1653 static void *do_display_buffer_apply_thread(void *handle_v) in do_display_buffer_apply_thread() argument
1655 DisplayBufferThread *handle = (DisplayBufferThread *)handle_v; in do_display_buffer_apply_thread()
1882 static void processor_transform_init_handle(void *handle_v, in processor_transform_init_handle() argument
1887 ProcessorTransformThread *handle = (ProcessorTransformThread *)handle_v; in processor_transform_init_handle()
1919 static void *do_processor_transform_thread(void *handle_v) in do_processor_transform_thread() argument
1921 ProcessorTransformThread *handle = (ProcessorTransformThread *)handle_v; in do_processor_transform_thread()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkwindow.c6879 rect.height = border.top + handle_v; in update_corner_windows()
6884 rect.height = handle_v; in update_corner_windows()
6908 rect.height = border.top + handle_v; in update_corner_windows()
6913 rect.height = handle_v; in update_corner_windows()
6941 rect.height = handle_v; in update_corner_windows()
6969 rect.height = handle_v; in update_corner_windows()
7021 gint handle, handle_h, handle_v; in update_border_windows() local
7094 handle_v = MIN (handle, height / 2); in update_border_windows()
7129 y += window_border.top + handle_v; in update_border_windows()
7130 h -= window_border.top + handle_v; in update_border_windows()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Dmodifier.c97 static void modifier_init_handle(void *handle_v, int start_line, int tot_line, void *init_data_v) in modifier_init_handle() argument
99 ModifierThread *handle = (ModifierThread *)handle_v; in modifier_init_handle()
H A Dsequencer.c2499 static void color_balance_init_handle(void *handle_v, in color_balance_init_handle() argument
2504 ColorBalanceThread *handle = (ColorBalanceThread *)handle_v; in color_balance_init_handle()
2846 static void render_effect_execute_init_handle(void *handle_v, in render_effect_execute_init_handle() argument
2851 RenderEffectThread *handle = (RenderEffectThread *)handle_v; in render_effect_execute_init_handle()
H A Deffects.c3686 static void render_effect_execute_init_handle(void *handle_v, in render_effect_execute_init_handle() argument
3691 RenderGaussianBlurEffectThread *handle = (RenderGaussianBlurEffectThread *)handle_v; in render_effect_execute_init_handle()