Searched refs:SENSIBLE_SIZE (Results 1 – 1 of 1) sorted by relevance
66 #define SENSIBLE_SIZE (0x40000000) macro331 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()