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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dictobject.h 41 * allocated directly in the dict object (in the ma_smalltable member).
43 * than 5 active entries to live in ma_smalltable (and so avoid an
81 /* ma_table points to ma_smalltable for small tables, else to
88 PyDictEntry ma_smalltable[PyDict_MINSIZE]; member in struct:_dictobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dictobject.h 41 * allocated directly in the dict object (in the ma_smalltable member).
43 * than 5 active entries to live in ma_smalltable (and so avoid an
81 /* ma_table points to ma_smalltable for small tables, else to
88 PyDictEntry ma_smalltable[PyDict_MINSIZE]; member in struct:_dictobject
  /external/python/cpython2/Include/
dictobject.h 41 * allocated directly in the dict object (in the ma_smalltable member).
43 * than 5 active entries to live in ma_smalltable (and so avoid an
81 /* ma_table points to ma_smalltable for small tables, else to
88 PyDictEntry ma_smalltable[PyDict_MINSIZE]; member in struct:_dictobject
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 41 * allocated directly in the dict object (in the ma_smalltable member).
43 * than 5 active entries to live in ma_smalltable (and so avoid an
81 /* ma_table points to ma_smalltable for small tables, else to
88 PyDictEntry ma_smalltable[PyDict_MINSIZE]; member in struct:_dictobject
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 41 * allocated directly in the dict object (in the ma_smalltable member).
43 * than 5 active entries to live in ma_smalltable (and so avoid an
81 /* ma_table points to ma_smalltable for small tables, else to
88 PyDictEntry ma_smalltable[PyDict_MINSIZE]; member in struct:_dictobject
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 41 * allocated directly in the dict object (in the ma_smalltable member).
43 * than 5 active entries to live in ma_smalltable (and so avoid an
81 /* ma_table points to ma_smalltable for small tables, else to
88 PyDictEntry ma_smalltable[PyDict_MINSIZE]; member in struct:_dictobject
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 41 * allocated directly in the dict object (in the ma_smalltable member).
43 * than 5 active entries to live in ma_smalltable (and so avoid an
81 /* ma_table points to ma_smalltable for small tables, else to
88 PyDictEntry ma_smalltable[PyDict_MINSIZE]; member in struct:_dictobject

Completed in 48 milliseconds