Lines Matching refs:bufp
68 le_int32 bufp = 0;
73 if (i % 8 == 0 && bufp != 0) {
75 bufp = 0;
78 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
81 if (bufp != 0) {
82 lineBuffer[bufp - 2] = '\0';
91 le_int32 bufp = 0;
96 if (i % 8 == 0 && bufp != 0) {
98 bufp = 0;
101 bufp += sprintf(&lineBuffer[bufp], "%f, ", floats[i]);
104 if (bufp != 0) {
105 lineBuffer[bufp - 2] = '\0';