HomeSort by relevance Sort by last modified time
    Searched refs:len_of_coded_match (Results 1 - 2 of 2) sorted by null

  /external/syslinux/lzo/src/
lzo1x_9x.c 335 len_of_coded_match ( lzo_uint m_len, lzo_uint m_off, lzo_uint lit ) function
664 l1 = len_of_coded_match(m_len,m_off,lit);
704 l2 = len_of_coded_match(c->m_len,c->m_off,lit+ahead);
715 l3 = (op == out) ? 0 : len_of_coded_match(ahead,m_off,lit);
717 l3 = len_of_coded_match(ahead,m_off,lit);
  /external/syslinux/gpxe/src/util/
nrv2b.c 1001 len_of_coded_match(struct ucl_compress *c, unsigned int m_len, unsigned int function
1155 l1 = len_of_coded_match(c,m_len,m_off);
1178 l2 = len_of_coded_match(c,c->m_len,c->m_off);

Completed in 316 milliseconds