Home
last modified time | relevance | path

Searched refs:is_static (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch172 @@ -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 Dcpu_models.c352 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 Dcpu_models_system.c66 info->q_static = scc->is_static; in create_cpu_model_list()
H A Dcpu.h191 bool is_static; member
/openbmc/qemu/block/
H A Dvdi.c913 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 Dqom_type_info.py106 def is_static(self) -> bool: member in TypeInfoVar
274 if not self.is_static():