Searched refs:len_of_coded_match (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo1x_9x.c | 335 len_of_coded_match ( lzo_uint m_len, lzo_uint m_off, lzo_uint lit ) in len_of_coded_match() function 664 l1 = len_of_coded_match(m_len,m_off,lit); in lzo1x_999_compress_internal() 704 l2 = len_of_coded_match(c->m_len,c->m_off,lit+ahead); in lzo1x_999_compress_internal() 715 l3 = (op == out) ? 0 : len_of_coded_match(ahead,m_off,lit); in lzo1x_999_compress_internal() 717 l3 = len_of_coded_match(ahead,m_off,lit); in lzo1x_999_compress_internal()
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 1001 len_of_coded_match(struct ucl_compress *c, unsigned int m_len, unsigned int in len_of_coded_match() function 1155 l1 = len_of_coded_match(c,m_len,m_off); in ucl_nrv2b_99_compress() 1178 l2 = len_of_coded_match(c,c->m_len,c->m_off); in ucl_nrv2b_99_compress()
|