Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dwinconsoleio.c32 #define SMALLCHUNK (2*1024) macro
36 #define SMALLCHUNK BUFSIZ macro
Dfileio.c42 #define SMALLCHUNK (8*1024) macro
46 #define SMALLCHUNK BUFSIZ macro
/external/python/cpython2/Modules/_io/
Dfileio.c41 #define SMALLCHUNK (8*1024) macro
45 #define SMALLCHUNK BUFSIZ macro
/external/python/cpython2/Modules/
Dbz2module.c207 #define SMALLCHUNK 8192 macro
209 #define SMALLCHUNK BUFSIZ macro
/external/python/cpython2/Objects/
Dfileobject.c1006 #define SMALLCHUNK 8192 macro
1008 #define SMALLCHUNK BUFSIZ macro