Home
last modified time | relevance | path

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

/dports/devel/judy/judy-1.0.5/src/JudyCommon/
H A DJudyDel.c432 Pjp_t Pjp2; \
557 Pjp_t Pjp2; local
586 Pjp2 = P_JP(Pjp2Raw);
594 Pjp = Pjp2 + offset;
601 assert(JU_JPDCDPOP0(Pjp2 + offset)
617 JU_DELETEINPLACE(Pjp2, numJPs, offset, ignore);
631 JU_DELETECOPY(Pjpnew, Pjp2, numJPs, offset, ignore);
2039 Pjp_t Pjp2; in Judy1Unset() local
2048 Pjp2 = P_JP(Pjp2Raw); in Judy1Unset()
2049 assert(Pjp2 != (Pjp_t) NULL); in Judy1Unset()
[all …]
H A DJudyInsArray.c1086 Pjp_t Pjp2; // in BranchU. in j__udyInsArray() local
1098 Pjp2 = Pjbu->jbu_jp; in j__udyInsArray()
1141 while ((Pjp2->jp_Type) == JPtype_null) in j__udyInsArray()
1143 ++Pjp2; in j__udyInsArray()
1144 assert(Pjp2 < (Pjbu->jbu_jp) + cJU_BRANCHUNUMJPS); in j__udyInsArray()
1146 *Pjparray++ = *Pjp2++; in j__udyInsArray()
H A DJudyIns.c448 Pjp_t Pjp2; // 1 of N arrays of JPs. in j__udyInsWalk() local
514 Pjp2 = P_JP(Pjp2Raw); in j__udyInsWalk()
529 Pjp = Pjp2 + offset; in j__udyInsWalk()
545 Pjp2 = P_JP(Pjp2Raw); in j__udyInsWalk()
553 JU_INSERTINPLACE(Pjp2, numJPs, offset, newJP); in j__udyInsWalk()
556 Pjpm->jpm_PValue = (Pjv_t) (Pjp2 + offset); in j__udyInsWalk()
576 JU_INSERTCOPY(Pjpnew, Pjp2, numJPs, offset, newJP); in j__udyInsWalk()
H A DJudyPrevNext.c203 Pjp_t Pjp, Pjp2; // current JPs. local
687 Pjp2 = (Pjbu->jbu_jp) + digit;
698 if (! JPNULL(JU_JPTYPE(Pjp2))) // digit has a JP.
701 Pjp = Pjp2;
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/judy/
H A DJudyDel.c430 Pjp_t Pjp2; \
555 Pjp_t Pjp2; local
584 Pjp2 = P_JP(Pjp2Raw);
592 Pjp = Pjp2 + offset;
599 assert(JU_JPDCDPOP0(Pjp2 + offset)
615 JU_DELETEINPLACE(Pjp2, numJPs, offset, ignore);
629 JU_DELETECOPY(Pjpnew, Pjp2, numJPs, offset, ignore);
2037 Pjp_t Pjp2; in Judy1Unset() local
2046 Pjp2 = P_JP(Pjp2Raw); in Judy1Unset()
2047 assert(Pjp2 != (Pjp_t) NULL); in Judy1Unset()
[all …]
H A DJudyInsArray.c1084 Pjp_t Pjp2; // in BranchU. in j__udyInsArray() local
1096 Pjp2 = Pjbu->jbu_jp; in j__udyInsArray()
1139 while ((Pjp2->jp_Type) == JPtype_null) in j__udyInsArray()
1141 ++Pjp2; in j__udyInsArray()
1142 assert(Pjp2 < (Pjbu->jbu_jp) + cJU_BRANCHUNUMJPS); in j__udyInsArray()
1144 *Pjparray++ = *Pjp2++; in j__udyInsArray()
H A DJudyIns.c446 Pjp_t Pjp2; // 1 of N arrays of JPs. in j__udyInsWalk() local
512 Pjp2 = P_JP(Pjp2Raw); in j__udyInsWalk()
527 Pjp = Pjp2 + offset; in j__udyInsWalk()
543 Pjp2 = P_JP(Pjp2Raw); in j__udyInsWalk()
551 JU_INSERTINPLACE(Pjp2, numJPs, offset, newJP); in j__udyInsWalk()
554 Pjpm->jpm_PValue = (Pjv_t) (Pjp2 + offset); in j__udyInsWalk()
574 JU_INSERTCOPY(Pjpnew, Pjp2, numJPs, offset, newJP); in j__udyInsWalk()
H A DJudyPrevNext.c201 Pjp_t Pjp, Pjp2; // current JPs. local
685 Pjp2 = (Pjbu->jbu_jp) + digit;
696 if (! JPNULL(JU_JPTYPE(Pjp2))) // digit has a JP.
699 Pjp = Pjp2;
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/judy/
H A DJudyDel.c430 Pjp_t Pjp2; \
555 Pjp_t Pjp2; local
584 Pjp2 = P_JP(Pjp2Raw);
592 Pjp = Pjp2 + offset;
599 assert(JU_JPDCDPOP0(Pjp2 + offset)
615 JU_DELETEINPLACE(Pjp2, numJPs, offset, ignore);
629 JU_DELETECOPY(Pjpnew, Pjp2, numJPs, offset, ignore);
2037 Pjp_t Pjp2; in Judy1Unset() local
2046 Pjp2 = P_JP(Pjp2Raw); in Judy1Unset()
2047 assert(Pjp2 != (Pjp_t) NULL); in Judy1Unset()
[all …]
H A DJudyInsArray.c1084 Pjp_t Pjp2; // in BranchU. in j__udyInsArray() local
1096 Pjp2 = Pjbu->jbu_jp; in j__udyInsArray()
1139 while ((Pjp2->jp_Type) == JPtype_null) in j__udyInsArray()
1141 ++Pjp2; in j__udyInsArray()
1142 assert(Pjp2 < (Pjbu->jbu_jp) + cJU_BRANCHUNUMJPS); in j__udyInsArray()
1144 *Pjparray++ = *Pjp2++; in j__udyInsArray()
H A DJudyIns.c446 Pjp_t Pjp2; // 1 of N arrays of JPs. in j__udyInsWalk() local
512 Pjp2 = P_JP(Pjp2Raw); in j__udyInsWalk()
527 Pjp = Pjp2 + offset; in j__udyInsWalk()
543 Pjp2 = P_JP(Pjp2Raw); in j__udyInsWalk()
551 JU_INSERTINPLACE(Pjp2, numJPs, offset, newJP); in j__udyInsWalk()
554 Pjpm->jpm_PValue = (Pjv_t) (Pjp2 + offset); in j__udyInsWalk()
574 JU_INSERTCOPY(Pjpnew, Pjp2, numJPs, offset, newJP); in j__udyInsWalk()
H A DJudyPrevNext.c201 Pjp_t Pjp, Pjp2; // current JPs. local
685 Pjp2 = (Pjbu->jbu_jp) + digit;
696 if (! JPNULL(JU_JPTYPE(Pjp2))) // digit has a JP.
699 Pjp = Pjp2;