Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tr/
H A Dcmap.h42 #define CM_CACHE_SIZE 128 macro
43 wint_t cm_cache[CM_CACHE_SIZE];
H A Dcmap.c138 for (ch = 0; ch < CM_CACHE_SIZE; ch++) in cmap_cache()
H A Dtr.c61 if (from < CM_CACHE_SIZE && cm->cm_havecache) in cmap_lookup()