Home
last modified time | relevance | path

Searched refs:windex (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx231xx/
H A Dparse_cx231xx.pl54 my $windex = shift;
97 printf("(saddr)%02x ", $windex & 0xff);
99 printf("(saddr)%04x ", $windex);
109 my $windex = shift;
124 my $gpio_bit = ($wvalue << 16) | $windex;
138 my $windex = hex("$6$5");
165 my $reg = $windex;
166 $reg = $cfg_reg_map{$windex} if defined($cfg_reg_map{$windex});
186 my $reg = $windex;
187 $reg = $cfg_reg_map{$windex} if defined($cfg_reg_map{$windex});
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx231xx/
H A Dparse_cx231xx.pl54 my $windex = shift;
97 printf("(saddr)%02x ", $windex & 0xff);
99 printf("(saddr)%04x ", $windex);
109 my $windex = shift;
124 my $gpio_bit = ($wvalue << 16) | $windex;
138 my $windex = hex("$6$5");
165 my $reg = $windex;
166 $reg = $cfg_reg_map{$windex} if defined($cfg_reg_map{$windex});
186 my $reg = $windex;
187 $reg = $cfg_reg_map{$windex} if defined($cfg_reg_map{$windex});
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx231xx/
H A Dparse_cx231xx.pl54 my $windex = shift;
97 printf("(saddr)%02x ", $windex & 0xff);
99 printf("(saddr)%04x ", $windex);
109 my $windex = shift;
124 my $gpio_bit = ($wvalue << 16) | $windex;
138 my $windex = hex("$6$5");
165 my $reg = $windex;
166 $reg = $cfg_reg_map{$windex} if defined($cfg_reg_map{$windex});
186 my $reg = $windex;
187 $reg = $cfg_reg_map{$windex} if defined($cfg_reg_map{$windex});
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/bitset/
H A Dlist.c365 windex -= windex % LBITSET_ELT_WORDS; in lbitset_elt_find()
607 windex--) in lbitset_list_reverse()
650 bitset_windex windex; in lbitset_list() local
689 for (; (windex - elt->index) < LBITSET_ELT_WORDS; windex++) in lbitset_list()
727 windex++; in lbitset_list()
734 windex++; in lbitset_list()
743 windex++; in lbitset_list()
817 windex++; in lbitset_unused_clear()
819 for (; (windex - elt->index) < LBITSET_ELT_WORDS; windex++) in lbitset_unused_clear()
833 bitset_windex windex in lbitset_ones() local
[all …]
H A Dtable.c481 dst->b.cdata[windex - dst->b.cindex] |= in tbitset_set()
495 dst->b.cdata[windex - dst->b.cindex] &= in tbitset_reset()
621 (windex - woffset) < TBITSET_ELT_WORDS; windex++) in tbitset_list()
653 bitno = windex * BITSET_WORD_BITS; in tbitset_list()
665 windex++; in tbitset_list()
672 windex++; in tbitset_list()
702 windex++; in tbitset_list()
734 srcp[windex - woffset] in tbitset_unused_clear()
736 windex++; in tbitset_unused_clear()
737 for (; (windex - woffset) < TBITSET_ELT_WORDS; windex++) in tbitset_unused_clear()
[all …]
/dports/devel/bison/bison-3.7.6/lib/bitset/
H A Dlist.c365 windex -= windex % LBITSET_ELT_WORDS; in lbitset_elt_find()
643 bitset_windex windex; in lbitset_list() local
682 for (; (windex - elt->index) < LBITSET_ELT_WORDS; windex++) in lbitset_list()
744 windex++; in lbitset_list()
762 windex++; in lbitset_list()
787 windex++; in lbitset_list()
812 windex++; in lbitset_list()
864 windex++; in lbitset_unused_clear()
866 for (; (windex - elt->index) < LBITSET_ELT_WORDS; windex++) in lbitset_unused_clear()
880 bitset_windex windex in lbitset_ones() local
[all …]
H A Dtable.c481 dst->b.cdata[windex - dst->b.cindex] |= in tbitset_set()
495 dst->b.cdata[windex - dst->b.cindex] &= in tbitset_reset()
622 (windex - woffset) < EBITSET_ELT_WORDS; windex++) in tbitset_list()
686 windex++; in tbitset_list()
687 bitno = windex * BITSET_WORD_BITS; in tbitset_list()
704 windex++; in tbitset_list()
705 bitno = windex * BITSET_WORD_BITS; in tbitset_list()
786 srcp[windex - woffset] in tbitset_unused_clear()
788 windex++; in tbitset_unused_clear()
789 for (; (windex - woffset) < EBITSET_ELT_WORDS; windex++) in tbitset_unused_clear()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/api/logic/meta/
H A DIndex_test.cpp21 …Meta::Index windex({std::make_shared<Meta::VersionList>("list1"), std::make_shared<Meta::VersionLi… in test_hasUid_and_getList() local
22 QVERIFY(windex.hasUid("list1")); in test_hasUid_and_getList()
23 QVERIFY(!windex.hasUid("asdf")); in test_hasUid_and_getList()
24 QVERIFY(windex.get("list2") != nullptr); in test_hasUid_and_getList()
25 QCOMPARE(windex.get("list2")->uid(), QString("list2")); in test_hasUid_and_getList()
26 QVERIFY(windex.get("adsf") != nullptr); in test_hasUid_and_getList()
32 QCOMPARE(windex.lists().size(), 3); in test_merge()
34 QCOMPARE(windex.lists().size(), 3); in test_merge()
36 QCOMPARE(windex.lists().size(), 5); in test_merge()
37windex.merge(std::shared_ptr<Meta::Index>(new Meta::Index({std::make_shared<Meta::VersionList>("li… in test_merge()
[all …]
/dports/games/lexter/lexter-1.0.3/src/
H A Ddict.c27 static char **windex; /* Contains the index to the dictionary */ variable
105 windex = malloc(sizeof(*windex) * (words+1)); /* Inc strtok NULL */ in dict_load()
106 if(!windex) { in dict_load()
118 windex[words] = strtok(dict, "\n"); in dict_load()
119 while((windex[++words] = strtok(NULL, "\n"))); in dict_load()
140 if(strcmp(windex[c],windex[c+1]) >= 0) in sorted()
162 d = strcmp(word, windex[i]); in dict_check()
184 printf("%s\n", windex[i]); in dict_dump()
202 for(i=0; windex[w][i]; i++) in dict_get_freq()
203 freq[windex[w][i]&255]++; in dict_get_freq()
[all …]
/dports/science/ergo/ergo-3.8/source/matrix/template_lapack/lapack/
H A Dtemplate_lapack_larrv.h711 windex = wbegin + k - 1; in template_lapack_larrv()
713 i__4 = windex - 1; in template_lapack_larrv()
716 i__4 = windex + 1; in template_lapack_larrv()
718 lambda = work[windex]; in template_lapack_larrv()
721 if (windex < *dol || windex > *dou) { in template_lapack_larrv()
727 left = work[windex] - werr[windex]; in template_lapack_larrv()
728 right = work[windex] + werr[windex]; in template_lapack_larrv()
729 indeig = indexw[windex]; in template_lapack_larrv()
777 savgap = wgap[windex]; in template_lapack_larrv()
778 wgap[windex] = gap; in template_lapack_larrv()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/lapack/
H A Dodrrv.c701 windex = wbegin + k - 1; in odrrv()
703 i__4 = windex - 1; in odrrv()
706 i__4 = windex + 1; in odrrv()
708 lambda = work[windex]; in odrrv()
711 if (windex < *dol || windex > *dou) { in odrrv()
717 left = work[windex] - werr[windex]; in odrrv()
718 right = work[windex] + werr[windex]; in odrrv()
719 indeig = indexw[windex]; in odrrv()
767 savgap = wgap[windex]; in odrrv()
768 wgap[windex] = gap; in odrrv()
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/tm6000/
H A Dparse_tm6000.pl570 my $windex = hex("$7$6");
575 if ($req == 0 && $reqtype < 0x80 && !$wvalue && !$windex) {
578 } elsif ($req == 1 && $reqtype < 0x80 && !$wvalue && !$windex) {
597 $cur_gpio, $windex, add_hex_mark($payload), $wlen);
600 $cur_gpio, $windex);
605 $wvalue, $windex);
615 $register, $windex, $wlen, add_hex_mark($payload));
619 $register, $windex, add_hex_mark($payload), $wlen);
622 $register, $windex);
630 $req, $wvalue, $windex, $wlen, add_hex_mark($payload));
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/tm6000/
H A Dparse_tm6000.pl570 my $windex = hex("$7$6");
575 if ($req == 0 && $reqtype < 0x80 && !$wvalue && !$windex) {
578 } elsif ($req == 1 && $reqtype < 0x80 && !$wvalue && !$windex) {
597 $cur_gpio, $windex, add_hex_mark($payload), $wlen);
600 $cur_gpio, $windex);
605 $wvalue, $windex);
615 $register, $windex, $wlen, add_hex_mark($payload));
619 $register, $windex, add_hex_mark($payload), $wlen);
622 $register, $windex);
630 $req, $wvalue, $windex, $wlen, add_hex_mark($payload));
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/tm6000/
H A Dparse_tm6000.pl570 my $windex = hex("$7$6");
575 if ($req == 0 && $reqtype < 0x80 && !$wvalue && !$windex) {
578 } elsif ($req == 1 && $reqtype < 0x80 && !$wvalue && !$windex) {
597 $cur_gpio, $windex, add_hex_mark($payload), $wlen);
600 $cur_gpio, $windex);
605 $wvalue, $windex);
615 $register, $windex, $wlen, add_hex_mark($payload));
619 $register, $windex, add_hex_mark($payload), $wlen);
622 $register, $windex);
630 $req, $wvalue, $windex, $wlen, add_hex_mark($payload));
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddlarrv.c819 windex = wbegin + k - 1; in igraphdlarrv_()
821 i__4 = windex - 1; in igraphdlarrv_()
824 i__4 = windex + 1; in igraphdlarrv_()
826 lambda = work[windex]; in igraphdlarrv_()
829 if (windex < *dol || windex > *dou) { in igraphdlarrv_()
835 left = work[windex] - werr[windex]; in igraphdlarrv_()
836 right = work[windex] + werr[windex]; in igraphdlarrv_()
837 indeig = indexw[windex]; in igraphdlarrv_()
885 savgap = wgap[windex]; in igraphdlarrv_()
886 wgap[windex] = gap; in igraphdlarrv_()
[all …]
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Dslarrv.c834 i__4 = windex - 1; in slarrv_()
837 i__4 = windex + 1; in slarrv_()
839 lambda = work[windex]; in slarrv_()
842 if (windex < *dol || windex > *dou) in slarrv_()
851 left = work[windex] - werr[windex]; in slarrv_()
852 right = work[windex] + werr[windex]; in slarrv_()
912 savgap = wgap[windex]; in slarrv_()
913 wgap[windex] = gap; in slarrv_()
1108 … r__2 = w[windex] - werr[ windex] - w[windmn] - werr[windmn]; // , expr subst in slarrv_()
1111 if (windex < wend) in slarrv_()
[all …]
H A Ddlarrv.c839 i__4 = windex - 1; in dlarrv_()
842 i__4 = windex + 1; in dlarrv_()
844 lambda = work[windex]; in dlarrv_()
847 if (windex < *dol || windex > *dou) in dlarrv_()
856 left = work[windex] - werr[windex]; in dlarrv_()
857 right = work[windex] + werr[windex]; in dlarrv_()
917 savgap = wgap[windex]; in dlarrv_()
918 wgap[windex] = gap; in dlarrv_()
1113 … d__2 = w[windex] - werr[ windex] - w[windmn] - werr[windmn]; // , expr subst in dlarrv_()
1116 if (windex < wend) in dlarrv_()
[all …]
H A Dclarrv.c891 i__4 = windex - 1; in clarrv_()
894 i__4 = windex + 1; in clarrv_()
896 lambda = work[windex]; in clarrv_()
899 if (windex < *dol || windex > *dou) in clarrv_()
908 left = work[windex] - werr[windex]; in clarrv_()
909 right = work[windex] + werr[windex]; in clarrv_()
969 savgap = wgap[windex]; in clarrv_()
970 wgap[windex] = gap; in clarrv_()
1169 … r__2 = w[windex] - werr[ windex] - w[windmn] - werr[windmn]; // , expr subst in clarrv_()
1172 if (windex < wend) in clarrv_()
[all …]
H A Dzlarrv.c892 i__4 = windex - 1; in zlarrv_()
895 i__4 = windex + 1; in zlarrv_()
897 lambda = work[windex]; in zlarrv_()
900 if (windex < *dol || windex > *dou) in zlarrv_()
909 left = work[windex] - werr[windex]; in zlarrv_()
910 right = work[windex] + werr[windex]; in zlarrv_()
970 savgap = wgap[windex]; in zlarrv_()
971 wgap[windex] = gap; in zlarrv_()
1170 … d__2 = w[windex] - werr[ windex] - w[windmn] - werr[windmn]; // , expr subst in zlarrv_()
1173 if (windex < wend) in zlarrv_()
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/map/
H A DBitMap.java156 int windex = pos >> 5; in setOrUnsetRange() local
167 word = map[windex]; in setOrUnsetRange()
211 int windex = pos >> 5; in set() local
213 int word = map[windex]; in set()
229 int windex = pos >> 5; in unset() local
231 int word = map[windex]; in unset()
247 int windex = pos >> 5; in get() local
264 for (int windex = 0; windex < map.length; windex++) { in set()
267 map[windex] |= word; in set()
288 for (int windex = 0; windex < limitPos / 32; windex++) { in countSetBits()
[all …]
/dports/audio/julius/julius-4.1.2/generate-ngram/
H A Dgenerate-ngram.c140 WORD_ID *windex; in main() local
177 windex[i] = i; in main()
198 printf(" #%d: %f %s\n", i, findex[windex[i]], ngram->wname[windex[i]]); in main()
209 fsum += pow(10, findex[windex[i++]]); in main()
219 while (strmatch(ngram->wname[windex[i]], ignore_str) || in main()
227 while (strmatch(ngram->wname[windex[i]], ignore_str) || in main()
239 if (debug) printf("\t-> [%s]\n", ngram->wname[windex[i]]); in main()
242 wlist[len++] = windex[i]; in main()
250 if (strmatch(ngram->wname[windex[i]], bos_str)) break; in main()
253 if (strmatch(ngram->wname[windex[i]], eos_str)) break; in main()
[all …]
/dports/biology/py-ete3/ete3-3.1.2/ete3/tools/ete_build_lib/
H A Dinterface.py130 for windex in windows:
133 self.pos[windex] = [0, 0]
135 self.lines[windex] = 0
180 line, col = self.pos[windex]
232 if windex is None:
233 windex = 1
245 ln, cn = self.pos[windex]
249 if self.lines[windex] > self.maxsize[windex]:
252 for _i in self.lines[windex]-self.maxsize(windex):
258 if self.autoscroll[windex]:
[all …]
/dports/sysutils/cpdup/cpdup-1.22/src/
H A Dhclink.c224 trans->windex = sizeof(*whead); in hcc_start_command()
242 trans->windex = sizeof(*whead); in hcc_start_reply()
260 whead->bytes = trans->windex; in hcc_finish_command()
261 aligned_bytes = HCC_ALIGN(trans->windex); in hcc_finish_command()
313 whead->bytes = trans->windex; in hcc_finish_reply()
315 aligned_bytes = HCC_ALIGN(trans->windex); in hcc_finish_reply()
334 trans->windex = HCC_ALIGN(trans->windex + item->bytes); in hcc_leaf_string()
348 trans->windex = HCC_ALIGN(trans->windex + item->bytes); in hcc_leaf_data()
362 trans->windex = HCC_ALIGN(trans->windex + item->bytes); in hcc_leaf_int32()
376 trans->windex = HCC_ALIGN(trans->windex + item->bytes); in hcc_leaf_int64()
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/source/
H A Dbinary.c87 INDEX( windex,bix,i,WL ); in PGASetBinaryAllele()
91 UNSET( bix, chrom[windex] ); in PGASetBinaryAllele()
93 SET( bix, chrom[windex] ); in PGASetBinaryAllele()
136 INDEX( windex,bix,i,WL ); in PGAGetBinaryAllele()
379 INDEX(windex,bix,xsite,WL); in PGABinaryOneptCrossover()
381 for(i=0;i<windex;i++) { in PGABinaryOneptCrossover()
389 child1[windex] = (~mask & parent1[windex])|(mask & parent2[windex]); in PGABinaryOneptCrossover()
390 child2[windex] = (~mask & parent2[windex])|(mask & parent1[windex]); in PGABinaryOneptCrossover()
392 for(i=windex+1;i<ctx->ga.tw;i++) { in PGABinaryOneptCrossover()
722 INDEX(windex,bix,i,WL); in PGABinaryInitString()
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/examples/sysc/fft/fft_flpt/
H A Dfft.cpp101 unsigned int stage, i, j,index2, windex, incr; in entry() local
137 j = 1; windex = incr - 1; in entry()
151 sample[index2][0] = tmp_real2*W[windex][0] - tmp_imag2*W[windex][1]; in entry()
152 sample[index2][1] = tmp_real2*W[windex][1] + tmp_imag2*W[windex][0]; in entry()
160 windex = windex + incr; in entry()

12345678910>>...22