Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Ddarray.h111 #define darray_copy(arr_to, arr_from) \ argument
112 darray_from_items((arr_to), (arr_from).item, (arr_from).size)
114 #define darray_concat(arr_to, arr_from) \ argument
115 darray_append_items((arr_to), (arr_from).item, (arr_from).size)