Searched refs:el_size (Results 1 – 2 of 2) sorted by relevance
109 static inline size_t table_size(size_t len, size_t el_size) in table_size() argument111 return ALIGN(sizeof(struct table_header) + len * el_size, 8); in table_size()
219 int i2400m_zrealloc_2x(void **ptr, size_t *_count, size_t el_size, in i2400m_zrealloc_2x() argument224 old_size = el_size * old_count, in i2400m_zrealloc_2x()225 new_size = el_size * new_count; in i2400m_zrealloc_2x()