Home | History | Annotate | Download | only in tools

Lines Matching refs:pv

448 make_random_bytes(png_uint_32* seed, void* pv, size_t size)
451 png_bytep bytes = voidcast(png_bytep, pv);
474 clear(void *pv, size_t size)
477 make_random_bytes(clear_seed, pv, size);