HomeSort by relevance Sort by last modified time
    Searched refs:aintMap_getWithDefault (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/utils/
intmap.h 37 void* aintMap_getWithDefault( AIntMap* map, int key, void* def );
intmap.c 77 return aintMap_getWithDefault(map, key, NULL);
81 aintMap_getWithDefault( AIntMap* map, int key, void* def )

Completed in 17 milliseconds