Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/
Ddictionary.c27 #define DICTMINSZ 128 macro
122 if (size<DICTMINSZ) size=DICTMINSZ ; in dictionary_new()