Lines Matching refs:hwcaps
70 static struct glibc_hwcaps_subdirectory *hwcaps; variable
76 for (struct glibc_hwcaps_subdirectory *p = hwcaps; p != NULL; p = p->next) in new_glibc_hwcaps_subdirectory()
80 p->next = hwcaps; in new_glibc_hwcaps_subdirectory()
84 hwcaps = p; in new_glibc_hwcaps_subdirectory()
107 for (struct glibc_hwcaps_subdirectory *p = hwcaps; p != NULL; p = p->next) in glibc_hwcaps_count()
124 for (struct glibc_hwcaps_subdirectory *p = hwcaps; p != NULL; p = p->next) in assign_glibc_hwcaps_indices()
153 struct glibc_hwcaps_subdirectory *hwcaps; member
450 else if (e1->hwcaps != NULL && e2->hwcaps == NULL) in compare()
452 else if (e1->hwcaps == NULL && e2->hwcaps != NULL) in compare()
454 else if (e1->hwcaps != NULL && e2->hwcaps != NULL) in compare()
456 res = strcmp (glibc_hwcaps_subdirectory_name (e1->hwcaps), in compare()
457 glibc_hwcaps_subdirectory_name (e2->hwcaps)); in compare()
502 for (struct glibc_hwcaps_subdirectory *p = hwcaps; p != NULL; p = p->next) in write_extensions()
563 | entry->hwcaps->section_index); in compute_hwcap_value()
675 if (entry->hwcaps == NULL) in save_cache()
797 struct glibc_hwcaps_subdirectory *hwcaps) in add_to_cache() argument
816 new_entry->hwcaps = hwcaps; in add_to_cache()
819 if (hwcaps != NULL) in add_to_cache()
822 hwcaps->used = true; in add_to_cache()