Searched defs:in_end (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/liblzf-3.4/
H A Dlzf_d.c62 u8 const *const in_end = ip + in_len; local
80 if (ip + ctrl > in_end)
102 if (ip >= in_end)
112 if (ip >= in_end)
147 while (ip < in_end);
H A Dlzf_c.c116 const u8 *in_end = ip + in_len; local
154 while (ip < in_end - 2)
165 && ip + 4 < in_end
179 unsigned int maxlen = in_end - ip - len;
238 if (expect_false (ip >= in_end - 2))
288 while (ip < in_end)
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dnetif.c808 struct pbuf *in_end = in; local
812 while (in_end->len != in_end->tot_len) {
813 LWIP_ASSERT("bogus pbuf: len != tot_len but next == NULL!", in_end->next != NULL);
814 in_end = in_end->next;
826 /* 'in_end' now points to the last pbuf from 'in' */
827 if (in_end == netif->loop_last) {
832 netif->loop_first = in_end->next;
836 in_end
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c170 const unsigned char *in_end; member in struct:ucl_compress
199 #define getbyte(c) ((c).ip < (c).in_end ? *((c).ip)++ : (-1))
412 s->look = (unsigned int) (s->c->in_end - s->c->ip);
1068 c->in_end = in + in_len;

Completed in 90 milliseconds