HomeSort by relevance Sort by last modified time
    Searched refs:PY_FORMAT_SIZE_T (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
230 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
235 #ifndef PY_FORMAT_SIZE_T
237 # define PY_FORMAT_SIZE_T ""
239 # define PY_FORMAT_SIZE_T "l"
241 # define PY_FORMAT_SIZE_T "I"
243 # define PY_FORMAT_SIZE_T "z"
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
249 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
pyconfig.h 968 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h 95 * of PY_FORMAT_SIZE_T
97 #undef PY_FORMAT_SIZE_T
pyport.h 212 /* PY_FORMAT_SIZE_T is a platform-specific modifier for use in a printf
230 * fprintf(stderr, "index %" PY_FORMAT_SIZE_T "d sucks\n", index);
235 #ifndef PY_FORMAT_SIZE_T
237 # define PY_FORMAT_SIZE_T ""
239 # define PY_FORMAT_SIZE_T "l"
241 # define PY_FORMAT_SIZE_T "I"
243 # define PY_FORMAT_SIZE_T "z"
245 # error "This platform's pyconfig.h needs to define PY_FORMAT_SIZE_T"
249 /* PY_FORMAT_LONG_LONG is analogous to PY_FORMAT_SIZE_T above, but for
    [all...]
pyconfig.h 968 #define PY_FORMAT_SIZE_T "z"
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 48 #define PY_FORMAT_SIZE_T ""
    [all...]
qavltree.c 48 #define PY_FORMAT_SIZE_T ""
    [all...]
qbintree.c 48 #define PY_FORMAT_SIZE_T ""
    [all...]
qrbtree.c 48 #define PY_FORMAT_SIZE_T ""
    [all...]

Completed in 125 milliseconds