Searched refs:psf_rand_int32 (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
D | common.c | 1404 psf_rand_int32 (void) in psf_rand_int32() function 1754 { snprintf (fname, fnamelen, "%s/%x%x-alac.tmp", tmpdir, psf_rand_int32 (), psf_rand_int32 ()) ; in psf_open_tmpfile() 1759 snprintf (fname, fnamelen, "%x%x-alac.tmp", psf_rand_int32 (), psf_rand_int32 ()) ; in psf_open_tmpfile()
|
D | common.h | 799 int32_t psf_rand_int32 (void) ;
|
D | ogg_vorbis.c | 377 ogg_stream_init (&odata->ostream, psf_rand_int32 ()) ; in vorbis_write_header()
|
D | ogg_opus.c | 743 oopus->serialno = psf_rand_int32 () ; in ogg_opus_setup_encoder()
|
D | sndfile.c | 2972 psf->unique_id = psf_rand_int32 () ; in psf_open_file()
|