Searched refs:aintMap_getWithDefault (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/utils/
H A Dintmap.h37 void* aintMap_getWithDefault( AIntMap* map, int key, void* def );
H A Dintmap.c77 return aintMap_getWithDefault(map, key, NULL);
81 aintMap_getWithDefault( AIntMap* map, int key, void* def ) function

Completed in 43 milliseconds