Home
last modified time | relevance | path

Searched refs:in_end (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dnetif.c954 struct pbuf *in_end = in; in netif_poll() local
958 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()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dhard_swish.h49 const T* in_end = input_data + matching_size; in HardSwish() local
50 for (; input_data < in_end; input_data++, output_data++) { in HardSwish()

Completed in 4 milliseconds