Home | History | Annotate | Download | only in qemu

Lines Matching refs:thousands

277     uint32_t thousands = year / 1000;
278 year -= thousands * 1000;
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones;