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

  /external/syslinux/lzo/src/
lzo1x_9x.c 107 code_match ( LZO_COMPRESS_T *c, lzo_bytep op, lzo_uint m_len, lzo_uint m_off ) function
732 op = code_match(c,op,ahead,m_off);
751 op = code_match(c,op,m_len,m_off);
  /external/syslinux/gpxe/src/util/
nrv2b.c 939 code_match(struct ucl_compress *c, unsigned int m_len, const unsigned int m_off) function
944 code_match(c, c->conf.max_match - 3, m_off);
1199 code_match(c,m_len,m_off);

Completed in 814 milliseconds