Home
last modified time | relevance | path

Searched refs:has_features (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ddriver-native.c48 unsigned int has_features; in s390_host_detect_local_cpu() local
72 for (has_features = 0, has_processor = 0; in s390_host_detect_local_cpu()
73 (has_features == 0 || has_processor == 0) in s390_host_detect_local_cpu()
131 if (has_features == 0 && strncmp (buf, "features", 8) == 0) in s390_host_detect_local_cpu()
157 has_features = 1; in s390_host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ddriver-native.cc48 unsigned int has_features; in s390_host_detect_local_cpu() local
72 for (has_features = 0, has_processor = 0; in s390_host_detect_local_cpu()
73 (has_features == 0 || has_processor == 0) in s390_host_detect_local_cpu()
135 if (has_features == 0 && startswith (buf, "features")) in s390_host_detect_local_cpu()
161 has_features = 1; in s390_host_detect_local_cpu()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c3693 boolean_t has_features; in spa_create() local
3719 has_features = B_FALSE; in spa_create()
3723 has_features = B_TRUE; in spa_create()
3726 if (has_features || nvlist_lookup_uint64(props, in spa_create()