Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.c1472 psf_rand_int32 (void) in psf_rand_int32() function
1834 { snprintf (fname, fnamelen, "%s/%x%x-alac.tmp", tmpdir, psf_rand_int32 (), psf_rand_int32 ()) ; in psf_open_tmpfile()
1839 snprintf (fname, fnamelen, "%x%x-alac.tmp", psf_rand_int32 (), psf_rand_int32 ()) ; in psf_open_tmpfile()
Dcommon.h763 int32_t psf_rand_int32 (void) ;
Dogg_vorbis.c371 ogg_stream_init (&odata->ostream, psf_rand_int32 ()) ; in vorbis_write_header()
Dogg_opus.c755 oopus->serialno = psf_rand_int32 () ; in ogg_opus_setup_encoder()
Dsndfile.c3061 psf->unique_id = psf_rand_int32 () ; in psf_open_file()