HomeSort by: relevance | last modified time | path
    Searched refs:MEDIUM (Results 1 - 9 of 9) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_156.c 16 MEDIUM,
29 print_color(MEDIUM);
msg_130.c 18 MEDIUM,
37 sink((c & MEDIUM) != 0); /* might be useful to warn about */
38 sink((c | MEDIUM) != 0); /* might be useful to warn about */
40 c |= MEDIUM; /* might be useful to warn about */
41 c &= MEDIUM; /* might be useful to warn about */
44 c &= ~(unsigned)MEDIUM; /* might be useful to warn about */
  /src/external/lgpl3/gmp/dist/mpn/generic/
perfpow.c 37 #define MEDIUM 100
290 trial = (n > SMALL) + (n > MEDIUM);
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 121 MEDIUM = 316,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 125 MEDIUM = 316,
conflex.c 1169 return MEDIUM;
  /src/external/mpl/dhcp/dist/client/scripts/
linux 239 MEDIUM|ARPCHECK|ARPSEND)
  /src/external/mpl/dhcp/dist/common/
conflex.c 1191 return MEDIUM;
  /src/external/mpl/dhcp/dist/client/
clparse.c 1283 case MEDIUM:
1284 parse_string_list (cfile, &lease -> medium, 0);
2197 /* Find the last medium in the media list. */
2222 /* Store this medium at the end of the media list. */

Completed in 22 milliseconds