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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 54 #define PyUnicode_MAXFREELIST 1024
62 At worst this will result in PyUnicode_MAXFREELIST *
391 numfree < PyUnicode_MAXFREELIST) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 54 #define PyUnicode_MAXFREELIST 1024
62 At worst this will result in PyUnicode_MAXFREELIST *
378 numfree < PyUnicode_MAXFREELIST) {
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 54 #define PyUnicode_MAXFREELIST 1024
62 At worst this will result in PyUnicode_MAXFREELIST *
391 numfree < PyUnicode_MAXFREELIST) {
    [all...]

Completed in 352 milliseconds