Home
last modified time | relevance | path

Searched refs:t_find (Results 1 – 24 of 24) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/
H A DStringFind.cpp30 int t_find(const char *ptr, int slen, const char *p, int len, int from) in t_find() function
121 return t_find<1>(text, len, needle, nlen, from); in find()
126 int q = t_find<2>((const char *)text, 2 * len, (const char *)needle, 2 * nlen, 2 * from); in find()
165 int t_find(const tchar *ptr, int plen, const tchar *s, int len, int from)
234 return t_find(text, len, needle, nlen, from);
239 return t_find(text, len, needle, nlen, from);
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/test/
H A Drnddb.c31 struct timeval t_find = { 0, 0 }; variable
94 printf("*** find %ld.%ld %d\n", t_find.tv_sec, t_find.tv_usec, c_find); in do_report()
106 printf("*** find %lf\n", ((double) t_find.tv_sec + in do_report()
107 ((double) t_find.tv_usec) / 1000000) / in do_report()
283 ADDDIFF(t_find, t1, t2); in main()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/test/
H A Drnddb.c31 struct timeval t_find = { 0, 0 }; variable
94 printf("*** find %ld.%ld %d\n", t_find.tv_sec, t_find.tv_usec, c_find); in do_report()
106 printf("*** find %lf\n", ((double) t_find.tv_sec + in do_report()
107 ((double) t_find.tv_usec) / 1000000) / in do_report()
283 ADDDIFF(t_find, t1, t2); in main()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/test/
H A Drnddb.c31 struct timeval t_find = { 0, 0 }; variable
94 printf("*** find %ld.%ld %d\n", t_find.tv_sec, t_find.tv_usec, c_find); in do_report()
106 printf("*** find %lf\n", ((double) t_find.tv_sec + in do_report()
107 ((double) t_find.tv_usec) / 1000000) / in do_report()
283 ADDDIFF(t_find, t1, t2); in main()
/dports/net/bird2/bird-2.0.8/filter/
H A Dtree_test.c213 t_find(void) in t_find() function
301 bt_test_suite(t_find, "Finding values in trees"); in main()
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dldap_api.php216 $t_find = array( '\\', '*', '(', ')', '/', "\x00" );
219 $t_string = str_replace( $t_find, $t_replace, $p_string );
/dports/devel/p5-CPAN-Reporter-Smoker/CPAN-Reporter-Smoker-0.29/t/
H A Dparse_module_index.t23 …x('t/parse_module_index/t_02packages.details.txt', 't/parse_module_index/t_find-ls', 0, '20080101'…
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/sofia-sip/
H A Dsu_tag_inline.h110 su_inline tagi_t const *t_find(tag_type_t tt, tagi_t const *lst) in t_find() function
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/sofia-sip/
H A Dsu_tag_inline.h110 su_inline tagi_t const *t_find(tag_type_t tt, tagi_t const *lst) in t_find() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dsu_taglist.c348 return (tagi_t *)t_find(tt, lst); in tl_find()
356 for (next = last = t_find(tt, lst); next; next = t_find(tt, t_next(last))) in tl_find_last()
388 for (t = t_find(tt, lst); t; t = t_find(tt, t_next(t))) in tl_get()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dsu_taglist.c348 return (tagi_t *)t_find(tt, lst); in tl_find()
356 for (next = last = t_find(tt, lst); next; next = t_find(tt, t_next(last))) in tl_find_last()
388 for (t = t_find(tt, lst); t; t = t_find(tt, t_next(t))) in tl_get()
/dports/devel/p5-CPAN-Reporter-Smoker/CPAN-Reporter-Smoker-0.29/
H A DMANIFEST47 t/parse_module_index/t_find-ls
/dports/www/pound/Pound-2.8/
H A Dsvc.c89 t_find(LHASH_OF(TABNODE) *const tab, char *const key) function
633 else if((vp = t_find(svc->sessions, key)) == NULL) {
649 else if((vp = t_find(svc->sessions, key)) == NULL) {
668 else if((vp = t_find(svc->sessions, key)) == NULL) {
703 if(t_find(svc->sessions, key) == NULL)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/data/lang/
H A Dru_RU.ini230 t_find=Поиск key
H A Dtranslation template.ini242 t_find=search key
/dports/editors/cudatext/CudaText-1.151.0/app/data/lang/
H A Dru_RU.ini230 t_find=Поиск key
H A Dtranslation template.ini242 t_find=search key
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith_old.cpp5474 CDMap<Expr, DifferenceLogicGraph::EpsRational>::iterator t_find = termLowerBounded.find(t); in getLowerBound() local
5475 if (t_find != termLowerBounded.end()) { in getLowerBound()
5476 TRACE("arith shared", "getLowerBound(", t.toString(), ") ==> " + (*t_find).second.toString()); in getLowerBound()
5477 return (*t_find).second; in getLowerBound()
5703 CDMap<Expr, bool>::iterator t_find = termConstrainedAbove.find(t); in isConstrainedAbove() local
5704 if (t_find != termConstrainedAbove.end()) { in isConstrainedAbove()
5754 CDMap<Expr, bool>::iterator t_find = termConstrainedBelow.find(t); in isConstrainedBelow() local
5755 if (t_find != termConstrainedBelow.end()) { in isConstrainedBelow()
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_translation.inc374 msgPanelSearch:= ini.ReadString('ui', 't_find', msgPanelSearch_Init);
/dports/lang/ghc/ghc-8.10.7/libraries/text/tests/Tests/
H A DProperties.hs767 t_find p = L.find p `eqP` T.find p function
1345 testProperty "t_find" t_find,
/dports/lang/elm/compiler-0.19.1/_cabal_deps/text-1.2.3.2/tests/Tests/
H A DProperties.hs767 t_find p = L.find p `eqP` T.find p function
1345 testProperty "t_find" t_find,
/dports/www/sogo/SOGo-5.4.0/UI/WebServerResources/js/vendor/
H A Dng-sortable.min.js.map1 …t\t\t\toptions.ignore.split(',').forEach(function (criteria) {\n\t\t\t\t\t_find(dragEl, criteria.t…
/dports/www/sogo-activesync/SOGo-5.4.0/UI/WebServerResources/js/vendor/
H A Dng-sortable.min.js.map1 …t\t\t\toptions.ignore.split(',').forEach(function (criteria) {\n\t\t\t\t\t_find(dragEl, criteria.t…
/dports/www/nextcloud/nextcloud/core/js/dist/
H A Dmain.js.map1 …] = {\n\t\t\telement: element,\n\t\t\ttooltip: tooltip\n\t\t};\n\t},\n\n\t_find: function( target …