Home
last modified time | relevance | path

Searched refs:array_pop (Results 1 – 4 of 4) sorted by relevance

/external/kmod/testsuite/
Dtest-array.c182 array_pop(&array); in test_array_pop()
188 array_pop(&array); in test_array_pop()
189 array_pop(&array); in test_array_pop()
/external/kmod/shared/
Darray.h19 void array_pop(struct array *array);
Darray.c74 void array_pop(struct array *array) { in array_pop() function
/external/python/cpython2/Modules/
Darraymodule.c1017 array_pop(arrayobject *self, PyObject *args) in array_pop() function
1625 {"pop", (PyCFunction)array_pop, METH_VARARGS,