Home
last modified time | relevance | path

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

/external/srec/portable/include/
DArrayList.h187 PORTABLE_API ESR_ReturnCode ArrayListAdd(ArrayList* self, void* element);
/external/srec/portable/src/
DArrayList.c27 ESR_ReturnCode ArrayListAdd(ArrayList* self, void* element) in ArrayListAdd() function
/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c385 rc = ArrayListAdd(impl->acoustic, acoustic); in SR_AcousticModelsLoad()