Home
last modified time | relevance | path

Searched defs:crt_val (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/compilers/
H A Dd.py375 def get_crt_args(self, crt_val, buildtype): argument
627 def get_crt_compile_args(self, crt_val, buildtype): argument
630 def get_crt_link_args(self, crt_val, buildtype): argument
728 def get_crt_link_args(self, crt_val, buildtype): argument
803 def get_crt_compile_args(self, crt_val, buildtype): argument
H A Dcuda.py294 def get_crt_compile_args(self, crt_val, buildtype): argument
297 def get_crt_link_args(self, crt_val, buildtype): argument
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/compilers/
H A Dd.py375 def get_crt_args(self, crt_val, buildtype): argument
627 def get_crt_compile_args(self, crt_val, buildtype): argument
630 def get_crt_link_args(self, crt_val, buildtype): argument
728 def get_crt_link_args(self, crt_val, buildtype): argument
803 def get_crt_compile_args(self, crt_val, buildtype): argument
H A Dcuda.py294 def get_crt_compile_args(self, crt_val, buildtype): argument
297 def get_crt_link_args(self, crt_val, buildtype): argument
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A Dlidar.c117 int crt_val = gtk_spin_button_get_value_as_int(btn); in auto_cfg_button_changed_cb() local