Searched refs:maxbm (Results 1 – 1 of 1) sorted by relevance
343 unsigned int maxbm = 0; in res_nmkupdate() local369 if ((unsigned)n > maxbm) in res_nmkupdate()370 maxbm = n; in res_nmkupdate()374 maxbm = maxbm/8 + 1; in res_nmkupdate()375 ShrinkBuffer(maxbm); in res_nmkupdate()376 memcpy(cp, bm, maxbm); in res_nmkupdate()377 cp += maxbm; in res_nmkupdate()