Lines Matching refs:microdata
48 unsigned int microdata = 50;
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 to represent a duration of 12 ticks, or
270 microdata = (long long)microdata * 12LL / (long long)ticks;