Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Ddictionary.c27 #define DICTMINSZ 128 macro
155 if (size < DICTMINSZ) size = DICTMINSZ ; in dictionary_new()