Home | History | Annotate | Download | only in letest

Lines Matching refs:bufp

102     le_int32 bufp = 0;
107 if (i % 8 == 0 && bufp != 0) {
109 bufp = 0;
112 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
115 if (bufp != 0) {
116 lineBuffer[bufp - 2] = '\0';
125 le_int32 bufp = 0;
130 if (i % 8 == 0 && bufp != 0) {
132 bufp = 0;
135 bufp += sprintf(&lineBuffer[bufp], "%f, ", floats[i]);
138 if (bufp != 0) {
139 lineBuffer[bufp - 2] = '\0';