Home
last modified time | relevance | path

Searched refs:FIXED_LEN (Results 1 – 21 of 21) sorted by relevance

/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Dchecksum.c17 #define FIXED_LEN (strlen (FIXED_STR)) macro
1079 for (length = 0; length <= FIXED_LEN; length++) in test_checksum_string()
1091 g_assert_cmpstr (checksum, ==, test->sums[FIXED_LEN]); in test_checksum_string()
1103 for (length = 0; length <= FIXED_LEN; length++) in test_checksum_bytes()
1187 for (length = 0; length <= FIXED_LEN; length++) in main()
1192 for (length = 0; length <= FIXED_LEN; length++) in main()
1197 for (length = 0; length <= FIXED_LEN; length++) in main()
1202 for (length = 0; length <= FIXED_LEN; length++) in main()
1207 for (length = 0; length <= FIXED_LEN; length++) in main()
/dports/science/hdf5/hdf5-1.10.6/tools/test/misc/
H A Dh5perf_gentest.c32 #define FIXED_LEN 8 macro
41 char s[FIXED_LEN];
43 float f_array[FIXED_LEN];
142 hsize_t dims[1]={dim0}, dims2d[2]={dim0, (dim0/4+1)}, dims_array[1]={FIXED_LEN}, in create_perf_test_file()
147 float (*buf_float_a)[FIXED_LEN]=NULL; in create_perf_test_file()
150 char (*buf_str)[FIXED_LEN]; in create_perf_test_file()
173 H5Tset_size (tid_str, FIXED_LEN); in create_perf_test_file()
259 for (j=0; j<FIXED_LEN; j++) { in create_perf_test_file()
263 buf_str[i][FIXED_LEN-1] = 0; in create_perf_test_file()
288 for (j=0; j<FIXED_LEN-1; j++) { in create_perf_test_file()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isis-lsp.c2275 const int FIXED_LEN = NUM_TREES_OFFSET + NUM_TREES_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance() local
2286 if (sublen < FIXED_LEN) { in dissect_isis_lsp_clv_mt_cap_spb_instance()
2288 "Short SPB Digest subTLV (%d vs %d)", sublen, FIXED_LEN); in dissect_isis_lsp_clv_mt_cap_spb_instance()
2312 subofs += FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance()
2313 sublen -= FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance()
2366 const int FIXED_LEN = BVID_OFFSET + BVID_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier() local
2377 if (sublen < FIXED_LEN) { in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2379 … "Short SPBM Service Identifier and Unicast Address subTLV (%d vs %d)", sublen, FIXED_LEN); in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2394 subofs += FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2395 sublen -= FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isis-lsp.c2275 const int FIXED_LEN = NUM_TREES_OFFSET + NUM_TREES_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance() local
2286 if (sublen < FIXED_LEN) { in dissect_isis_lsp_clv_mt_cap_spb_instance()
2288 "Short SPB Digest subTLV (%d vs %d)", sublen, FIXED_LEN); in dissect_isis_lsp_clv_mt_cap_spb_instance()
2312 subofs += FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance()
2313 sublen -= FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance()
2366 const int FIXED_LEN = BVID_OFFSET + BVID_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier() local
2377 if (sublen < FIXED_LEN) { in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2379 … "Short SPBM Service Identifier and Unicast Address subTLV (%d vs %d)", sublen, FIXED_LEN); in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2394 subofs += FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2395 sublen -= FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isis-lsp.c2275 const int FIXED_LEN = NUM_TREES_OFFSET + NUM_TREES_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance() local
2286 if (sublen < FIXED_LEN) { in dissect_isis_lsp_clv_mt_cap_spb_instance()
2288 "Short SPB Digest subTLV (%d vs %d)", sublen, FIXED_LEN); in dissect_isis_lsp_clv_mt_cap_spb_instance()
2312 subofs += FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance()
2313 sublen -= FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spb_instance()
2366 const int FIXED_LEN = BVID_OFFSET + BVID_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier() local
2377 if (sublen < FIXED_LEN) { in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2379 … "Short SPBM Service Identifier and Unicast Address subTLV (%d vs %d)", sublen, FIXED_LEN); in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2394 subofs += FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
2395 sublen -= FIXED_LEN; in dissect_isis_lsp_clv_mt_cap_spbm_service_identifier()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-isis-lsp.c2275 const int FIXED_LEN = NUM_TREES_OFFSET + NUM_TREES_LEN;
2286 if (sublen < FIXED_LEN) {
2288 "Short SPB Digest subTLV (%d vs %d)", sublen, FIXED_LEN);
2312 subofs += FIXED_LEN;
2313 sublen -= FIXED_LEN;
2366 const int FIXED_LEN = BVID_OFFSET + BVID_LEN;
2377 if (sublen < FIXED_LEN) {
2379 … "Short SPBM Service Identifier and Unicast Address subTLV (%d vs %d)", sublen, FIXED_LEN);
2394 subofs += FIXED_LEN;
2395 sublen -= FIXED_LEN;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/innodb/t/
H A Ddefault_row_format_16k.test313 --echo # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/innodb/t/
H A Ddefault_row_format_16k.test313 --echo # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/innodb/t/
H A Ddefault_row_format_16k.test313 --echo # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb/t/
H A Ddefault_row_format_16k.test313 --echo # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/t/
H A Ddefault_row_format_16k.test313 --echo # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/innodb/t/
H A Ddefault_row_format_16k.test313 --echo # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/t/
H A Ddefault_row_format_16k.test311 --echo # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/innodb/r/
H A Ddefault_row_format_16k.result791 # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Ddefault_row_format_16k.result791 # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/innodb/r/
H A Ddefault_row_format_16k.result791 # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Ddefault_row_format_16k.result791 # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Ddefault_row_format_16k.result791 # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/innodb/r/
H A Ddefault_row_format_16k.result791 # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Ddefault_row_format_16k.result801 # FIELD->FIXED_LEN == FIELD->PREFIX_LEN
/dports/security/john/john-1.9.0-jumbo-1/doc/
H A DCHANGES-jumbo16566 …RAR: Separate FIXED_LEN from vectorizing (the latter needs the former but on nvidias we may only w…