Home
last modified time | relevance | path

Searched refs:len (Results 1 – 25 of 13234) sorted by relevance

12345678910>>...530

/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug54055.phpt11 495: len=502
12 496: len=503
13 497: len=504
14 498: len=505
15 499: len=506
16 500: len=507
17 501: len=508
18 502: len=509
19 503: len=510
20 504: len=511
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug54055.phpt10 495: len=502
11 496: len=503
12 497: len=504
13 498: len=505
14 499: len=506
15 500: len=507
16 501: len=507
17 502: len=507
18 503: len=507
19 504: len=507
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug54055.phpt10 495: len=502
11 496: len=503
12 497: len=504
13 498: len=505
14 499: len=506
15 500: len=507
16 501: len=507
17 502: len=507
18 503: len=507
19 504: len=507
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug54055.phpt11 495: len=502
12 496: len=503
13 497: len=504
14 498: len=505
15 499: len=506
16 500: len=507
17 501: len=508
18 502: len=509
19 503: len=510
20 504: len=511
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug54055.phpt11 495: len=502
12 496: len=503
13 497: len=504
14 498: len=505
15 499: len=506
16 500: len=507
17 501: len=507
18 502: len=507
19 503: len=507
20 504: len=507
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug54055.phpt10 495: len=502
11 496: len=503
12 497: len=504
13 498: len=505
14 499: len=506
15 500: len=507
16 501: len=507
17 502: len=507
18 503: len=507
19 504: len=507
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug54055.phpt11 495: len=502
12 496: len=503
13 497: len=504
14 498: len=505
15 499: len=506
16 500: len=507
17 501: len=507
18 502: len=507
19 503: len=507
20 504: len=507
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug54055.phpt10 495: len=502
11 496: len=503
12 497: len=504
13 498: len=505
14 499: len=506
15 500: len=507
16 501: len=507
17 502: len=507
18 503: len=507
19 504: len=507
[all …]
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsentities.h22 if (len == 4 /* && strncmp(ent, "nbsp") == 0 */) { in decode_entity()
28 if (len == 5 /* && strncmp(ent, "iexcl") == 0 */) { in decode_entity()
34 if (len == 4 /* && strncmp(ent, "cent") == 0 */) { in decode_entity()
40 if (len == 5 /* && strncmp(ent, "pound") == 0 */) { in decode_entity()
52 if (len == 3 /* && strncmp(ent, "yen") == 0 */) { in decode_entity()
64 if (len == 4 /* && strncmp(ent, "sect") == 0 */) { in decode_entity()
70 if (len == 3 /* && strncmp(ent, "uml") == 0 */) { in decode_entity()
76 if (len == 4 /* && strncmp(ent, "copy") == 0 */) { in decode_entity()
94 if (len == 3 /* && strncmp(ent, "not") == 0 */) { in decode_entity()
100 if (len == 3 /* && strncmp(ent, "shy") == 0 */) { in decode_entity()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_text/
H A Dtext_format_pov.c49 int i, len; in txtfmt_pov_find_keyword() local
51 if (STR_LITERAL_STARTSWITH(string, "deprecated", len)) { i = len; in txtfmt_pov_find_keyword()
52 } else if (STR_LITERAL_STARTSWITH(string, "persistent", len)) { i = len; in txtfmt_pov_find_keyword()
53 } else if (STR_LITERAL_STARTSWITH(string, "statistics", len)) { i = len; in txtfmt_pov_find_keyword()
54 } else if (STR_LITERAL_STARTSWITH(string, "version", len)) { i = len; in txtfmt_pov_find_keyword()
55 } else if (STR_LITERAL_STARTSWITH(string, "warning", len)) { i = len; in txtfmt_pov_find_keyword()
94 int i, len; in txtfmt_pov_find_reserved_keywords() local
253 int i, len; in txtfmt_pov_find_reserved_builtins() local
501 int i, len; in txtfmt_pov_find_specialvar() local
707 int i, len; in txtfmt_pov_find_bool() local
[all …]
H A Dtext_format_pov_ini.c46 int i, len; in txtfmt_ini_find_keyword() local
52 if (STR_LITERAL_STARTSWITH(string, "deprecated", len)) { i = len; in txtfmt_ini_find_keyword()
53 } else if (STR_LITERAL_STARTSWITH(string, "statistics", len)) { i = len; in txtfmt_ini_find_keyword()
54 } else if (STR_LITERAL_STARTSWITH(string, "declare", len)) { i = len; in txtfmt_ini_find_keyword()
55 } else if (STR_LITERAL_STARTSWITH(string, "default", len)) { i = len; in txtfmt_ini_find_keyword()
56 } else if (STR_LITERAL_STARTSWITH(string, "version", len)) { i = len; in txtfmt_ini_find_keyword()
57 } else if (STR_LITERAL_STARTSWITH(string, "warning", len)) { i = len; in txtfmt_ini_find_keyword()
58 } else if (STR_LITERAL_STARTSWITH(string, "include", len)) { i = len; in txtfmt_ini_find_keyword()
105 int i, len; in txtfmt_ini_find_reserved() local
318 int i, len; in txtfmt_ini_find_bool() local
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/util/test/
H A Dtext-codec.c30 len += TextCodecAdvance(&iter, 0x41, output + len, sizeof(output) - len); in M_TEST_DEFINE()
31 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
37 len += TextCodecAdvance(&iter, 0x41, output + len, sizeof(output) - len); in M_TEST_DEFINE()
39 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
47 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
55 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
64 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
84 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
92 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
100 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/util/test/
H A Dtext-codec.c30 len += TextCodecAdvance(&iter, 0x41, output + len, sizeof(output) - len); in M_TEST_DEFINE()
31 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
37 len += TextCodecAdvance(&iter, 0x41, output + len, sizeof(output) - len); in M_TEST_DEFINE()
39 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
47 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
55 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
64 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
84 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
92 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
100 len += TextCodecFinish(&iter, output + len, sizeof(output) - len); in M_TEST_DEFINE()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c297 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_sifs_hist_tlv_v()
321 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tx_ppdu_stats_tlv_v()
360 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v()
372 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v()
750 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_peer_details_tlv()
990 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_mu_mimo_mpdu_stats_tlv()
1113 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_difs_latency_stats_tlv_v()
1145 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_cmd_result_stats_tlv_v()
1202 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_fes_result_stats_tlv_v()
1230 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c297 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_sifs_hist_tlv_v()
321 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tx_ppdu_stats_tlv_v()
360 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v()
372 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v()
750 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_peer_details_tlv()
990 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_mu_mimo_mpdu_stats_tlv()
1113 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_difs_latency_stats_tlv_v()
1145 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_cmd_result_stats_tlv_v()
1202 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_fes_result_stats_tlv_v()
1230 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.c297 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_sifs_hist_tlv_v()
321 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tx_ppdu_stats_tlv_v()
360 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v()
372 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v()
750 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_peer_details_tlv()
990 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_mu_mimo_mpdu_stats_tlv()
1113 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_difs_latency_stats_tlv_v()
1145 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_cmd_result_stats_tlv_v()
1202 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_fes_result_stats_tlv_v()
1230 len += HTT_DBG_OUT(buf + len, buf_len - len, in htt_print_tx_hwq_tried_mpdu_cnt_hist_tlv_v()
[all …]
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/arithmetic/
H A Dbitwise.sls51 (len-test #xF)
52 (len-test #xFF)
53 (len-test #xFFF)
67 (len-test #x-F)
68 (len-test #x-FF)
84 (len-test #xE)
85 (len-test #xFE)
100 (len-test #x-E)
117 (len-test #x1)
150 (len-test #x1)
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/arithmetic/
H A Dbitwise.sls51 (len-test #xF)
52 (len-test #xFF)
53 (len-test #xFFF)
67 (len-test #x-F)
68 (len-test #x-FF)
84 (len-test #xE)
85 (len-test #xFE)
100 (len-test #x-E)
117 (len-test #x1)
150 (len-test #x1)
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/intern/
H A DCOM_Debug.cpp166 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "{"); in graphviz_operation()
170 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "|"); in graphviz_operation()
185 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "}"); in graphviz_operation()
186 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "|"); in graphviz_operation()
203 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "|"); in graphviz_operation()
204 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "{"); in graphviz_operation()
223 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "}"); in graphviz_operation()
225 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "}\"]"); in graphviz_operation()
226 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "\r\n"); in graphviz_operation()
247 len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "\r\n"); in graphviz_legend_line()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/intl/
H A Dmsg_hash_es.c53 snprintf(s, len, in msg_hash_get_help_es_enum()
66 snprintf(s, len, in msg_hash_get_help_es_enum()
72 snprintf(s, len, in msg_hash_get_help_es_enum()
78 snprintf(s, len, in msg_hash_get_help_es_enum()
82 snprintf(s, len, in msg_hash_get_help_es_enum()
87 snprintf(s, len, in msg_hash_get_help_es_enum()
91 snprintf(s, len, in msg_hash_get_help_es_enum()
96 snprintf(s, len, in msg_hash_get_help_es_enum()
100 snprintf(s, len, in msg_hash_get_help_es_enum()
106 snprintf(s, len, in msg_hash_get_help_es_enum()
[all …]
H A Dmsg_hash_fi.c36 snprintf(s, len, in msg_hash_get_help_fi_enum()
49 snprintf(s, len, in msg_hash_get_help_fi_enum()
55 snprintf(s, len, in msg_hash_get_help_fi_enum()
62 snprintf(s, len, in msg_hash_get_help_fi_enum()
66 snprintf(s, len, in msg_hash_get_help_fi_enum()
70 snprintf(s, len, in msg_hash_get_help_fi_enum()
74 snprintf(s, len, in msg_hash_get_help_fi_enum()
78 snprintf(s, len, in msg_hash_get_help_fi_enum()
82 snprintf(s, len, in msg_hash_get_help_fi_enum()
88 snprintf(s, len, in msg_hash_get_help_fi_enum()
[all …]
H A Dmsg_hash_pt_br.c44 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
57 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
63 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
70 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
74 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
78 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
82 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
86 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
90 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
96 snprintf(s, len, in msg_hash_get_help_pt_br_enum()
[all …]
H A Dmsg_hash_fr.c46 snprintf(s, len, in msg_hash_get_help_fr_enum()
59 snprintf(s, len, in msg_hash_get_help_fr_enum()
65 snprintf(s, len, in msg_hash_get_help_fr_enum()
72 snprintf(s, len, in msg_hash_get_help_fr_enum()
76 snprintf(s, len, in msg_hash_get_help_fr_enum()
80 snprintf(s, len, in msg_hash_get_help_fr_enum()
84 snprintf(s, len, in msg_hash_get_help_fr_enum()
88 snprintf(s, len, in msg_hash_get_help_fr_enum()
92 snprintf(s, len, in msg_hash_get_help_fr_enum()
98 snprintf(s, len, in msg_hash_get_help_fr_enum()
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxstemen.cpp108 if ( len>=4 && len<=8 ) in stem_en()
237 #define IED_ACTION { if ( len-->4 ) len--; } in stem_en()
295 else if ( len>=2 && word[len-1]==word[len-2] && stem_en_id ( word[len-1] ) ) in stem_en()
298 || ( len==r1 && !is_vowel ( len-3 ) && is_vowel ( len-2 ) && !stem_en_ivwxy ( word[len-1] ) ) ) in stem_en()
346 if ( len-2>=r1 && word[len-2]=='l' ) in stem_en()
455 if ( word[len-2]=='i' ) len -= 2; // -ic in stem_en()
476 if ( word[len-2]=='a' ) len -= 2; // -al in stem_en()
489 if ( word[len-2]=='e' ) len -= 2; // -er in stem_en()
512 if ( len>r2 && word[len-1]=='l' && word[len-2]=='l' ) in stem_en()
525 if ( len>3 && !is_vowel ( len-4 ) && is_vowel ( len-3 ) && !stem_en_ivwxy ( word[len-2] ) ) in stem_en()
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxstemen.cpp108 if ( len>=4 && len<=8 ) in stem_en()
237 #define IED_ACTION { if ( len-->4 ) len--; } in stem_en()
295 else if ( len>=2 && word[len-1]==word[len-2] && stem_en_id ( word[len-1] ) ) in stem_en()
298 || ( len==r1 && !is_vowel ( len-3 ) && is_vowel ( len-2 ) && !stem_en_ivwxy ( word[len-1] ) ) ) in stem_en()
346 if ( len-2>=r1 && word[len-2]=='l' ) in stem_en()
455 if ( word[len-2]=='i' ) len -= 2; // -ic in stem_en()
476 if ( word[len-2]=='a' ) len -= 2; // -al in stem_en()
489 if ( word[len-2]=='e' ) len -= 2; // -er in stem_en()
512 if ( len>r2 && word[len-1]=='l' && word[len-2]=='l' ) in stem_en()
525 if ( len>3 && !is_vowel ( len-4 ) && is_vowel ( len-3 ) && !stem_en_ivwxy ( word[len-2] ) ) in stem_en()
[all …]

12345678910>>...530