Home
last modified time | relevance | path

Searched refs:component_end (Results 1 – 25 of 95) sorted by relevance

1234

/dports/misc/libpri/libpri-1.6.0/
H A Dasn1.h130 #define ASN1_END_SETUP(component_end, offset, length, pos, end) \ argument
134 (component_end) = (end); \
137 (component_end) = (pos) + (length); \
142 #define ASN1_END_FIXUP(ctrl, pos, offset, component_end, end) \ argument
146 } else if ((pos) != (component_end)) { \
151 (pos) = (component_end); \
210 #define ASN1_LEN_FIXUP(len_pos, component_end, end) \ argument
211 ASN1_CALL((component_end), asn1_enc_length_fixup((len_pos), (component_end), (end)))
226 #define ASN1_CONSTRUCTED_END(len_pos, component_end, end) \ argument
227 ASN1_CALL((component_end), asn1_enc_length_fixup((len_pos), (component_end), (end)))
[all …]
H A Dasn1_primitive.c1035 unsigned char *component_end, unsigned char *end) in asn1_enc_length_fixup() argument
1042 if (component_end < len_pos + *len_pos) { in asn1_enc_length_fixup()
1047 body_length = component_end - len_pos - *len_pos; in asn1_enc_length_fixup()
1068 component_end = len_pos + length_size + body_length; in asn1_enc_length_fixup()
1069 if (end < component_end) { in asn1_enc_length_fixup()
1090 return component_end; in asn1_enc_length_fixup()
/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Dfilestuff.cc468 char *component_end = start; in mkdir_recursive() local
481 component_end = component_start; in mkdir_recursive()
482 while (*component_end != '/' && *component_end != '\0') in mkdir_recursive()
483 component_end++; in mkdir_recursive()
487 char saved_char = *component_end; in mkdir_recursive()
488 *component_end = '\0'; in mkdir_recursive()
500 *component_end = saved_char; in mkdir_recursive()
501 component_start = component_end; in mkdir_recursive()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/agp_validate/test/
H A Dalt_bad_test.out14 9:scaffold_0 16359 18971 9 W AAGU02222225 1 2613 +#component_end greater than sequence length
15 ERROR: component_end greater than sequence length: 2613 > AAGU02222225 length = 2083 bp
34 1 g74 component_end greater than sequence length
H A Dfa_test1_2.out3 WARNING: all objects are singletons with component_beg=1 and component_end = length of sequence
34 …WARNING: all objects are singletons with component_beg=1 (not all component_end = length of sequen…
H A Dunplaced_singleton.out3 WARNING: all objects are singletons with component_beg=1 and component_end = length of sequence
35 …WARNING: all objects are singletons with component_beg=1 (not all component_end = length of sequen…
H A Dfa_test.out5 ERROR: component_end greater than sequence length: 1103 > LACBIscaffold_1_Cont1 length = 630 bp
30 1 g74 component_end greater than sequence length
H A Dfa_test2.agp1 # not all component_end=length of sequence
H A DMedtrA17_3.5.head.agp4 …ber, component_type, component_id/gap_length, component_beg/gap_type, component_end/linkage, orien…
H A Dbig_int_pos.agp3 …ber, component_type, component_id/gap_length, component_beg/gap_type, component_end/linkage, orien…
H A Dalt_bad_test.agp9 scaffold_0 16359 18971 9 W AAGU02222225 1 2613 +#component_end greater than sequence length
H A Dchr_scaf_test2.out120 ERROR: component_end greater than sequence length: 656327 > EG1_scaffold21 length = 656317 bp
133 1 g74 component_end greater than sequence length
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsURLHelperOSX.cpp58 nsACString::const_iterator component_end(start); in pathBeginsWithVolName() local
59 FindCharInReadable('/', component_end, directory_end); in pathBeginsWithVolName()
61 nsAutoCString flatComponent((Substring(start, component_end))); in pathBeginsWithVolName()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsURLHelperOSX.cpp58 nsACString::const_iterator component_end(start); in pathBeginsWithVolName() local
59 FindCharInReadable('/', component_end, directory_end); in pathBeginsWithVolName()
61 nsAutoCString flatComponent((Substring(start, component_end))); in pathBeginsWithVolName()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsURLHelperOSX.cpp58 nsACString::const_iterator component_end(start); in pathBeginsWithVolName() local
59 FindCharInReadable('/', component_end, directory_end); in pathBeginsWithVolName()
61 nsAutoCString flatComponent((Substring(start, component_end))); in pathBeginsWithVolName()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsURLHelperOSX.cpp56 nsACString::const_iterator component_end(start); in pathBeginsWithVolName() local
57 FindCharInReadable('/', component_end, directory_end); in pathBeginsWithVolName()
59 nsAutoCString flatComponent((Substring(start, component_end))); in pathBeginsWithVolName()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsURLHelperOSX.cpp58 nsACString::const_iterator component_end(start); in pathBeginsWithVolName() local
59 FindCharInReadable('/', component_end, directory_end); in pathBeginsWithVolName()
61 nsAutoCString flatComponent((Substring(start, component_end))); in pathBeginsWithVolName()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsURLHelperOSX.cpp58 nsACString::const_iterator component_end(start); in pathBeginsWithVolName() local
59 FindCharInReadable('/', component_end, directory_end); in pathBeginsWithVolName()
61 nsAutoCString flatComponent((Substring(start, component_end))); in pathBeginsWithVolName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/url_formatter/
H A Durl_formatter.cc279 for (size_t component_start = 0, component_end; in IDNToUnicodeWithAdjustmentsImpl() local
280 component_start < host16.length(); component_start = component_end + 1) { in IDNToUnicodeWithAdjustmentsImpl()
282 component_end = host16.find('.', component_start); in IDNToUnicodeWithAdjustmentsImpl()
283 if (component_end == base::string16::npos) in IDNToUnicodeWithAdjustmentsImpl()
284 component_end = host16.length(); // For getting the last component. in IDNToUnicodeWithAdjustmentsImpl()
285 size_t component_length = component_end - component_start; in IDNToUnicodeWithAdjustmentsImpl()
288 if (component_end > component_start) { in IDNToUnicodeWithAdjustmentsImpl()
309 if (component_end < host16.length()) in IDNToUnicodeWithAdjustmentsImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/url_formatter/
H A Durl_formatter.cc279 for (size_t component_start = 0, component_end; in IDNToUnicodeWithAdjustmentsImpl() local
280 component_start < host16.length(); component_start = component_end + 1) { in IDNToUnicodeWithAdjustmentsImpl()
282 component_end = host16.find('.', component_start); in IDNToUnicodeWithAdjustmentsImpl()
283 if (component_end == base::string16::npos) in IDNToUnicodeWithAdjustmentsImpl()
284 component_end = host16.length(); // For getting the last component. in IDNToUnicodeWithAdjustmentsImpl()
285 size_t component_length = component_end - component_start; in IDNToUnicodeWithAdjustmentsImpl()
288 if (component_end > component_start) { in IDNToUnicodeWithAdjustmentsImpl()
305 if (component_end < host16.length()) in IDNToUnicodeWithAdjustmentsImpl()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/agp_validate/
H A Dagp_validate.cpp651 agp_row->GetComponentId(), line_num, agp_row->component_end); in x_ValidateFile()
856 tmp_row->component_end = it->GetFrom()-1; in SaveRow()
857 tmp_row->object_end = comp2obj_ofs + tmp_row->component_end; in SaveRow()
877 if(tmp_row->component_beg <= row->component_end) { in SaveRow()
879 tmp_row->component_end = row->component_end; in SaveRow()
/dports/sysutils/lnav/lnav-0.10.1/src/yajlpp/
H A Djson_ptr.cc299 const char *component_end; in at_key() local
309 component_end = component + len; in at_key()
311 for (lpc = 0; component < component_end; lpc++, component++) { in at_key()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dfilesys.cpp631 size_t component_end = remaining; in RemoveLastPathComponent() local
640 component_end - component_start); in RemoveLastPathComponent()
660 size_t component_end = pos; in RemoveRelativePathComponents() local
666 component_end - component_start); in RemoveRelativePathComponents()
/dports/games/minetest/minetest-5.4.1/src/
H A Dfilesys.cpp583 size_t component_end = remaining; in RemoveLastPathComponent() local
592 component_end - component_start); in RemoveLastPathComponent()
612 size_t component_end = pos; in RemoveRelativePathComponents() local
618 component_end - component_start); in RemoveRelativePathComponents()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dagp_seq_entry.cpp149 loc.SetInt().SetTo( m_this_row->component_end - 1 ); in OnGapOrComponent()
150 seq_inst->SetLength() += ( m_this_row->component_end - m_this_row->component_beg + 1 ); in OnGapOrComponent()

1234