OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resize_smart
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Utility/
arrayarray.h
122
static CYTHON_INLINE int
resize_smart
(arrayobject *self, Py_ssize_t n) {
function
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd
125
int
resize_smart
(array self, Py_ssize_t n) except -1
149
resize_smart
(self, origsize + n)
Completed in 78 milliseconds