Searched refs:MC_NUM_MAX (Results 1 – 2 of 2) sorted by relevance
384 if (!mc || set > MC_SET_MAX || num > MC_NUM_MAX) in mcput()454 i = (MC_NUM_MAX + 1) / 32; in mcput()457 if (i > MC_NUM_MAX) in mcput()458 i = MC_NUM_MAX; in mcput()469 if (i > MC_NUM_MAX) in mcput()470 i = MC_NUM_MAX; in mcput()
58 #define MC_NUM_MAX 32767 macro