Home
last modified time | relevance | path

Searched refs:subexp (Results 26 – 50 of 420) sorted by relevance

12345678910>>...17

/dports/misc/netron/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1subexp","str","typeOf","o","undefined","Object","prototype","toString","call","split","pop","shift…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1subexp","str","typeOf","o","undefined","Object","prototype","toString","call","split","pop","shift…
/dports/devel/judy/judy-1.0.5/src/JudyCommon/
H A DJudyPrevNextEmpty.c177 int subexp; // subexpanse in a bitmap branch. in Judy1PrevEmpty() local
971 subexp = digit / cJU_BITSPERSUBEXPB; in Judy1PrevEmpty()
993 if ((Pjp = P_JP(JU_JBB_PJP(Pjbb, subexp))) in Judy1PrevEmpty()
1044 if (subexp-- > 0) // more subexpanses. in Judy1PrevEmpty()
1047 Pjp += SEARCHBITMAPMAXB(JU_JBB_BITMAP(Pjbb, subexp)) + 1; in Judy1PrevEmpty()
1069 if (++subexp < cJU_NUMSUBEXPB) // more subexpanses. in Judy1PrevEmpty()
1190 subexp = digit / cJU_BITSPERSUBEXPL; in Judy1PrevEmpty()
1216 if (! (JU_JLB_BITMAP(Pjlb, subexp) & bitposmaskL)) \ in Judy1PrevEmpty()
1220 if (! JU_JLB_BITMAP(Pjlb, subexp)) /* empty subexp */ \ in Judy1PrevEmpty()
1238 if (subexp-- > 0) // more subexpanses. in Judy1PrevEmpty()
[all …]
H A DJudyGet.c276 Word_t subexp; // in bitmap, 0..7. in j__udy1Test() local
287 subexp = Digit / cJU_BITSPERSUBEXPB; in j__udy1Test()
289 BitMap = JU_JBB_BITMAP(Pjbb, subexp); in j__udy1Test()
290 Pjp = P_JP(JU_JBB_PJP(Pjbb, subexp)); in j__udy1Test()
513 Word_t subexp; // in bitmap, 0..7. in j__udy1Test() local
534 subexp = Digit / cJU_BITSPERSUBEXPL; in j__udy1Test()
535 BitMap = JU_JLB_BITMAP(Pjlb, subexp); in j__udy1Test()
937 Word_t subexp; in JudyCheckPopSM() local
943 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) in JudyCheckPopSM()
1014 Word_t subexp; in JudyCheckPopSM() local
[all …]
H A DJudyMemActive.c113 Word_t subexp; in j__udyGetMemActive() local
117 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) in j__udyGetMemActive()
119 jpcount = j__udyCountBitsB(JU_JBB_BITMAP(Pjbb, subexp)); in j__udyGetMemActive()
124 Bytes += j__udyGetMemActive(P_JP(JU_JBB_PJP(Pjbb, subexp)) in j__udyGetMemActive()
H A DJudyDel.c442 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) \
572 subexp = digit / cJU_BITSPERSUBEXPB;
573 bitmap = JU_JBB_BITMAP(Pjbb, subexp);
585 Pjp2Raw = JU_JBB_PJP(Pjbb, subexp);
609 JU_JBB_PJP(Pjbb, subexp) = (Pjp_t) NULL;
634 JU_JBB_PJP(Pjbb, subexp) = PjpnewRaw;
639 JU_JBB_BITMAP(Pjbb, subexp) ^= bitmask;
1451 JU_JLB_BITMAP(Pjlb, subexp) = 0;
1496 Word_t subexp; local
1507 for (subexp = 0; subexp < cJU_NUMSUBEXPL; ++subexp)
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/judy/
H A DJudyPrevNextEmpty.c175 int subexp; // subexpanse in a bitmap branch. in Judy1PrevEmpty() local
969 subexp = digit / cJU_BITSPERSUBEXPB; in Judy1PrevEmpty()
991 if ((Pjp = P_JP(JU_JBB_PJP(Pjbb, subexp))) in Judy1PrevEmpty()
1042 if (subexp-- > 0) // more subexpanses. in Judy1PrevEmpty()
1045 Pjp += SEARCHBITMAPMAXB(JU_JBB_BITMAP(Pjbb, subexp)) + 1; in Judy1PrevEmpty()
1067 if (++subexp < cJU_NUMSUBEXPB) // more subexpanses. in Judy1PrevEmpty()
1188 subexp = digit / cJU_BITSPERSUBEXPL; in Judy1PrevEmpty()
1214 if (! (JU_JLB_BITMAP(Pjlb, subexp) & bitposmaskL)) \ in Judy1PrevEmpty()
1218 if (! JU_JLB_BITMAP(Pjlb, subexp)) /* empty subexp */ \ in Judy1PrevEmpty()
1236 if (subexp-- > 0) // more subexpanses. in Judy1PrevEmpty()
[all …]
H A DJudyGet.c274 Word_t subexp; // in bitmap, 0..7. in j__udy1Test() local
285 subexp = Digit / cJU_BITSPERSUBEXPB; in j__udy1Test()
287 BitMap = JU_JBB_BITMAP(Pjbb, subexp); in j__udy1Test()
288 Pjp = P_JP(JU_JBB_PJP(Pjbb, subexp)); in j__udy1Test()
511 Word_t subexp; // in bitmap, 0..7. in j__udy1Test() local
532 subexp = Digit / cJU_BITSPERSUBEXPL; in j__udy1Test()
533 BitMap = JU_JLB_BITMAP(Pjlb, subexp); in j__udy1Test()
935 Word_t subexp; in JudyCheckPopSM() local
941 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) in JudyCheckPopSM()
1012 Word_t subexp; in JudyCheckPopSM() local
[all …]
H A DJudyMemActive.c111 Word_t subexp; in j__udyGetMemActive() local
115 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) in j__udyGetMemActive()
117 jpcount = j__udyCountBitsB(JU_JBB_BITMAP(Pjbb, subexp)); in j__udyGetMemActive()
122 Bytes += j__udyGetMemActive(P_JP(JU_JBB_PJP(Pjbb, subexp)) in j__udyGetMemActive()
H A DJudyDel.c440 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) \
570 subexp = digit / cJU_BITSPERSUBEXPB;
571 bitmap = JU_JBB_BITMAP(Pjbb, subexp);
583 Pjp2Raw = JU_JBB_PJP(Pjbb, subexp);
607 JU_JBB_PJP(Pjbb, subexp) = (Pjp_t) NULL;
632 JU_JBB_PJP(Pjbb, subexp) = PjpnewRaw;
637 JU_JBB_BITMAP(Pjbb, subexp) ^= bitmask;
1449 JU_JLB_BITMAP(Pjlb, subexp) = 0;
1494 Word_t subexp; local
1505 for (subexp = 0; subexp < cJU_NUMSUBEXPL; ++subexp)
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/judy/
H A DJudyPrevNextEmpty.c175 int subexp; // subexpanse in a bitmap branch. in Judy1PrevEmpty() local
969 subexp = digit / cJU_BITSPERSUBEXPB; in Judy1PrevEmpty()
991 if ((Pjp = P_JP(JU_JBB_PJP(Pjbb, subexp))) in Judy1PrevEmpty()
1042 if (subexp-- > 0) // more subexpanses. in Judy1PrevEmpty()
1045 Pjp += SEARCHBITMAPMAXB(JU_JBB_BITMAP(Pjbb, subexp)) + 1; in Judy1PrevEmpty()
1067 if (++subexp < cJU_NUMSUBEXPB) // more subexpanses. in Judy1PrevEmpty()
1188 subexp = digit / cJU_BITSPERSUBEXPL; in Judy1PrevEmpty()
1214 if (! (JU_JLB_BITMAP(Pjlb, subexp) & bitposmaskL)) \ in Judy1PrevEmpty()
1218 if (! JU_JLB_BITMAP(Pjlb, subexp)) /* empty subexp */ \ in Judy1PrevEmpty()
1236 if (subexp-- > 0) // more subexpanses. in Judy1PrevEmpty()
[all …]
H A DJudyGet.c274 Word_t subexp; // in bitmap, 0..7. in j__udy1Test() local
285 subexp = Digit / cJU_BITSPERSUBEXPB; in j__udy1Test()
287 BitMap = JU_JBB_BITMAP(Pjbb, subexp); in j__udy1Test()
288 Pjp = P_JP(JU_JBB_PJP(Pjbb, subexp)); in j__udy1Test()
511 Word_t subexp; // in bitmap, 0..7. in j__udy1Test() local
532 subexp = Digit / cJU_BITSPERSUBEXPL; in j__udy1Test()
533 BitMap = JU_JLB_BITMAP(Pjlb, subexp); in j__udy1Test()
935 Word_t subexp; in JudyCheckPopSM() local
941 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) in JudyCheckPopSM()
1012 Word_t subexp; in JudyCheckPopSM() local
[all …]
H A DJudyMemActive.c111 Word_t subexp; in j__udyGetMemActive() local
115 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) in j__udyGetMemActive()
117 jpcount = j__udyCountBitsB(JU_JBB_BITMAP(Pjbb, subexp)); in j__udyGetMemActive()
122 Bytes += j__udyGetMemActive(P_JP(JU_JBB_PJP(Pjbb, subexp)) in j__udyGetMemActive()
H A DJudyDel.c440 for (subexp = 0; subexp < cJU_NUMSUBEXPB; ++subexp) \
570 subexp = digit / cJU_BITSPERSUBEXPB;
571 bitmap = JU_JBB_BITMAP(Pjbb, subexp);
583 Pjp2Raw = JU_JBB_PJP(Pjbb, subexp);
607 JU_JBB_PJP(Pjbb, subexp) = (Pjp_t) NULL;
632 JU_JBB_PJP(Pjbb, subexp) = PjpnewRaw;
637 JU_JBB_BITMAP(Pjbb, subexp) ^= bitmask;
1449 JU_JLB_BITMAP(Pjlb, subexp) = 0;
1494 Word_t subexp; local
1505 for (subexp = 0; subexp < cJU_NUMSUBEXPL; ++subexp)
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/libhnj/hyphen.d/
H A Dsubstring.pl117 my @subexp = expand shift;
122 $pat2 = join ('', map { $_ =~ /\d/ ? () : $_ } @subexp);
126 for ($j = 0; $j < @subexp; $j += 2) {
128 if ($subexp[$j] > $exp[2 * $i + $j]) {
129 $exp[2 * $i + $j] = $subexp[$j];
/dports/textproc/write-good/write-good-1.0.8/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1subexp","str","typeOf","o","undefined","Object","prototype","toString","call","split","pop","shift…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1subexp","str","typeOf","o","undefined","Object","prototype","toString","call","split","pop","shift…
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1subexp","str","typeOf","o","undefined","Object","prototype","toString","call","split","pop","shift…
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/send/
H A Dmessage.c261 Resub subexp[10]; in m_read() local
277 memset(subexp, 0, sizeof(subexp)); in m_read()
278 if (regexec(rfprog, s_to_c(mp->body), subexp, 10) == 0){ in m_read()
283 memset(subexp, 0, sizeof(subexp)); in m_read()
284 if(regexec(fprog, s_to_c(mp->body), subexp,10) == 0) in m_read()
287 append_match(subexp, s_restart(sender), SENDERMATCH); in m_read()
288 append_match(subexp, s_restart(mp->date), DATEMATCH); in m_read()
291 append_match(subexp, s_restart(sender), REMSENDERMATCH); in m_read()
292 append_match(subexp, s_restart(mp->date), REMDATEMATCH); in m_read()
293 if(subexp[REMSYSMATCH].s.sp!=subexp[REMSYSMATCH].e.ep){ in m_read()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/onigmo/doc/
H A DRE259 (?imxdau-imx:subexp)
262 (?:subexp) non-capturing group
263 (subexp) capturing group
265 (?=subexp) look-ahead
267 (?<=subexp) look-behind
281 (?>subexp) atomic group
284 (?<name>subexp), (?'name'subexp)
293 (?(cond)yes-subexp), (?(cond)yes-subexp|no-subexp)
313 matches subexp.
432 and the left-most subexp is used.
[all …]
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dnqp3+.c126 { short substeps,subexp,*orpf,*commno,**commer,**comm,**subg,**pcp,subdp, in subact() local
139 fscanf(ips,"%hd%hd",&subexp,&substeps); in subact()
145 while (subexp==facexp) in subact()
146 { subdp0++; fscanf(ips,"%hd",&subexp); in subact()
147 if (subexp==0) subexp=facexp; in subact()
151 for (i=1;i<=subexp;i++) in subact()
182 for (i=1;i<=ncommer;i++) for (j=1;j<=subexp;j++) in subact()
219 { subexp=i; rpf=orpf; in subact()
220 if (subexp==facexp) in subact()
223 subexp=k; in subact()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java211 private String parens(ValueExp subexp, boolean left) in parens() argument
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
224 return subexp.toString(); in parens()
226 return "(" + subexp + ")"; in parens()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java211 private String parens(ValueExp subexp, boolean left) in parens() argument
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
224 return subexp.toString(); in parens()
226 return "(" + subexp + ")"; in parens()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/javax/management/
H A DBinaryOpValueExp.java211 private String parens(ValueExp subexp, boolean left) in parens() argument
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
224 return subexp.toString(); in parens()
226 return "(" + subexp + ")"; in parens()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/management/
H A DBinaryOpValueExp.java211 private String parens(ValueExp subexp, boolean left) in parens() argument
214 if (subexp instanceof BinaryOpValueExp) { in parens()
215 int subop = ((BinaryOpValueExp) subexp).op; in parens()
224 return subexp.toString(); in parens()
226 return "(" + subexp + ")"; in parens()

12345678910>>...17