Home | History | Annotate | Download | only in letest

Lines Matching defs:bufp

100     le_int32 bufp = 0;
105 if (i % 8 == 0 && bufp != 0) {
107 bufp = 0;
110 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
113 if (bufp != 0) {
114 lineBuffer[bufp - 2] = '\0';
123 le_int32 bufp = 0;
128 if (i % 8 == 0 && bufp != 0) {
130 bufp = 0;
133 bufp += sprintf(&lineBuffer[bufp], "%f, ", floats[i]);
136 if (bufp != 0) {
137 lineBuffer[bufp - 2] = '\0';