| /src/usr.sbin/mtree/ |
| mtree.c | 69 } flavors[] = { variable in typeref:struct:__anon8528 135 for (i = 0; i < __arraycount(flavors); i++) 136 if (strcmp(optarg, flavors[i].name) == 0) { 137 flavor = flavors[i].flavor; 140 if (i == __arraycount(flavors)) 336 for (i = 0; i < __arraycount(flavors); i++) 337 fprintf(stderr, " %s", flavors[i].name);
|
| /src/games/worms/ |
| worms.c | 175 static const int flavors = __arraycount(flavor); variable 453 i = (nc && number > flavors ? n / nc : n) % flavors;
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| BaseMetric.h | 143 int get_flavors () { return flavors; } 190 int flavors; // bitmask of SubType capabilities member in class:BaseMetric
|
| gp-display-text.cc | 2017 int flavors = ((Vector<int>*) fields->fetch (3))->fetch (0); //bitmask e.g. EXCLUSIVE local 2040 bool isHiddenInOverview = ((flavors & BaseMetric::STATIC) != 0);
|
| Dbe.cc | 1134 Vector<int> *flavors = new Vector<int>(size); local 1158 flavors->append (m->get_flavors ()); 1203 data->append (flavors); 1294 Vector<int> * flavors = new Vector<int>(1); local 1374 flavors->append (_flavors); // SubType bitmask: (e.g. EXCLUSIVE) 1388 fields->append (flavors);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| BaseMetric.h | 143 int get_flavors () { return flavors; } 190 int flavors; // bitmask of SubType capabilities member in class:BaseMetric
|
| gp-display-text.cc | 2017 int flavors = ((Vector<int>*) fields->fetch (3))->fetch (0); //bitmask e.g. EXCLUSIVE local 2040 bool isHiddenInOverview = ((flavors & BaseMetric::STATIC) != 0);
|
| Dbe.cc | 1134 Vector<int> *flavors = new Vector<int>(size); local 1158 flavors->append (m->get_flavors ()); 1203 data->append (flavors); 1294 Vector<int> * flavors = new Vector<int>(1); local 1374 flavors->append (_flavors); // SubType bitmask: (e.g. EXCLUSIVE) 1388 fields->append (flavors);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| symbol.cc | 36 const mstring flavors[] = variable 529 a1 = gfc_code2string (flavors, attr->flavor); 752 a1 = gfc_code2string (flavors, attr->flavor); 1769 /* Flavors are special because some flavors are not what Fortran 1799 gfc_code2string (flavors, attr->flavor), name, 1800 gfc_code2string (flavors, f), where); 1803 gfc_code2string (flavors, attr->flavor), 1804 gfc_code2string (flavors, f), where);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| symbol.cc | 36 const mstring flavors[] = variable 509 a1 = gfc_code2string (flavors, attr->flavor); 732 a1 = gfc_code2string (flavors, attr->flavor); 1763 /* Flavors are special because some flavors are not what Fortran 1793 gfc_code2string (flavors, attr->flavor), name, 1794 gfc_code2string (flavors, f), where); 1797 gfc_code2string (flavors, attr->flavor), 1798 gfc_code2string (flavors, f), where);
|