Home
last modified time | relevance | path

Searched defs:SMALLCHUNK (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_io/
Dfileio.c38 #define SMALLCHUNK (8*1024) macro
42 #define SMALLCHUNK BUFSIZ macro
/external/python/cpython2/Modules/
Dbz2module.c207 #define SMALLCHUNK 8192 macro
209 #define SMALLCHUNK BUFSIZ macro
/external/python/cpython2/Objects/
Dfileobject.c996 #define SMALLCHUNK 8192 macro
998 #define SMALLCHUNK BUFSIZ macro