Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dlzo_crc.c38 static const lzo_uint32_t lzo_crc32_table[256] = { variable
97 return lzo_crc32_table; in lzo_get_crc32_table()
120 # define table lzo_crc32_table in lzo_crc32()
122 const lzo_uint32_t * table = lzo_crc32_table; in lzo_crc32()