Searched defs:microdata (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmicrofind.c48 unsigned int microdata = 50; variable
207 microdata = 1;
223 if (microdata <= 1) {
230 microdata = microdata >> 1;
241 } else if (microdata > (UINT_MAX >> 1)) {
251 microdata = microdata << 1;
258 * we will be unable to scale the value of "microdata"
267 * want to adjust microdata t
[all...]

Completed in 69 milliseconds