Home
last modified time | relevance | path

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

/net-tools-latest/virtual-hub/src/
Dgraphs.c47 int lines = 0; in read_lines() local
54 lines++; in read_lines()
57 lines++; in read_lines()
58 return lines; in read_lines()
78 int lines = 0, cols = 0; in read_csv() local
83 while (fscanf(fd, "%f", &m[lines][cols++]) != EOF) { in read_csv()
87 lines++; in read_csv()
Dhub.c66 for (int lines = 0; lines < number_nodes; lines++) { in alloc_size() local
67 buffer[lines] = (unsigned char *) malloc( in alloc_size()
72 for (int lines = 0; lines < number_nodes; lines++) { in alloc_size() local
73 send[lines] = (bool *) malloc(number_nodes * sizeof(bool)); in alloc_size()
78 for (int lines = 0; lines < number_nodes; lines++) { in alloc_size() local
79 pipe_in[lines] = (char *) malloc(40 * sizeof(char)); in alloc_size()
80 pipe_out[lines] = (char *) malloc(40 * sizeof(char)); in alloc_size()
/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_pem.data13 PEM write (exactly two lines)
16 PEM write (exactly two lines + 1)
Dtest_suite_debug.function36 /* Detect if debug messages output partial lines and mark them */
/net-tools-latest/mbedtls-2.4.0/scripts/
Drename.pl86 my @lines = <$rfh>;
90 for my $line (@lines) {
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-selftest/
DREADME.md65 [ ... several lines omitted ... ]
/net-tools-latest/libcoap/
DCONTRIBUTE126 * Single lines within the source code should not be longer then 78
131 into single lines per parameter. For example like this (from src/block.c):
/net-tools-latest/mbedtls-2.4.0/yotta/data/
DREADME.md41 …e a file named `mbedtls-config-changes.h` in the `myapp` directory containing the following lines:
/net-tools-latest/mbedtls-2.4.0/
DChangeLog316 * The PEM parser now accepts a trailing space at end of lines (#226).
599 * Change #include lines in test files to use double quotes instead of angle
806 * Debug module only outputs full lines instead of parts
951 * ssl_mail_client now terminates lines with CRLF, instead of LF
1234 * ssl_mail_client now terminates lines with CRLF, instead of LF
/net-tools-latest/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile548 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
550 # the documentation. If the initializer consists of more lines than specified
756 # Note that the filter must not add or remove lines; it is applied before the
757 # code is scanned, but not when the output code is generated. If lines are added
/net-tools-latest/libcoap/doc/
DDoxyfile.in622 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
624 # documentation. If the initializer consists of more lines than specified here
859 # Note that the filter must not add or remove lines; it is applied before the
860 # code is scanned, but not when the output code is generated. If lines are added
/net-tools-latest/tinydtls-0.8.2/doc/
DDoxyfile.in463 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
465 # the documentation. If the initializer consists of more lines than specified