OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyDict_MINSIZE
(Results
1 - 2
of
2
) sorted by null
/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 3951 milliseconds