Home
last modified time | relevance | path

Searched refs:my_qsort (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_libc.py18 lib.my_qsort.argtypes = c_void_p, c_size_t, c_size_t, comparefunc
19 lib.my_qsort.restype = None
25 lib.my_qsort(chars, len(chars)-1, sizeof(c_char), comparefunc(sort))
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c113 EXPORT(void) my_qsort(void *base, size_t num, size_t width, int(*compare)(const void*, const void*)) in my_qsort() function