Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dregex_xquery.cpp1606 int shortest_len = -1; in match_piece_iter_reluctant() local
1612 if((shortest_len == -1) || (shortest_len > *matched_len)) in match_piece_iter_reluctant()
1614 shortest_len = *matched_len; in match_piece_iter_reluctant()
1624 if(shortest_len != -1) in match_piece_iter_reluctant()
1626 *matched_len = shortest_len; in match_piece_iter_reluctant()
1646 int shortest_len = -1; in match_piece_iter_reluctant() local
1664 if((shortest_len >= 0) && (shortest_len <= pieceslen))//this branch is longer in match_piece_iter_reluctant()
1683 if((shortest_len < 0) || (shortest_len > pieceslen)) in match_piece_iter_reluctant()
1685 shortest_len = pieceslen; in match_piece_iter_reluctant()
1724 if(shortest_len >= 0) in match_piece_iter_reluctant()
[all …]
/dports/textproc/groff/groff-1.22.4/src/utils/indxbib/
H A Dindxbib.cpp91 int shortest_len = 3; variable
159 check_integer_arg('l', optarg, 0, &shortest_len); in main()
399 if (key_len >= shortest_len) { in read_common_words_file()
690 if (len < shortest_len) in store_key()
763 h.shortest = shortest_len; in write_hash_table()
/dports/japanese/groff/groff-1.18.1.1/src/utils/indxbib/
H A Dindxbib.cc92 int shortest_len = 3; variable
160 check_integer_arg('l', optarg, 0, &shortest_len); in main()
400 if (key_len >= shortest_len) { in read_common_words_file()
691 if (len < shortest_len) in store_key()
764 h.shortest = shortest_len; in write_hash_table()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dpair.c444 static SgObject do_transpose(long shortest_len, SgObject args[]) in do_transpose() argument
450 for (i = 0; i < shortest_len; i++) { in do_transpose()
/dports/net/samba412/samba-4.12.15/source3/winbindd/
H A Dwinbindd_dual.c430 size_t shortest_len, current_len; in choose_domain_child() local
440 shortest_len = tevent_queue_length(shortest->queue); in choose_domain_child()
442 if (current_len < shortest_len) { in choose_domain_child()
/dports/graphics/blender/blender-2.91.0/source/blender/modifiers/intern/
H A DMOD_skin.c1263 float shortest_len; in skin_choose_quad_bridge_order() local
1274 shortest_len = FLT_MAX; in skin_choose_quad_bridge_order()
1283 if (len < shortest_len) { in skin_choose_quad_bridge_order()
1284 shortest_len = len; in skin_choose_quad_bridge_order()
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_query.c1929 float shortest_len = FLT_MAX; in BM_face_find_shortest_loop() local
1938 if (len_sq <= shortest_len) { in BM_face_find_shortest_loop()
1940 shortest_len = len_sq; in BM_face_find_shortest_loop()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dpackage.d471 var uintL shortest_len = Sstring_length(shortest_name); in ensure_pack_shortest_name() local
476 if (nick_len < shortest_len) { in ensure_pack_shortest_name()
477 shortest_len = nick_len; in ensure_pack_shortest_name()
/dports/lang/perl5.30/perl-5.30.3/
H A Dsv.c7977 STRLEN shortest_len = cur1 < cur2 ? cur1 : cur2; in Perl_sv_cmp_flags() local
7984 shortest_len); in Perl_sv_cmp_flags()
8005 const char *e = pv1 + shortest_len; in Perl_sv_cmp_flags()
/dports/lang/perl5.32/perl-5.32.1/
H A Dsv.c8016 STRLEN shortest_len = cur1 < cur2 ? cur1 : cur2; in Perl_sv_cmp_flags() local
8023 shortest_len); in Perl_sv_cmp_flags()
8044 const char *e = pv1 + shortest_len; in Perl_sv_cmp_flags()
/dports/lang/perl5.34/perl-5.34.0/
H A Dsv.c7972 STRLEN shortest_len = cur1 < cur2 ? cur1 : cur2; in Perl_sv_cmp_flags() local
7979 shortest_len); in Perl_sv_cmp_flags()
8000 const char *e = pv1 + shortest_len; in Perl_sv_cmp_flags()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dsv.c8161 STRLEN shortest_len = cur1 < cur2 ? cur1 : cur2; in Perl_sv_cmp_flags() local
8168 shortest_len); in Perl_sv_cmp_flags()
8189 const char *e = pv1 + shortest_len; in Perl_sv_cmp_flags()