Searched refs:in_end (Results 1 – 2 of 2) sorted by relevance
954 struct pbuf *in_end = in; in netif_poll() local958 while (in_end->len != in_end->tot_len) { in netif_poll()959 LWIP_ASSERT("bogus pbuf: len != tot_len but next == NULL!", in_end->next != NULL); in netif_poll()960 in_end = in_end->next; in netif_poll()973 if (in_end == netif->loop_last) { in netif_poll()978 netif->loop_first = in_end->next; in netif_poll()982 in_end->next = NULL; in netif_poll()
49 const T* in_end = input_data + matching_size; in HardSwish() local50 for (; input_data < in_end; input_data++, output_data++) { in HardSwish()
Completed in 4 milliseconds