Searched refs:random_byte (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c631 void memchecker_init ( mblock_t *mb, lzo_xint l, unsigned char random_byte )
642 *--p = random_byte++;
646 *p++ = random_byte++;
650 random_byte |= 1;
651 for (i = 0; i < len; i++, random_byte += 2)
652 *p++ = random_byte;
657 int memchecker_check ( mblock_t *mb, lzo_xint l, unsigned char random_byte )
668 if (*--p != random_byte++)
673 if (*p++ != random_byte++)
692 unsigned char random_byte local
738 unsigned char random_byte = (unsigned char) src_len; local
1049 unsigned char random_byte = (unsigned char) file_data.len; local
[all...]

Completed in 185 milliseconds