Home
last modified time | relevance | path

Searched refs:domain_end (Results 1 – 23 of 23) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Drange_query_function.cc92 int64_t domain_end) { in FunctionToVector() argument
93 CHECK_LT(domain_start, domain_end); in FunctionToVector()
94 std::vector<int64_t> output(domain_end - domain_start, 0); in FunctionToVector()
95 for (int64_t i = 0; i < domain_end - domain_start; ++i) { in FunctionToVector()
109 int64_t domain_start, int64_t domain_end) in CachedRangeIntToIntFunction() argument
113 CHECK_LT(domain_start, domain_end); in CachedRangeIntToIntFunction()
181 domain_end_(domain_end), in CachedRangeMinMaxIndexFunction()
182 index_rmq_min_(FunctionToVector(f, domain_start, domain_end)), in CachedRangeMinMaxIndexFunction()
184 CHECK_LT(domain_start, domain_end); in CachedRangeMinMaxIndexFunction()
221 int64_t domain_end) { in MakeCachedIntToIntFunction() argument
[all …]
H A Drange_query_function.h81 int64_t domain_end);
86 int64_t domain_end);
/dports/net-im/biboumi/biboumi-9.0/src/xmpp/
H A Djid.cpp91 char* domain_end = domain + ::strlen(domain); in jidprep() local
100domain_end = std::unique(begin(domain), domain + ::strlen(domain), [&special_chars](const char& a,… in jidprep()
105 if (domain_end != domain && special_chars.count(*(domain_end - 1))) in jidprep()
106 --domain_end; in jidprep()
107 if (domain_end != domain && special_chars.count(domain[0])) in jidprep()
109 std::memmove(domain, domain + 1, static_cast<std::size_t>(domain_end - domain) + 1); in jidprep()
110 --domain_end; in jidprep()
113 if (domain_end == domain) in jidprep()
116 *domain_end = '\0'; in jidprep()
/dports/mail/masqmail/masqmail-0.3.5/src/
H A Dparse.c140 gchar **domain_begin, gchar **domain_end, gchar **address_end) in parse_address_rfc822() argument
148 *domain_begin = *domain_end = NULL; in parse_address_rfc822()
208 *domain_end = e; in parse_address_rfc822()
212 *domain_begin = *domain_end = NULL; in parse_address_rfc822()
240 *domain_end = e; in parse_address_rfc822()
243 *domain_begin = *domain_end = NULL; in parse_address_rfc822()
253 *domain_begin = *domain_end = NULL; in parse_address_rfc822()
292 gchar **domain_begin, gchar **domain_end, gchar **address_end) in parse_address_rfc821() argument
300 *domain_begin = *domain_end = NULL; in parse_address_rfc821()
337 domain_begin = domain_end = NULL; in parse_address_rfc821()
[all …]
H A Dmasqmail.h404 … gchar **local_begin, gchar **local_end, gchar **domain_begin, gchar **domain_end, gchar **address…
405 … gchar **local_begin, gchar **local_end, gchar **domain_begin, gchar **domain_end, gchar **address…
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/
H A Dsah.h70 const ValueType domain_end);
158 const ValueType domain_end);
262 const ValueType domain_end) in reset() argument
264 assert(domain_begin < domain_end); in reset()
266 m_domain_end = domain_end; in reset()
415 const ValueType domain_end) in ApproxSAHFunction() argument
417 , m_domain_end(domain_end) in ApproxSAHFunction()
/dports/science/lammps/lammps-stable_29Sep2021/src/MESONT/
H A Dpair_mesont_tpm.cpp64 static const int domain_end = -2; member in MESONTList
173 chain_list[i][0] = domain_end; in MESONTList()
174 chain_list[i][1] = domain_end; in MESONTList()
196 if (chain_list[i][0] == cnt_end || chain_list[i][0] == domain_end) { in MESONTList()
202 if (idx == cnt_end || idx == domain_end) break; in MESONTList()
212 if (chain_list[i][0] != cnt_end && chain_list[i][0] != domain_end && in MESONTList()
215 if (chain_list[i][1] != cnt_end && chain_list[i][1] != domain_end && in MESONTList()
225 chain_list[i][1] != cnt_end && chain_list[i][1] != domain_end) in MESONTList()
257 (idx_next == cnt_end) || (idx_next == domain_end)) { in MESONTList()
266 chain_list[idx0][0] != domain_end) chain[0] -= 1; in MESONTList()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/
H A Dsidre_generateindex.cpp350 int64_t domain_end = domain_begin + (3 - (my_rank % 2)); in generate_multidomain_blueprint() local
359 for(int64_t i = domain_begin; i < domain_end; ++i) in generate_multidomain_blueprint()
423 int64_t domain_end = domain_begin; in generate_cartesian_blueprint() local
426 domain_end += 2; in generate_cartesian_blueprint()
430 domain_end++; in generate_cartesian_blueprint()
440 for(int64_t i = domain_begin; i < domain_end; ++i) in generate_cartesian_blueprint()
/dports/www/ufdbguard/ufdbGuard-1.35.3/src/
H A Dufdblib.c1761 char * domain_end; in UFDBstripURL2() local
1822 domain_end = findDomainEnd( p ); /* might not be accurate and skipped the ':port' */ in UFDBstripURL2()
1824 optional_token = strchr_before( p, domain_end, '@' ); /* strip user:password@ */ in UFDBstripURL2()
1851 domain_end = findDomainEnd( p ); in UFDBstripURL2()
1854 oldBracket = domain_end - 1; in UFDBstripURL2()
1856 optional_token = strchr_before( oldBracket, domain_end, ':' ); in UFDBstripURL2()
1860 domain_end, oldBracket, optional_token ); in UFDBstripURL2()
1879 if (*tmp == '.' && strchr_before( tmp+1, domain_end, '.' ) != NULL) in UFDBstripURL2()
1883 optional_token = strchr_before( p, domain_end, ':' ); in UFDBstripURL2()
1935 domain_end = optional_token; in UFDBstripURL2()
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/hola/
H A Dascent_hola.cpp284 int domain_end = num_domains; in relay_blueprint_mesh_read() local
315 domain_end = rank_offset + read_size; in relay_blueprint_mesh_read()
319 for(int i = domain_start ; i < domain_end; i++) in relay_blueprint_mesh_read()
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/actions/
H A DactionRegistry.vala210 int domain_end = url.index_of_char('/', 7);
213 if (domain_begin < domain_end) return url.substring(domain_begin, domain_end-domain_begin);
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/python_dependencies/impacket/
H A Dntlm.py319 domain_end = self['domain_len'] + domain_offset
320 self['domain_name'] = data[ domain_offset : domain_end ]
471 domain_end = self['domain_len'] + domain_offset
472 self['domain_name'] = data[ domain_offset : domain_end ]
/dports/net/py-impacket/impacket-0.9.17/impacket/
H A Dntlm.py322 domain_end = self['domain_len'] + domain_offset
323 self['domain_name'] = data[ domain_offset : domain_end ]
473 domain_end = self['domain_len'] + domain_offset
474 self['domain_name'] = data[ domain_offset : domain_end ]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/python_dependencies/impacket/
H A Dntlm.py319 domain_end = self['domain_len'] + domain_offset
320 self['domain_name'] = data[ domain_offset : domain_end ]
471 domain_end = self['domain_len'] + domain_offset
472 self['domain_name'] = data[ domain_offset : domain_end ]
/dports/net/pwhois/pwhois-2.2.1.0/addons/
H A Dpwhois_milter.c537 char *domain, *domain_end; in mail_envfrom() local
548 domain_end = strchr(domain, '>'); in mail_envfrom()
550 if (domain_end == NULL) in mail_envfrom()
553 domain_len = domain_end - domain; in mail_envfrom()
/dports/www/dillo2/dillo-3.0.5/test/
H A Dcookies.c817 int domain_end, i = 0; in Cookies_rc_check() local
823 domain_end = i; in Cookies_rc_check()
828 line[domain_end] = '\0'; in Cookies_rc_check()
/dports/science/conduit/conduit-0.8.0/src/libs/relay/
H A Dconduit_relay_io_blueprint.cpp1637 int domain_end = num_domains; in read_mesh() local
1667 domain_end = rank_offset + read_size; in read_mesh()
1676 for(int i = domain_start ; i < domain_end; i++) in read_mesh()
1688 for(int i = domain_start ; i < domain_end; i++) in read_mesh()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dframeset.c3046 char *domain_end; /* Pointer to final null of domain string */ in ConvertX() local
3160 if ( ( domain_end = strchr( domain, ',' ) ) ) *domain_end = '\0'; in ConvertX()
3269 domain = domain_end ? domain_end + 1 : NULL; in ConvertX()
3682 char *domain_end; /* Pointer to null at end of domain */ in FindFrame() local
3746 if ( ( domain_end = strchr( domain, ',' ) ) ) *domain_end = '\0'; in FindFrame()
3805 domain = domain_end ? domain_end + 1 : NULL; in FindFrame()
H A Dframe.c2875 char *domain_end; /* Pointer to null at end of domain */ in ConvertX() local
2911 if ( ( domain_end = strchr( domain, ',' ) ) ) *domain_end = '\0'; in ConvertX()
3017 domain = domain_end ? domain_end + 1 : NULL; in ConvertX()
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpheader-input.c503 const char *domain_end; in parse_cookies() local
620 domain_end = this_value_end; in parse_cookies()
668 const char *domain = CUT_ONTO_STACK (domain_start, domain_end); in parse_cookies()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessageEntity.cpp1142 …auto domain_end = std::min({str.size(), str.find('/'), str.find('?'), str.find('#')}); // TODO se… in fix_url() local
1143 auto domain = str.substr(0, domain_end); in fix_url()
1144 auto path = str.substr(domain_end); in fix_url()
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.h632 int64_t domain_end);
H A Drouting.cc1355 int64_t domain_end) { in MakeStateDependentTransit() argument
1361 return {MakeCachedIntToIntFunction(f, domain_start, domain_end), in MakeStateDependentTransit()
1362 MakeCachedRangeMinMaxIndexFunction(g, domain_start, domain_end)}; in MakeStateDependentTransit()