Home
last modified time | relevance | path

Searched refs:array_append (Results 1 – 5 of 5) sorted by relevance

/external/kmod/testsuite/
Dtest-array.c35 array_append(&array, c1); in test_array_append1()
54 array_append(&array, c1); in test_array_append2()
55 array_append(&array, c2); in test_array_append2()
56 array_append(&array, c3); in test_array_append2()
108 array_append(&array, c1); in test_array_sort()
109 array_append(&array, c2); in test_array_sort()
110 array_append(&array, c3); in test_array_sort()
111 array_append(&array, c2); in test_array_sort()
112 array_append(&array, c3); in test_array_sort()
113 array_append(&array, c1); in test_array_sort()
[all …]
/external/kmod/shared/
Darray.c49 int array_append(struct array *array, const void *element) in array_append() function
71 return array_append(array, element); in array_append_unique()
Darray.h17 int array_append(struct array *array, const void *element);
/external/python/cpython2/Modules/
Darraymodule.c1113 array_append(arrayobject *self, PyObject *v) in array_append() function
1597 {"append", (PyCFunction)array_append, METH_O,
/external/kmod/tools/
Ddepmod.c1384 err = array_append(&depmod->modules, mod); in depmod_modules_build_array()
1683 array_append(&reverse, v); in depmod_report_one_cycle()