Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c1328 #define ST_BLKSIZE_IDX 13 macro
1330 #define ST_BLKSIZE_IDX 12 macro
1334 #define ST_BLOCKS_IDX (ST_BLKSIZE_IDX+1)
1336 #define ST_BLOCKS_IDX ST_BLKSIZE_IDX
1530 PyStructSequence_SET_ITEM(v, ST_BLKSIZE_IDX, in _pystat_fromstructstat()
/external/python/cpython3/Modules/
Dposixmodule.c1822 #define ST_BLKSIZE_IDX 16 macro
1824 #define ST_BLKSIZE_IDX 15 macro
1828 #define ST_BLOCKS_IDX (ST_BLKSIZE_IDX+1)
1830 #define ST_BLOCKS_IDX ST_BLKSIZE_IDX
2054 PyStructSequence_SET_ITEM(v, ST_BLKSIZE_IDX, in _pystat_fromstructstat()