Searched refs:lines (Results 1 – 12 of 12) sorted by relevance
47 int lines = 0; in read_lines() local54 lines++; in read_lines()57 lines++; in read_lines()58 return lines; in read_lines()78 int lines = 0, cols = 0; in read_csv() local83 while (fscanf(fd, "%f", &m[lines][cols++]) != EOF) { in read_csv()87 lines++; in read_csv()
66 for (int lines = 0; lines < number_nodes; lines++) { in alloc_size() local67 buffer[lines] = (unsigned char *) malloc( in alloc_size()72 for (int lines = 0; lines < number_nodes; lines++) { in alloc_size() local73 send[lines] = (bool *) malloc(number_nodes * sizeof(bool)); in alloc_size()78 for (int lines = 0; lines < number_nodes; lines++) { in alloc_size() local79 pipe_in[lines] = (char *) malloc(40 * sizeof(char)); in alloc_size()80 pipe_out[lines] = (char *) malloc(40 * sizeof(char)); in alloc_size()
13 PEM write (exactly two lines)16 PEM write (exactly two lines + 1)
36 /* Detect if debug messages output partial lines and mark them */
86 my @lines = <$rfh>;90 for my $line (@lines) {
65 [ ... several lines omitted ... ]
126 * Single lines within the source code should not be longer then 78131 into single lines per parameter. For example like this (from src/block.c):
41 …e a file named `mbedtls-config-changes.h` in the `myapp` directory containing the following lines:
316 * 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 angle806 * Debug module only outputs full lines instead of parts951 * ssl_mail_client now terminates lines with CRLF, instead of LF1234 * ssl_mail_client now terminates lines with CRLF, instead of LF
548 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines550 # the documentation. If the initializer consists of more lines than specified756 # Note that the filter must not add or remove lines; it is applied before the757 # code is scanned, but not when the output code is generated. If lines are added
622 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the624 # documentation. If the initializer consists of more lines than specified here859 # Note that the filter must not add or remove lines; it is applied before the860 # code is scanned, but not when the output code is generated. If lines are added
463 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines465 # the documentation. If the initializer consists of more lines than specified