Searched refs:NLIM (Results 1 – 2 of 2) sorted by relevance
73 static int NLIM; /* max notices per sublist */ variable146 NLIM = nlim;269 if (k->numnote == NLIM) {271 k->numnote = NLIM / 2;273 for (i = 1; i <= NLIM/2; i++) n2 = n2->left;277 k2->numnote = NLIM - NLIM/2;354 ((kl->numnote+k->numnote) <= NLIM)) {363 <= NLIM)) {
59 static uint32_t NLIM; variable179 NLIM = nlim; in el_init()364 if (k->count == NLIM) { in el_add()371 k->count = NLIM / 2; in el_add()373 for (j = 1; j <= NLIM / 2; j++) { in el_add()377 y->count = NLIM - NLIM / 2; in el_add()508 (kl->count + k->count) <= NLIM) { in el_remove()516 (kr->count + k->count) <= NLIM) { in el_remove()