Searched refs:lzo_randmt_p (Results 1 – 1 of 1) sorted by relevance
1318 #ifndef lzo_randmt_p1319 #define lzo_randmt_p lzo_randmt_t * macro1321 LZOLIB_EXTERN(void, lzo_srandmt) (lzo_randmt_p, lzo_uint32l_t);1322 LZOLIB_EXTERN(lzo_uint32l_t, lzo_randmt) (lzo_randmt_p);1323 LZOLIB_EXTERN(lzo_uint32l_t, lzo_randmt_r32) (lzo_randmt_p);2179 LZOLIB_PUBLIC(void, lzo_srandmt) (lzo_randmt_p r, lzo_uint32l_t seed) in LZOLIB_PUBLIC()2189 LZOLIB_PUBLIC(lzo_uint32l_t, lzo_randmt) (lzo_randmt_p r) in LZOLIB_PUBLIC()2193 LZOLIB_PUBLIC(lzo_uint32l_t, lzo_randmt_r32) (lzo_randmt_p r) in LZOLIB_PUBLIC()