Home | History | Annotate | Download | only in qemu

Lines Matching defs:hundreds

279     uint32_t hundreds = year / 100;
280 year -= hundreds * 100;
284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones;