Searched refs:psf_rand_int32 (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
D | common.c | 1472 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()
|
D | common.h | 763 int32_t psf_rand_int32 (void) ;
|
D | ogg_vorbis.c | 371 ogg_stream_init (&odata->ostream, psf_rand_int32 ()) ; in vorbis_write_header()
|
D | ogg_opus.c | 755 oopus->serialno = psf_rand_int32 () ; in ogg_opus_setup_encoder()
|
D | sndfile.c | 3061 psf->unique_id = psf_rand_int32 () ; in psf_open_file()
|