Searched refs:is_static (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
| H A D | 0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch | 172 @@ -683,7 +683,7 @@ def find_lt_names_msvc(self, libname, is_static=False): 173 if not is_static and ltdict.get('library_names', ''): 181 @@ -700,7 +700,7 @@ def find_lt_names_msvc(self, libname, is_static=False): 183 def libname_msvc(self, libname, is_static=False): 190 @@ -747,11 +747,11 @@ def libname_msvc(self, libname, is_static=False): 203 def check_lib_msvc(self, libname, is_static=False, uselib_store=None):
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_models.c | 352 if (scc->is_static) { in s390_print_cpu_model_list_entry() 407 return cc_a->is_static ? -1 : 1; in s390_cpu_list_compare() 809 if (xcc->is_static) { in s390_cpu_model_initfn() 888 return S390_CPU_GET_CLASS(obj)->is_static; in get_is_static() 938 xcc->is_static = true; in s390_base_cpu_model_class_init()
|
| H A D | cpu_models_system.c | 66 info->q_static = scc->is_static; in create_cpu_model_list()
|
| H A D | cpu.h | 191 bool is_static; member
|
| /openbmc/qemu/block/ |
| H A D | vdi.c | 913 bool is_static = false; in vdi_co_create_opts() local 935 is_static = true; in vdi_co_create_opts() 955 if (is_static) { in vdi_co_create_opts()
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | qom_type_info.py | 106 def is_static(self) -> bool: member in TypeInfoVar 274 if not self.is_static():
|