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

  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
48 #define PyDict_MINSIZE 8
88 PyDictEntry ma_smalltable[PyDict_MINSIZE];
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
48 #define PyDict_MINSIZE 8
88 PyDictEntry ma_smalltable[PyDict_MINSIZE];
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
48 #define PyDict_MINSIZE 8
88 PyDictEntry ma_smalltable[PyDict_MINSIZE];
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 40 /* PyDict_MINSIZE is the minimum size of a dictionary. This many slots are
48 #define PyDict_MINSIZE 8
88 PyDictEntry ma_smalltable[PyDict_MINSIZE];

Completed in 120 milliseconds