Home
last modified time | relevance | path

Searched refs:refcs (Results 1 – 20 of 20) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Dconf_to_src.c163 if (refcs->ctype && cs->ctype && in inherit_charset_data()
166 if (refcs->to_lower && cs->to_lower && in inherit_charset_data()
169 if (refcs->to_upper && cs->to_upper && in inherit_charset_data()
172 if (refcs->tab_to_uni && cs->tab_to_uni && in inherit_charset_data()
173 !memcmp(cs->tab_to_uni, refcs->tab_to_uni, in inherit_charset_data()
181 CHARSET_INFO *refcs; in find_charset_data_inheritance_source() local
184 (refcs= &all_charsets[refid]) && in find_charset_data_inheritance_source()
185 (refcs->state & MY_CS_LOADED) ? refcs : NULL; in find_charset_data_inheritance_source()
502 if (refcs) in main()
504 refids[cs->number]= refcs->number; in main()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Dconf_to_src.c163 if (refcs->ctype && cs->ctype && in inherit_charset_data()
166 if (refcs->to_lower && cs->to_lower && in inherit_charset_data()
169 if (refcs->to_upper && cs->to_upper && in inherit_charset_data()
172 if (refcs->tab_to_uni && cs->tab_to_uni && in inherit_charset_data()
173 !memcmp(cs->tab_to_uni, refcs->tab_to_uni, in inherit_charset_data()
181 CHARSET_INFO *refcs; in find_charset_data_inheritance_source() local
184 (refcs= &all_charsets[refid]) && in find_charset_data_inheritance_source()
185 (refcs->state & MY_CS_LOADED) ? refcs : NULL; in find_charset_data_inheritance_source()
502 if (refcs) in main()
504 refids[cs->number]= refcs->number; in main()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/strings/
H A Dconf_to_src.c163 if (refcs->ctype && cs->ctype && in inherit_charset_data()
166 if (refcs->to_lower && cs->to_lower && in inherit_charset_data()
169 if (refcs->to_upper && cs->to_upper && in inherit_charset_data()
172 if (refcs->tab_to_uni && cs->tab_to_uni && in inherit_charset_data()
173 !memcmp(cs->tab_to_uni, refcs->tab_to_uni, in inherit_charset_data()
181 CHARSET_INFO *refcs; in find_charset_data_inheritance_source() local
184 (refcs= &all_charsets[refid]) && in find_charset_data_inheritance_source()
185 (refcs->state & MY_CS_LOADED) ? refcs : NULL; in find_charset_data_inheritance_source()
502 if (refcs) in main()
504 refids[cs->number]= refcs->number; in main()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/strings/
H A Dconf_to_src.c163 if (refcs->ctype && cs->ctype &&
166 if (refcs->to_lower && cs->to_lower &&
169 if (refcs->to_upper && cs->to_upper &&
172 if (refcs->tab_to_uni && cs->tab_to_uni &&
173 !memcmp(cs->tab_to_uni, refcs->tab_to_uni,
181 CHARSET_INFO *refcs;
184 (refcs= &all_charsets[refid]) &&
185 (refcs->state & MY_CS_LOADED) ? refcs : NULL;
502 if (refcs)
504 refids[cs->number]= refcs->number;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/strings/
H A Dconf_to_src.c163 if (refcs->ctype && cs->ctype && in inherit_charset_data()
166 if (refcs->to_lower && cs->to_lower && in inherit_charset_data()
169 if (refcs->to_upper && cs->to_upper && in inherit_charset_data()
172 if (refcs->tab_to_uni && cs->tab_to_uni && in inherit_charset_data()
173 !memcmp(cs->tab_to_uni, refcs->tab_to_uni, in inherit_charset_data()
181 CHARSET_INFO *refcs; in find_charset_data_inheritance_source() local
184 (refcs= &all_charsets[refid]) && in find_charset_data_inheritance_source()
185 (refcs->state & MY_CS_LOADED) ? refcs : NULL; in find_charset_data_inheritance_source()
502 if (refcs) in main()
504 refids[cs->number]= refcs->number; in main()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/strings/
H A Dconf_to_src.c163 if (refcs->ctype && cs->ctype && in inherit_charset_data()
166 if (refcs->to_lower && cs->to_lower && in inherit_charset_data()
169 if (refcs->to_upper && cs->to_upper && in inherit_charset_data()
172 if (refcs->tab_to_uni && cs->tab_to_uni && in inherit_charset_data()
173 !memcmp(cs->tab_to_uni, refcs->tab_to_uni, in inherit_charset_data()
181 CHARSET_INFO *refcs; in find_charset_data_inheritance_source() local
184 (refcs= &all_charsets[refid]) && in find_charset_data_inheritance_source()
185 (refcs->state & MY_CS_LOADED) ? refcs : NULL; in find_charset_data_inheritance_source()
502 if (refcs) in main()
504 refids[cs->number]= refcs->number; in main()
[all …]
/dports/biology/bowtie/bowtie-1.3.1/
H A Dref_aligner.h256 assert_eq(0, range.refcs.size()); in naiveFind()
469 assert_eq(0, range.refcs.size()); in anchor64Find()
592 assert_eq(0, range.refcs.size()); in naiveFind()
596 range.refcs.push_back(refc); in naiveFind()
872 assert_eq(0, range.refcs.size()); in naiveFind()
879 range.refcs.push_back(refc); in naiveFind()
1005 range.refcs.push_back(refc1); in naiveFind()
1011 range.refcs.push_back(refc2); in naiveFind()
1346 range.refcs.push_back(refc1); in naiveFind()
1353 range.refcs.push_back(refc2); in naiveFind()
[all …]
H A Drange.h23 refcs.clear(); in Range()
42 EList<uint8_t> refcs; // reference characters at mismatch positions member
47 assert_eq(refcs.size(), mms.size()); in repOk()
H A Dsam.cpp218 const EList<char>* refcs = &h.refcs; in append() local
224 assert_gt((int)refcs->size(), i); in append()
225 char refChar = toupper((*refcs)[i]); in append()
239 assert_gt((int)refcs->size(), i); in append()
240 char refChar = toupper((*refcs)[i]); in append()
H A Dhit.cpp231 assert_gt(h.refcs.size(), i); in append()
232 char refChar = toupper(h.refcs[i]); in append()
H A Debwt.h1144 …s, BTString* name, const EList<TIndexOffU>& mmui32, const EList<uint8_t>& refcs, size_t numMms, TI…
1293 const EList<uint8_t>& refcs, // reference characters in reportHit() argument
1321 assert_eq(mmui32.size(), refcs.size()); in reportHit()
1337 hit.refcs.resize(qlen); in reportHit()
1338 hit.refcs.fillZero(); in reportHit()
1345 hit.refcs[off] = refcs[i]; in reportHit()
1348 hit.refcs[mmui32[i]] = refcs[i]; in reportHit()
2639 const EList<uint8_t>& refcs,
2667 refcs, // reference characters for mms
2697 const EList<uint8_t>& refcs,
[all …]
H A Daligner.h482 ra.refcs, // reference characters for mms in report()
887 rL.refcs, // reference characters for mms in report()
914 rR.refcs, // reference characters for mms in report()
1746 rL.refcs, // reference characters for mms in report()
1773 rR.refcs, // reference characters for mms in report()
1812 r.refcs, // reference characters for mms in reportSe()
H A Dhit.h67 EList<char> refcs; /// reference characters for mms variable
100 this->refcs = other.refcs;
H A Debwt_search_backtrack.h1850 assert_eq(srSz, seedRange_.refcs.size()); in setQuery()
1853 char rc = (char)seedRange_.refcs[i]; in setQuery()
1990 curRange_.refcs.clear(); // no mismatches in initBranch()
2306 curRange_.refcs.clear(); in advanceBranch()
2309 curRange_.refcs.push_back((char)br->edits_.get(i).chr); in advanceBranch()
2383 curRange_.refcs.push_back(seedRange_.refcs[i]); in addPartialEdits()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dcharset.c225 inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs) in inherit_charset_data() argument
228 cs->to_upper= refcs->to_upper; in inherit_charset_data()
230 cs->to_lower= refcs->to_lower; in inherit_charset_data()
232 cs->ctype= refcs->ctype; in inherit_charset_data()
234 cs->tab_to_uni= refcs->tab_to_uni; in inherit_charset_data()
253 cs->sort_order= refcs->sort_order; in inherit_collation_data()
732 CHARSET_INFO *refcs; in inheritance_source_by_id() local
734 (refcs= all_charsets[refid]) && in inheritance_source_by_id()
735 (refcs->state & MY_CS_AVAILABLE) ? refcs : NULL; in inheritance_source_by_id()
800 if (refcs) in get_internal_charset()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dcharset.c225 inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs) in inherit_charset_data() argument
228 cs->to_upper= refcs->to_upper; in inherit_charset_data()
230 cs->to_lower= refcs->to_lower; in inherit_charset_data()
232 cs->ctype= refcs->ctype; in inherit_charset_data()
234 cs->tab_to_uni= refcs->tab_to_uni; in inherit_charset_data()
253 cs->sort_order= refcs->sort_order; in inherit_collation_data()
732 CHARSET_INFO *refcs; in inheritance_source_by_id() local
734 (refcs= all_charsets[refid]) && in inheritance_source_by_id()
735 (refcs->state & MY_CS_AVAILABLE) ? refcs : NULL; in inheritance_source_by_id()
800 if (refcs) in get_internal_charset()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dcharset.c225 inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs)
228 cs->to_upper= refcs->to_upper;
230 cs->to_lower= refcs->to_lower;
232 cs->ctype= refcs->ctype;
234 cs->tab_to_uni= refcs->tab_to_uni;
253 cs->sort_order= refcs->sort_order;
732 CHARSET_INFO *refcs;
734 (refcs= all_charsets[refid]) &&
735 (refcs->state & MY_CS_AVAILABLE) ? refcs : NULL;
800 if (refcs)
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dcharset.c225 inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs)
228 cs->to_upper= refcs->to_upper;
230 cs->to_lower= refcs->to_lower;
232 cs->ctype= refcs->ctype;
234 cs->tab_to_uni= refcs->tab_to_uni;
253 cs->sort_order= refcs->sort_order;
732 CHARSET_INFO *refcs;
734 (refcs= all_charsets[refid]) &&
735 (refcs->state & MY_CS_AVAILABLE) ? refcs : NULL;
800 if (refcs)
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dcharset.c224 inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs) in inherit_charset_data() argument
227 cs->to_upper= refcs->to_upper; in inherit_charset_data()
229 cs->to_lower= refcs->to_lower; in inherit_charset_data()
231 cs->m_ctype= refcs->m_ctype; in inherit_charset_data()
233 cs->tab_to_uni= refcs->tab_to_uni; in inherit_charset_data()
252 cs->sort_order= refcs->sort_order; in inherit_collation_data()
805 CHARSET_INFO *refcs; in inheritance_source_by_id() local
807 (refcs= all_charsets[refid]) && in inheritance_source_by_id()
808 (refcs->state & MY_CS_AVAILABLE) ? refcs : NULL; in inheritance_source_by_id()
873 if (refcs) in get_internal_charset()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dcharset.c224 inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs) in inherit_charset_data() argument
227 cs->to_upper= refcs->to_upper; in inherit_charset_data()
229 cs->to_lower= refcs->to_lower; in inherit_charset_data()
231 cs->m_ctype= refcs->m_ctype; in inherit_charset_data()
233 cs->tab_to_uni= refcs->tab_to_uni; in inherit_charset_data()
252 cs->sort_order= refcs->sort_order; in inherit_collation_data()
805 CHARSET_INFO *refcs; in inheritance_source_by_id() local
807 (refcs= all_charsets[refid]) && in inheritance_source_by_id()
808 (refcs->state & MY_CS_AVAILABLE) ? refcs : NULL; in inheritance_source_by_id()
873 if (refcs) in get_internal_charset()
[all …]