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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
structseq.c 238 #define TYPE_MAXSIZE 100
254 /* "typename(", limited to TYPE_MAXSIZE */
255 len = strlen(typ->tp_name) > TYPE_MAXSIZE ? TYPE_MAXSIZE :
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
structseq.c 237 #define TYPE_MAXSIZE 100
253 /* "typename(", limited to TYPE_MAXSIZE */
254 len = strlen(typ->tp_name) > TYPE_MAXSIZE ? TYPE_MAXSIZE :
  /external/python/cpython2/Objects/
structseq.c 238 #define TYPE_MAXSIZE 100
254 /* "typename(", limited to TYPE_MAXSIZE */
255 len = strlen(typ->tp_name) > TYPE_MAXSIZE ? TYPE_MAXSIZE :

Completed in 344 milliseconds