HomeSort by: relevance | last modified time | path
    Searched defs:MEDIUM (Results 1 - 5 of 5) 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,

Completed in 26 milliseconds