Home | History | Annotate | Download | only in Modules

Lines Matching defs:nblocks

1493     Py_ssize_t nblocks = (nbytes + BLOCKSIZE - 1) / BLOCKSIZE;
1499 for (i = 0; i < nblocks; i++) {