Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dfile_io.c66 #define SENSIBLE_SIZE (0x40000000) macro
331 count = (items > SENSIBLE_SIZE) ? SENSIBLE_SIZE : (ssize_t) items ; in psf_fread()
375 count = (items > SENSIBLE_SIZE) ? SENSIBLE_SIZE : items ; in psf_fwrite()
981 count = (items > SENSIBLE_SIZE) ? SENSIBLE_SIZE : (ssize_t) items ; in psf_fread()
1020 count = (items > SENSIBLE_SIZE) ? SENSIBLE_SIZE : (ssize_t) items ; in psf_fwrite()
1317 count = (items > SENSIBLE_SIZE) ? SENSIBLE_SIZE : (ssize_t) items ; in psf_fread()
1355 count = (items > SENSIBLE_SIZE) ? SENSIBLE_SIZE : items ; in psf_fwrite()