Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/vector/
Dvector.c184 offset = _vector_offset(vector, index); in aom_vector_insert()
258 return _vector_offset(vector, index); in aom_vector_get()
343 iterator.pointer = _vector_offset(vector, index); in aom_vector_iterator()
430 void *_vector_offset(Vector *vector, size_t index) { in _vector_offset() function
442 void *offset = _vector_offset(vector, index); in _vector_assign()
450 void *offset = _vector_offset(vector, index); in _vector_move_right()
483 offset = _vector_offset(vector, index); in _vector_move_left()
Dvector.h146 void *_vector_offset(Vector *vector, size_t index);