HomeSort by relevance Sort by last modified time
    Searched full:mem_double (Results 1 - 1 of 1) sorted by null

  /device/google/dragon/audio/hal/
dictionary.c 38 static void * mem_double(void * ptr, int size) function
252 d->val = (char **)mem_double(d->val, d->size * sizeof(char*)) ;
253 d->key = (char **)mem_double(d->key, d->size * sizeof(char*)) ;
254 d->hash = (unsigned int *)mem_double(d->hash, d->size * sizeof(unsigned)) ;

Completed in 84 milliseconds