Lines Matching defs:tmp
224 uint8_t *tmp, *end;
237 for (tmp = buf + cfg->bLength; ((tmp + 1) < end) && *tmp; tmp += *tmp)
244 type = *(tmp + 1);
248 id = (PVUSBDESCINTERFACE)tmp;
256 ed = (PVUSBDESCENDPOINT)tmp;
280 uint8_t *tmp, *buf;
290 for (tmp = buf; ((tmp + 1) < end) && *tmp; tmp += *tmp)
292 type = *(tmp + 1);
296 *cbExtra = tmp - buf;
312 uint8_t *tmp, *end = buf + len;
323 for (tmp = buf, state = 0; ((tmp + 1) < end) && *tmp; tmp += *tmp)
330 type = tmp[1];
335 ifd = (PVUSBDESCINTERFACE)tmp;
359 cur_if->pvMore = tmp + VUSB_DT_INTERFACE_MIN_LEN;
363 cur_if->pvClass = collect_stray_bits(tmp, end, &cur_if->cbClass);
374 epd = (PVUSBDESCENDPOINT)tmp;
390 cur_ep->pvMore = tmp + VUSB_DT_ENDPOINT_MIN_LEN;
394 cur_ep->pvClass = collect_stray_bits(tmp, end, &cur_ep->cbClass);