Home
last modified time | relevance | path

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

/dports/net/linphone/linphoneqt-4.1.1/
H A Dprepare.py178 targets_str = ""
180 targets_str += """
214 """.format(targets=' '.join(targets), targets_str=targets_str, options=' '.join(self.argv), generat…
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/
H A Dbase.h178 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
179 HWY_PRAGMA(clang attribute push(__attribute__((target(targets_str))), \
183 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
184 HWY_PRAGMA(GCC push_options) HWY_PRAGMA(GCC target targets_str)
187 #define HWY_PUSH_ATTRIBUTES(targets_str) argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/
H A Dbase.h178 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
179 HWY_PRAGMA(clang attribute push(__attribute__((target(targets_str))), \
183 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
184 HWY_PRAGMA(GCC push_options) HWY_PRAGMA(GCC target targets_str)
187 #define HWY_PUSH_ATTRIBUTES(targets_str) argument
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/
H A Dbase.h102 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
103 HWY_PRAGMA(clang attribute push(__attribute__((target(targets_str))), \
107 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
108 HWY_PRAGMA(GCC push_options) HWY_PRAGMA(GCC target targets_str)
111 #define HWY_PUSH_ATTRIBUTES(targets_str) argument
/dports/devel/highway/highway-0.15.0/hwy/
H A Dbase.h101 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
102 HWY_PRAGMA(clang attribute push(__attribute__((target(targets_str))), \
106 #define HWY_PUSH_ATTRIBUTES(targets_str) \ argument
107 HWY_PRAGMA(GCC push_options) HWY_PRAGMA(GCC target targets_str)
110 #define HWY_PUSH_ATTRIBUTES(targets_str) argument
/dports/cad/libopencad/libopencad-0.2.0/cmake/
H A DFindExtProject.cmake24 file(STRINGS ${file_to_search} targets_str
26 string(SUBSTRING ${targets_str} 24 -1 targets_local)
/dports/devel/libunit/unit-1.26.1/src/
H A Dnxt_conf_validation.c1501 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_pass() local
1535 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1723 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_python() local
1725 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
2878 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_php() local
2880 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()
/dports/www/unit/unit-1.26.1/src/
H A Dnxt_conf_validation.c1501 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_pass() local
1535 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1723 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_python() local
1725 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
2878 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_php() local
2880 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()
/dports/www/unit-php/unit-1.26.1/src/
H A Dnxt_conf_validation.c1501 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_pass() local
1535 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1723 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_python() local
1725 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
2878 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_php() local
2880 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()
/dports/www/unit-python/unit-1.26.1/src/
H A Dnxt_conf_validation.c1501 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_pass() local
1535 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1723 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_python() local
1725 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
2878 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_php() local
2880 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()
/dports/www/unit-perl/unit-1.26.1/src/
H A Dnxt_conf_validation.c1501 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_pass() local
1535 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1723 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_python() local
1725 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
2878 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_php() local
2880 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()
/dports/www/unit-java/unit-1.26.1/src/
H A Dnxt_conf_validation.c1501 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_pass() local
1535 value = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_pass()
1723 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_python() local
1725 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_python()
2878 static nxt_str_t targets_str = nxt_string("targets"); in nxt_conf_vldt_php() local
2880 targets = nxt_conf_get_object_member(value, &targets_str, NULL); in nxt_conf_vldt_php()