HomeSort by: relevance | last modified time | path
    Searched defs:has_features (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
driver-native.cc 48 unsigned int has_features; local
72 for (has_features = 0, has_processor = 0;
73 (has_features == 0 || has_processor == 0)
135 if (has_features == 0 && startswith (buf, "features"))
161 has_features = 1;
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
driver-native.cc 48 unsigned int has_features; local
72 for (has_features = 0, has_processor = 0;
73 (has_features == 0 || has_processor == 0)
135 if (has_features == 0 && startswith (buf, "features"))
161 has_features = 1;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 3693 boolean_t has_features; local
3719 has_features = B_FALSE;
3723 has_features = B_TRUE;
3726 if (has_features || nvlist_lookup_uint64(props,

Completed in 44 milliseconds