Home
last modified time | relevance | path

Searched refs:index (Results 1 – 15 of 15) sorted by relevance

/net-tools-3.7.0/mbedtls-2.4.0/tests/scripts/
Dgenerate_code.pl80 my $index = 2;
82 $line =~ s/!LINE_NO!/$index/;
84 $index++;
91 my $index = 2;
95 $line = $line."#line $index \"$test_case_file\"\n";
100 $line = $line."#line $index \"$test_case_file\"\n";
103 $line =~ s/!LINE_NO!/$index/;
106 $index++;
Dall.sh70 git update-index --no-skip-worktree Makefile library/Makefile programs/Makefile tests/Makefile
157 git checkout-index -f -q $CONFIG_H
/net-tools-3.7.0/libcoap/src/
Doption.c452 size_t index = 0; in coap_option_filter_op() local
459 for (nr = 1; index < COAP_OPT_FILTER_LONG; nr <<= 1, index++) { in coap_option_filter_op()
461 if (((of->mask & nr) > 0) && (of->long_opts[index] == type)) { in coap_option_filter_op()
472 for (nr = 1 << COAP_OPT_FILTER_LONG; index < COAP_OPT_FILTER_SHORT; in coap_option_filter_op()
473 nr <<= 1, index++) { in coap_option_filter_op()
475 if (((of->mask & nr) > 0) && (of->short_opts[index] == (type & 0xff))) { in coap_option_filter_op()
492 index = coap_fls(~of->mask & mask); in coap_option_filter_op()
493 if (!index) { in coap_option_filter_op()
498 of->long_opts[index - 1] = type; in coap_option_filter_op()
500 of->short_opts[index - COAP_OPT_FILTER_LONG - 1] = type; in coap_option_filter_op()
[all …]
/net-tools-3.7.0/
Dcoap-client.c371 int index; /* position in data[] */ member
736 data[user_data->index].buf); in create_uri()
739 print_data(uri, data[user_data->index].len); in create_uri()
762 if (data[user_data->index].data) { in create_pdu()
763 send_data = data[user_data->index].data; in create_pdu()
764 send_data_len = data[user_data->index].data_len; in create_pdu()
769 data[user_data->index].coap_method, in create_pdu()
772 data[user_data->index].message_type); in create_pdu()
774 if (data[user_data->index].check_mid) in create_pdu()
775 data[user_data->index].expected_mid = ntohs(pdu->hdr->id); in create_pdu()
[all …]
Dtunslip6.c783 char * prefix = index(itfaddr, '/'); in cleanup()
895 char * prefix = index(itfaddr, '/'); in ifconf()
/net-tools-3.7.0/mbedtls-2.4.0/scripts/
Dtmp_ignore_makefiles.sh40 git update-index --assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
43 git update-index --no-assume-unchanged Makefile library/Makefile programs/Makefile tests/Makefile
/net-tools-3.7.0/mbedtls-2.4.0/library/
Dentropy.c135 int index, ret = 0; in mbedtls_entropy_add_source() local
142 index = ctx->source_count; in mbedtls_entropy_add_source()
143 if( index >= MBEDTLS_ENTROPY_MAX_SOURCES ) in mbedtls_entropy_add_source()
149 ctx->source[index].f_source = f_source; in mbedtls_entropy_add_source()
150 ctx->source[index].p_source = p_source; in mbedtls_entropy_add_source()
151 ctx->source[index].threshold = threshold; in mbedtls_entropy_add_source()
152 ctx->source[index].strong = strong; in mbedtls_entropy_add_source()
Dcmac.c172 size_t index; in cmac_xor_block() local
174 for( index = 0; index < block_size; index++ ) in cmac_xor_block()
175 output[ index ] = input1[ index ] ^ input2[ index ]; in cmac_xor_block()
Dssl_ticket.c65 unsigned char index ) in ssl_ticket_gen_key() argument
69 mbedtls_ssl_ticket_key *key = ctx->keys + index; in ssl_ticket_gen_key()
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Decp.h464 int mbedtls_ecp_group_load( mbedtls_ecp_group *grp, mbedtls_ecp_group_id index );
/net-tools-3.7.0/tinydtls-0.8.2/doc/
DDoxyfile.in741 # configuration options related to the alphabetical class index
744 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
750 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
757 # classes will be put under the same header in the alphabetical index.
759 # should be ignored while generating the index headers.
825 # If the GENERATE_DOCSET tag is set to YES, additional index files
851 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
868 # the HTML help compiler on the generated index.hhp.
873 # controls if a separate .chi index file is generated (YES) or that
879 # is used to encode HtmlHelp index (hhk), content (hhc) and project file
[all …]
/net-tools-3.7.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile789 # (index.html). This can be useful if you have a project on for instance GitHub
851 # configuration options related to the alphabetical class index
854 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
860 # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
867 # classes will be put under the same header in the alphabetical index.
869 # should be ignored while generating the index headers.
989 # If the GENERATE_DOCSET tag is set to YES, additional index files
1026 # If the GENERATE_HTMLHELP tag is set to YES, additional index files
1043 # the HTML help compiler on the generated index.hhp.
1048 # controls if a separate .chi index file is generated (YES) or that
[all …]
/net-tools-3.7.0/libcoap/doc/
DDoxyfile.in891 # (index.html). This can be useful if you have a project on for instance GitHub
1002 # Configuration options related to the alphabetical class index
1005 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
1013 # which the alphabetical index list will be split.
1020 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
1022 # while generating the index headers.
1175 # If the GENERATE_DOCSET tag is set to YES, additional index files will be
1220 # additional HTML index files: index.hhp, index.hhc, and index.hhk. The
1221 # index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
1229 # HTML files also contain an index, a table of contents, and you can search for
[all …]
/net-tools-3.7.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_mpi.data720 Test bit set (Bit index larger than 31 with a 0)
723 Test bit set (Bit index larger than 31 with a 1)
/net-tools-3.7.0/tinydtls-0.8.2/
Dconfigure5189 prefix = substr(line, 1, index(line, defundef) - 1)