Searched refs:code_match (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo1x_9x.c | 107 code_match ( LZO_COMPRESS_T *c, lzo_bytep op, lzo_uint m_len, lzo_uint m_off ) in code_match() function 732 op = code_match(c,op,ahead,m_off); in lzo1x_999_compress_internal() 751 op = code_match(c,op,m_len,m_off); in lzo1x_999_compress_internal()
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 939 code_match(struct ucl_compress *c, unsigned int m_len, const unsigned int m_off) in code_match() function 944 code_match(c, c->conf.max_match - 3, m_off); in code_match() 1199 code_match(c,m_len,m_off); in ucl_nrv2b_99_compress()
|