Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dchm_lib.c615 int paramVal) in chm_set_param() argument
621 if (paramVal != h->cache_num_blocks) in chm_set_param()
628 newBlocks = HeapAlloc(GetProcessHeap(), 0, paramVal * sizeof (UChar *)); in chm_set_param()
629 newIndices = HeapAlloc(GetProcessHeap(), 0, paramVal * sizeof (UInt64)); in chm_set_param()
630 for (i=0; i<paramVal; i++) in chm_set_param()
641 int newSlot = (int)(h->cache_block_indices[i] % paramVal); in chm_set_param()
667 h->cache_num_blocks = paramVal; in chm_set_param()