Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c1404 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()
Dcommon.h799 int32_t psf_rand_int32 (void) ;
Dogg_vorbis.c377 ogg_stream_init (&odata->ostream, psf_rand_int32 ()) ; in vorbis_write_header()
Dogg_opus.c743 oopus->serialno = psf_rand_int32 () ; in ogg_opus_setup_encoder()
Dsndfile.c2972 psf->unique_id = psf_rand_int32 () ; in psf_open_file()