Home
last modified time | relevance | path

Searched refs:code_match (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/lzo/src/
Dlzo1x_9x.c107 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/
Dnrv2b.c939 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()