Searched defs:m_len (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h211 #define m_len m_hdr.mh_len macro
856 - ((m)->m_data + (m)->m_len) : 0) : \
857 &(m)->m_dat[MLEN] - ((m)->m_data + (m)->m_len))
873 _mm->m_len += _mplen; \
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c161 unsigned int m_len; member in struct:ucl_compress
236 unsigned int m_len; member in struct:ucl_swd
279 static void assert_match(const struct ucl_swd * swd, unsigned int m_len, argument
286 assert(m_len >= 2);
289 assert(c->bp - m_off + m_len < c->ip);
290 assert(memcmp(c->bp, c->bp - m_off, m_len) == 0);
297 if (m_len > d_off)
302 assert(c->in + m_len - d_off < c->ip);
303 assert(memcmp(c->bp + d_off, c->in, m_len - d_off) ==
309 assert(memcmp(c->bp, swd->dict_end - d_off, m_len)
557 unsigned int m_len = s->m_len; local
940 code_match(struct ucl_compress *c, unsigned int m_len, const unsigned int m_off) argument
1002 len_of_coded_match(struct ucl_compress *c, unsigned int m_len, unsigned int m_off) argument
1050 unsigned int m_len, m_off; local
1414 unsigned int m_off, m_len; local
[all...]

Completed in 48 milliseconds