Lines Matching defs:bytes
203 long bytes;
220 t->bytes =
240 if (t->bytes)
241 ALOGD( "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d kbps) overhead %d(%d percent)\n",
243 t->label, t->bytes, t->lapse,
244 (int)(8 * t->bytes / t->lapse), (int)(800 * t->bytes / (t->lapse)) % 100,
245 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse), (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100,
246 (int)(t->count * t->overhead), (int)(t->count * t->overhead * 100 / t->bytes)
265 void perf_update(tPERF_DATA* t, long lapse, long bytes)
273 t->bytes += bytes;
476 ** Returns number of bytes sent, or error no
611 ** Returns number of bytes in the packet or error code
731 ALOGD( "%s: unknown HCIT type header pbuf[%d] = %x, remain %d bytes\n", __func__, count, pbuf[count], ret-count);
740 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: return %d(0x%x) bytes, errno=%d count=%d, n=%d, timeout=%d\n", __func__,
1136 ** Returns Number of bytes actually read from the serial port and
1183 ALOGD( "%s: returned %d bytes", __func__, total_len);
1240 ** Returns Number of bytes actually written to the transport. This
1250 ALOGD_IF((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "USERIAL_Write: (%d bytes)", len);
1658 ** len number of bytes to read per operation.