Home | History | Annotate | Download | only in test

Lines Matching refs:bytes_left

228 	uint16_t bytes_left;
234 bytes_left = rsp->h.length - sizeof(*rsp);
236 if (bytes_left < sizeof(codec_capabilities_t)) {
246 (unsigned long) bytes_left, (unsigned long) sizeof(codec));
255 if (bytes_left <= 0 ||
269 while (bytes_left > 0) {
274 bytes_left -= codec.length;
279 DBG("bytes_left = %d, codec.length = %d",
280 bytes_left, codec.length);
282 if (bytes_left <= 0 ||