Home
last modified time | relevance | path

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

/dports/graphics/p5-Imager/Imager-1.012/T1/
H A DT1.xs39 i_t1_cp(font,im,xb,yb,channel,points,str_sv,align,utf8=0,flags="",aa=1)
46 SV* str_sv
55 str = SvPV(str_sv, len);
57 if (SvUTF8(str_sv))
67 i_t1_bbox(fontnum,point,str_sv,utf8=0,flags="")
70 SV* str_sv
80 str = SvPV(str_sv, len);
82 if (SvUTF8(str_sv))
102 SV* str_sv
111 str = SvPV(str_sv, len);
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmstrsparsevec.h116 : str_sv_(str_sv), idx_(idx) in const_reference()
148 : str_sv_(str_sv), idx_(idx) in reference()
439 if (this != &str_sv)
450 parent_type::swap(str_sv); in str_sparse_vector()
460 if (this != &str_sv)
462 this->swap(str_sv);
1320 : parent_type(str_sv), in str_sparse_vector()
1321 remap_flags_(str_sv.remap_flags_), in str_sparse_vector()
1332 parent_type::swap(str_sv); in swap()
1821 if (str_sv.is_remap()) in remap_from()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmstrsparsevec.h116 : str_sv_(str_sv), idx_(idx) in const_reference()
148 : str_sv_(str_sv), idx_(idx) in reference()
439 if (this != &str_sv)
450 parent_type::swap(str_sv); in str_sparse_vector()
460 if (this != &str_sv)
462 this->swap(str_sv);
1320 : parent_type(str_sv), in str_sparse_vector()
1321 remap_flags_(str_sv.remap_flags_), in str_sparse_vector()
1332 parent_type::swap(str_sv); in swap()
1821 if (str_sv.is_remap()) in remap_from()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dtest_util.h1017 void CompareStrSparseVector(const SSV& str_sv, in CompareStrSparseVector() argument
1020 assert(str_sv.size() == str_coll.size()); in CompareStrSparseVector()
1029 typename SSV::const_iterator it = str_sv.begin(); in CompareStrSparseVector()
1031 for (typename SSV::size_type i = 0; i < str_sv.size(); ++i, ++it) in CompareStrSparseVector()
1034 assert (it != str_sv.end()); in CompareStrSparseVector()
1036 str_sv.get(i, str); in CompareStrSparseVector()
1063 int cmp = str_sv.compare(i, str_control.c_str()); in CompareStrSparseVector()
1071 cmp = str_sv.compare(i, str_h.c_str()); in CompareStrSparseVector()
1081 cmp = str_sv.compare(i, str_l.c_str()); in CompareStrSparseVector()
1093 bool found = scanner.find_eq_str(str_sv, str_control.c_str(), pos); in CompareStrSparseVector()
[all …]
H A Dstress32.cpp24107 str_sv.merge(str_sv2); in TestStrSparseVector()
24117 str_sv.merge(str_sv00); in TestStrSparseVector()
25846 assert (it != str_sv.end()); in CompareStrSparseVector()
25848 str_sv.get(i, str); in CompareStrSparseVector()
25964 while (str_sv.size()) in EraseStrCollection()
25967 unsigned sz = str_sv.size(); in EraseStrCollection()
25973 str_sv.erase(idx); in EraseStrCollection()
25977 str_sv.get(idx, s_curr); in EraseStrCollection()
26016 str_svect_type str_sv; in StressTestStrSparseVector() local
26055 str_sv.optimize(); in StressTestStrSparseVector()
[all …]
H A Dstress64.cpp15161 while (str_sv.size()) in EraseStrCollection()
15168 str_sv.get(idx+1, s_next); in EraseStrCollection()
15170 str_sv.erase(idx); in EraseStrCollection()
15171 assert(str_sv.size() == sz-1); in EraseStrCollection()
15174 str_sv.get(idx, s_curr); in EraseStrCollection()
15290 string str_sv; in TestStrSparseSort() local
15292 assert(s == str_sv); in TestStrSparseSort()
15624 str_svect_type str_sv; in StressTestStrSparseVector() local
15668 str_sv.optimize(); in StressTestStrSparseVector()
15670 print_svector_stat(str_sv, true); in StressTestStrSparseVector()
[all …]
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/xs/
H A DXS.xs471 SV *str_sv; in perl_mongo_sv_to_bson() local
476 str_sv = SvRV(sv); in perl_mongo_sv_to_bson()
479 if (!SvPOK(str_sv)) { in perl_mongo_sv_to_bson()
483 str = SvPV(str_sv, str_len); in perl_mongo_sv_to_bson()
800 SV *str_sv; in sv_to_bson_elem() local
805 str_sv = SvRV(sv); in sv_to_bson_elem()
808 if (!SvPOK(str_sv)) { in sv_to_bson_elem()
965 SV *str_sv; in sv_to_bson_elem() local
973 SV *str_sv; in sv_to_bson_elem() local
977 str_sv = SvRV(sv); in sv_to_bson_elem()
[all …]
/dports/x11/p5-X11-Xlib/X11-Xlib-0.18/
H A DXlib.xs49 XDisplayName(str_sv = NULL)
50 SV * str_sv
55 name= XDisplayName(str_sv && SvOK(str_sv)? SvPV(str_sv, unused) : NULL);
1537 SV *str_sv
1547 if (SvOK(str_sv))
1548 SvPV_force(str_sv, len);
1550 sv_setpvn(str_sv, "", 0);
1554 SvGROW(str_sv, maxlen);
1559 SvGROW(str_sv, maxlen);
1562 SvPVX(str_sv)[len]= '\0'; variable
[all …]
/dports/graphics/p5-Imager/Imager-1.012/
H A DImager.xs2479 i_tt_text(handle,im,xb,yb,cl,points,str_sv,smooth,utf8,align=1)
2486 SV * str_sv
2494 str = SvPV(str_sv, len);
2496 if (SvUTF8(str_sv))
2506 i_tt_cp(handle,im,xb,yb,channel,points,str_sv,smooth,utf8,align=1)
2513 SV * str_sv
2521 str = SvPV(str_sv, len);
2523 if (SvUTF8(str_sv))
2533 i_tt_bbox(handle,point,str_sv,utf8)
2536 SV* str_sv
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/test/
H A Dbmtest32.cpp3882 str_svect_type str_sv; in StrSparseVectorTest() local
3890 str_sv.push_back(str); in StrSparseVectorTest()
3893 str_sv.optimize(); in StrSparseVectorTest()
3906 bool eq = str_sv.equal(str_sv0); in StrSparseVectorTest()
3918 for (unsigned i = 0; i < str_sv.size(); ++i) in StrSparseVectorTest()
3920 str_sv.get(i, str); in StrSparseVectorTest()
3932 str_svect_type::const_iterator it = str_sv.begin(); in StrSparseVectorTest()
3933 str_svect_type::const_iterator it_end = str_sv.end(); in StrSparseVectorTest()
/dports/devel/p5-Router-R3/Router-R3-0.011001/
H A DR3.xs2846 match(SV* r3_sv, SV *str_sv)
2853 str = SvPVbyte(str_sv, str_len);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/XS-APItest/
H A DAPItest.xs7145 siphash24(SV *state_sv, SV *str_sv) in siphash24() argument
7152 U8 *str_pv= (U8*)SvPV(str_sv,str_len); in siphash24()