Searched refs:rstatus (Results 1 - 2 of 2) sorted by relevance

/external/grub/netboot/
H A Detherboot.h428 long rstatus; member in struct:rpc_t::__anon6238::__anon6240
/external/icu4c/i18n/
H A DdecNumber.c2835 uInt rstatus; /* .. */ local
3018 rstatus=0; /* clear status */
3020 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
3021 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
3025 if (rstatus&DEC_Overflow) {
3026 status=rstatus; /* use the status as-is */
3032 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));

Completed in 545 milliseconds