Lines Matching refs:pop1

110 	Word_t	  pop1;		// of current branch or leaf, or of expanse.  in Judy1ByCount()  local
159 pop1 = (Pjpm->jpm_Pop0) + 1; in Judy1ByCount()
191 pop1 = JU_JPBRANCH_POP0(Pjp, (cState)) + 1; \ in Judy1ByCount()
273 if ((pop1 = j__udyJPPop1((Pjbl->jbl_jp) + jpnum)) in Judy1ByCount()
280 assert(pop1 != 0); in Judy1ByCount()
285 if (pop1lower + pop1 > Count0) // Index is in this expanse. in Judy1ByCount()
292 pop1lower += pop1; // add this JPs pop1. in Judy1ByCount()
361 if (LOWERHALF(Count0, pop1lower, pop1)) in Judy1ByCount()
381 if ((pop1 = j__udyJPPop1(BMPJP(subexp, jpnum))) in Judy1ByCount()
388 assert(pop1 != 0); in Judy1ByCount()
392 if (pop1lower + pop1 > Count0) in Judy1ByCount()
395 pop1lower += pop1; // add this JPs pop1. in Judy1ByCount()
410 pop1lower += pop1; // add whole branch to start. in Judy1ByCount()
426 if ((pop1 = j__udyJPPop1(BMPJP(subexp, jpnum))) in Judy1ByCount()
433 assert(pop1 != 0); in Judy1ByCount()
437 pop1lower -= pop1; in Judy1ByCount()
503 if (LOWERHALF(Count0, pop1lower, pop1)) in Judy1ByCount()
517 if ((pop1 = j__udyJPPop1((Pjbu->jbu_jp) + jpnum)) in Judy1ByCount()
524 assert(pop1 != 0); in Judy1ByCount()
528 if (pop1lower + pop1 > Count0) in Judy1ByCount()
531 pop1lower += pop1; // add this JPs pop1. in Judy1ByCount()
545 pop1lower += pop1; // add whole branch to start. in Judy1ByCount()
554 if ((pop1 = j__udyJPPop1(Pjbu->jbu_jp + jpnum)) in Judy1ByCount()
561 assert(pop1 != 0); in Judy1ByCount()
565 pop1lower -= pop1; in Judy1ByCount()
599 #define PREPL_SETPOP1 pop1 = JU_JPLEAF_POP0(Pjp) + 1 in Judy1ByCount()
612 JU_RET_FOUND_LEAF1(Pjll, pop1, offset); in Judy1ByCount()
620 JU_RET_FOUND_LEAF2(Pjll, pop1, offset); in Judy1ByCount()
629 JU_RET_FOUND_LEAF3(Pjll, pop1, offset); in Judy1ByCount()
639 JU_RET_FOUND_LEAF3(Pjll, pop1, offset); in Judy1ByCount()
647 JU_RET_FOUND_LEAF4(Pjll, pop1, offset); in Judy1ByCount()
655 JU_RET_FOUND_LEAF5(Pjll, pop1, offset); in Judy1ByCount()
664 JU_RET_FOUND_LEAF6(Pjll, pop1, offset); in Judy1ByCount()
673 JU_RET_FOUND_LEAF7(Pjll, pop1, offset); in Judy1ByCount()
694 pop1 = JU_JPLEAF_POP0(Pjp) + 1; in Judy1ByCount()
706 if (LOWERHALF(Count0, pop1lower, pop1)) in Judy1ByCount()
714 pop1 = j__udyCountBitsL(JU_JLB_BITMAP(Pjlb, subexp)); in Judy1ByCount()
718 if (pop1lower + pop1 > Count0) in Judy1ByCount()
721 pop1lower += pop1; // add this subexpanses pop1. in Judy1ByCount()
735 pop1lower += pop1; // add whole leaf to start. in Judy1ByCount()