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

  /src/bin/ps/
ps.h 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
  /src/usr.bin/audio/ctl/
ctl.c 77 #define UINT 3
95 { "full_duplex", &fullduplex, UINT, 0 },
96 { "fullduplex", &fullduplex, UINT, 0 },
97 { "blocksize", &info.blocksize, UINT, 0 },
98 { "hiwat", &info.hiwat, UINT, 0 },
99 { "lowat", &info.lowat, UINT, 0 },
100 { "monitor_gain", &info.monitor_gain, UINT, 0 },
103 { "play.rate", &info.play.sample_rate, UINT, 0 },
104 { "play.sample_rate", &info.play.sample_rate, UINT, ALIAS },
105 { "play.channels", &info.play.channels, UINT, 0 }
    [all...]
  /src/usr.bin/xlint/common/
lint.h 73 UINT, /* unsigned int */

Completed in 12 milliseconds