Home
last modified time | relevance | path

Searched refs:array_remove_at (Results 1 – 3 of 3) sorted by relevance

/external/kmod/testsuite/
Dtest-array.c141 array_remove_at(&array, 2); in test_array_remove_at()
146 array_remove_at(&array, 0); in test_array_remove_at()
150 array_remove_at(&array, 0); in test_array_remove_at()
157 array_remove_at(&array, 1); in test_array_remove_at()
/external/kmod/shared/
Darray.h22 int array_remove_at(struct array *array, unsigned int pos);
Darray.c95 int array_remove_at(struct array *array, unsigned int pos) in array_remove_at() function