Home | History | Annotate | Download | only in genrb

Lines Matching refs:itostr

688         itostr(c, index, 10, 0);
723 itostr(c, i, 10, 0);
725 len = itostr(buf, res->u.fIntVector.fArray[i], 10, 0);
771 len = itostr(buf, res->u.fIntValue.fValue, 10, 0);
869 len = itostr(temp, res->u.fBinaryValue.fData[i], 16, 2);
874 len = itostr(temp, crc, 10, 0);
881 len = itostr(temp, res->u.fBinaryValue.fData[i], 16, 2);