HomeSort by relevance Sort by last modified time
    Searched defs:PY_PRIdOFF (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 103 # define PY_PRIdOFF "lld" /* format to use for that type */
115 # define PY_PRIdOFF "zd"
122 # define PY_PRIdOFF "lld"
129 # define PY_PRIdOFF "ld"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 98 # define PY_PRIdOFF "lld" /* format to use for that type */
110 # define PY_PRIdOFF "zd"
117 # define PY_PRIdOFF "lld"
124 # define PY_PRIdOFF "ld"
  /external/python/cpython2/Modules/_io/
_iomodule.h 108 # define PY_PRIdOFF "lld" /* format to use for that type */
120 # define PY_PRIdOFF "zd"
127 # define PY_PRIdOFF "lld"
134 # define PY_PRIdOFF "ld"
  /external/python/cpython3/Modules/_io/
_iomodule.h 99 # define PY_PRIdOFF "lld" /* format to use for that type */
111 # define PY_PRIdOFF "zd"
118 # define PY_PRIdOFF "lld"
125 # define PY_PRIdOFF "ld"

Completed in 176 milliseconds