Home
last modified time | relevance | path

Searched refs:ulo (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/libdecnumber/
H A DdecNumber.c6808 static void decReverse(Unit *ulo, Unit *uhi) { argument
6810 for (; ulo<uhi; ulo++, uhi--) {
6811 temp=*ulo;
6812 *ulo=*uhi;