Home
last modified time | relevance | path

Searched refs:number_of_lines (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/math/plplot-ada/plplot-5.15.0/lib/qsastime/
H A DdeltaT-gen.c76 int number_of_lines = 0; in main() local
96 ++number_of_lines; in main()
103 …if ( ( xspline = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == NU… in main()
129 dspline( xspline, yspline, number_of_lines, 2, 6.4e-3, 2, 6.4e-3, y2spline ); in main()
138 fprintf( fw, "const int number_of_entries_in_spline_tables=%d;\n\n", number_of_lines ); in main()
140 fprintf( fw, "const double xspline[%d] = {\n", number_of_lines ); in main()
141 for ( i = 0; i < number_of_lines; i++ ) in main()
147 fprintf( fw, "const double yspline[%d] = {\n", number_of_lines ); in main()
148 for ( i = 0; i < number_of_lines; i++ ) in main()
154 fprintf( fw, "const double y2spline[%d] = {\n", number_of_lines ); in main()
[all …]
H A Dtai-utc-gen.c86 int number_of_lines = 0; in main() local
106 ++number_of_lines; in main()
113 … if ( ( MJDstart = (int *) calloc( (size_t) number_of_lines, (size_t) sizeof ( int ) ) ) == NULL ) in main()
116 …if ( ( offset1 = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == NU… in main()
119 if ( ( offset2 = (int *) calloc( (size_t) number_of_lines, (size_t) sizeof ( int ) ) ) == NULL ) in main()
122 …if ( ( slope = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == NULL… in main()
125 …if ( ( leap_sec = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == N… in main()
153 fprintf( fw, "const int number_of_entries_in_tai_utc_table=%d;\n\n", number_of_lines ); in main()
155 fprintf( fw, "const TAI_UTC TAI_UTC_lookup_table[%d] = {\n", number_of_lines ); in main()
156 for ( i = 0; i < number_of_lines; i++ ) in main()
/dports/math/plplot/plplot-5.15.0/lib/qsastime/
H A DdeltaT-gen.c76 int number_of_lines = 0; in main() local
96 ++number_of_lines; in main()
103 …if ( ( xspline = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == NU… in main()
129 dspline( xspline, yspline, number_of_lines, 2, 6.4e-3, 2, 6.4e-3, y2spline ); in main()
138 fprintf( fw, "const int number_of_entries_in_spline_tables=%d;\n\n", number_of_lines ); in main()
140 fprintf( fw, "const double xspline[%d] = {\n", number_of_lines ); in main()
141 for ( i = 0; i < number_of_lines; i++ ) in main()
147 fprintf( fw, "const double yspline[%d] = {\n", number_of_lines ); in main()
148 for ( i = 0; i < number_of_lines; i++ ) in main()
154 fprintf( fw, "const double y2spline[%d] = {\n", number_of_lines ); in main()
[all …]
H A Dtai-utc-gen.c86 int number_of_lines = 0; in main() local
106 ++number_of_lines; in main()
113 … if ( ( MJDstart = (int *) calloc( (size_t) number_of_lines, (size_t) sizeof ( int ) ) ) == NULL ) in main()
116 …if ( ( offset1 = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == NU… in main()
119 if ( ( offset2 = (int *) calloc( (size_t) number_of_lines, (size_t) sizeof ( int ) ) ) == NULL ) in main()
122 …if ( ( slope = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == NULL… in main()
125 …if ( ( leap_sec = (double *) calloc( (size_t) number_of_lines, (size_t) sizeof ( double ) ) ) == N… in main()
153 fprintf( fw, "const int number_of_entries_in_tai_utc_table=%d;\n\n", number_of_lines ); in main()
155 fprintf( fw, "const TAI_UTC TAI_UTC_lookup_table[%d] = {\n", number_of_lines ); in main()
156 for ( i = 0; i < number_of_lines; i++ ) in main()
/dports/math/plplot-ada/plplot-5.15.0/fonts/
H A Dplhershey-unicode-gen.c92 int number_of_lines = 0;
102 ++number_of_lines;
109 if ( ( Hershey = (int *) calloc( (size_t) number_of_lines, sizeof ( int ) ) ) == NULL )
112 …if ( ( Unicode = (unsigned int *) calloc( (size_t) number_of_lines, sizeof ( unsigned int ) ) ) ==…
115 if ( ( Font = (char *) calloc( (size_t) number_of_lines, sizeof ( char ) ) ) == NULL )
148 … fprintf( fw, "const int number_of_entries_in_hershey_to_unicode_table=%d;\n\n", number_of_lines );
151 … fw, "const Hershey_to_Unicode_table hershey_to_unicode_lookup_table[%d] = {\n", number_of_lines );
153 for ( i = 0; i < number_of_lines; i++ )
158 if ( i < ( number_of_lines - 1 ) )
/dports/math/plplot/plplot-5.15.0/fonts/
H A Dplhershey-unicode-gen.c92 int number_of_lines = 0; in main() local
102 ++number_of_lines; in main()
109 if ( ( Hershey = (int *) calloc( (size_t) number_of_lines, sizeof ( int ) ) ) == NULL ) in main()
112 …if ( ( Unicode = (unsigned int *) calloc( (size_t) number_of_lines, sizeof ( unsigned int ) ) ) ==… in main()
115 if ( ( Font = (char *) calloc( (size_t) number_of_lines, sizeof ( char ) ) ) == NULL ) in main()
148 … fprintf( fw, "const int number_of_entries_in_hershey_to_unicode_table=%d;\n\n", number_of_lines ); in main()
151 … fw, "const Hershey_to_Unicode_table hershey_to_unicode_lookup_table[%d] = {\n", number_of_lines ); in main()
153 for ( i = 0; i < number_of_lines; i++ ) in main()
158 if ( i < ( number_of_lines - 1 ) ) in main()
/dports/devel/libvslvm/libvslvm-20210807/libvslvm/
H A Dlibvslvm_metadata.h74 int number_of_lines,
82 int number_of_lines,
90 int number_of_lines,
98 int number_of_lines,
106 int number_of_lines,
114 int number_of_lines,
122 int number_of_lines,
H A Dlibvslvm_metadata.c276 &number_of_lines, in libvslvm_metadata_read_data()
291 number_of_lines, in libvslvm_metadata_read_data()
447 int number_of_lines, in libvslvm_metadata_read_volume_group() argument
495 if( number_of_lines <= 0 ) in libvslvm_metadata_read_volume_group()
751 number_of_lines, in libvslvm_metadata_read_volume_group()
778 number_of_lines, in libvslvm_metadata_read_volume_group()
1153 int number_of_lines, in libvslvm_metadata_read_physical_volumes() argument
1388 number_of_lines, in libvslvm_metadata_read_physical_volumes()
1418 int number_of_lines, in libvslvm_metadata_read_physical_volume() argument
2281 number_of_lines, in libvslvm_metadata_read_logical_volumes()
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/scripts/
H A Dcompare_the_gcov.awk2 number_of_lines = 0;
79 number_of_lines = part_2;
80 source_part1[number_of_lines] = part_1;
81 source_part2[number_of_lines] = part_2;
82 source_part3[number_of_lines] = rest_2;
112 T_number_of_lines = number_of_lines;
/dports/devel/libvmdk/libvmdk-20210807/libvmdk/
H A Dlibvmdk_descriptor_file.h107 int number_of_lines,
114 int number_of_lines,
121 int number_of_lines,
128 int number_of_lines,
135 int number_of_lines,
H A Dlibvmdk_descriptor_file.c343 &number_of_lines, in libvmdk_descriptor_file_read_string()
357 number_of_lines, in libvmdk_descriptor_file_read_string()
373 number_of_lines, in libvmdk_descriptor_file_read_string()
389 number_of_lines, in libvmdk_descriptor_file_read_string()
405 number_of_lines, in libvmdk_descriptor_file_read_string()
423 number_of_lines, in libvmdk_descriptor_file_read_string()
466 int number_of_lines, in libvmdk_descriptor_file_read_signature() argument
488 if( number_of_lines <= 0 ) in libvmdk_descriptor_file_read_signature()
607 int number_of_lines, in libvmdk_descriptor_file_read_header() argument
1373 int number_of_lines, in libvmdk_descriptor_file_read_extents() argument
[all …]
/dports/sysutils/cfengine-masterfiles318/cfengine-masterfiles-3.18.1/lib/
H A Dreports.cf6 number_of_lines => "inf";
15 number_of_lines => "10";
24 number_of_lines => "$(n)";
34 number_of_lines => "-10";
45 number_of_lines => "-$(n)";
/dports/sysutils/cfengine-masterfiles/cfengine-masterfiles-3.19.0/lib/
H A Dreports.cf6 number_of_lines => "inf";
15 number_of_lines => "10";
24 number_of_lines => "$(n)";
34 number_of_lines => "-10";
45 number_of_lines => "-$(n)";
/dports/sysutils/cfengine-masterfiles-devel/masterfiles-f98dca2d/lib/
H A Dreports.cf6 number_of_lines => "inf";
15 number_of_lines => "10";
24 number_of_lines => "$(n)";
34 number_of_lines => "-10";
45 number_of_lines => "-$(n)";
/dports/sysutils/cfengine-masterfiles319/cfengine-masterfiles-3.19.0/lib/
H A Dreports.cf6 number_of_lines => "inf";
15 number_of_lines => "10";
24 number_of_lines => "$(n)";
34 number_of_lines => "-10";
45 number_of_lines => "-$(n)";
/dports/graphics/asciio/App-Asciio-1.51.3/lib/App/Asciio/stripes/
H A Dif_box.pm51 my $number_of_lines = scalar(@lines) ;
53 my $lines_to_add = ($number_of_lines + 1) % 2 ; # always odd
57 $number_of_lines += $lines_to_add ;
59 my $half_the_lines = int($number_of_lines / 2) ;
66 my @top_lines = (splice @lines, 0, $number_of_lines / 2) ;
108 HEIGHT => $number_of_lines + 2,
H A Dprocess_box.pm45 my $number_of_lines = scalar(@lines) ;
47 if($end_y - 3 > $number_of_lines)
49 my $lines_to_add = ($end_y - 3) - $number_of_lines ;
55 $number_of_lines += $lines_to_add ;
58 my $half_the_lines = int($number_of_lines / 2) ;
71 my @top_lines = (splice @lines, 0, $number_of_lines / 2) ;
/dports/science/py-ase/ase-3.22.0/ase/calculators/openmx/
H A Ddos.py75 number_of_lines = -1
78 number_of_lines += 1
87 number_of_lines)
90 np.ndarray(number_of_lines)
92 np.ndarray(number_of_lines)
94 np.ndarray(number_of_lines)
96 np.ndarray(number_of_lines)
100 np.ndarray(number_of_lines)
103 for i in range(number_of_lines):
116 for i in range(number_of_lines):
[all …]
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dtextviewwidget.cpp17 void TextviewWidget::stfl_replace_textview(std::uint32_t number_of_lines, in stfl_replace_textview() argument
20 num_lines = number_of_lines; in stfl_replace_textview()
24 void TextviewWidget::stfl_replace_lines(std::uint32_t number_of_lines, in stfl_replace_lines() argument
27 num_lines = number_of_lines; in stfl_replace_lines()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dgrid_positions_resolver.cc192 size_t number_of_lines, in LookAheadForNamedGridLine() argument
195 DCHECK(number_of_lines); in LookAheadForNamedGridLine()
204 return end + number_of_lines - 1; in LookAheadForNamedGridLine()
207 for (; number_of_lines; ++end) { in LookAheadForNamedGridLine()
209 number_of_lines--; in LookAheadForNamedGridLine()
217 size_t number_of_lines, in LookBackForNamedGridLine() argument
220 DCHECK(number_of_lines); in LookBackForNamedGridLine()
229 return start - number_of_lines + 1; in LookBackForNamedGridLine()
232 for (; number_of_lines; --start) { in LookBackForNamedGridLine()
234 number_of_lines--; in LookBackForNamedGridLine()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dgrid_positions_resolver.cc193 size_t number_of_lines, in LookAheadForNamedGridLine() argument
196 DCHECK(number_of_lines); in LookAheadForNamedGridLine()
205 return end + number_of_lines - 1; in LookAheadForNamedGridLine()
208 for (; number_of_lines; ++end) { in LookAheadForNamedGridLine()
210 number_of_lines--; in LookAheadForNamedGridLine()
218 size_t number_of_lines, in LookBackForNamedGridLine() argument
221 DCHECK(number_of_lines); in LookBackForNamedGridLine()
230 return start - number_of_lines + 1; in LookBackForNamedGridLine()
233 for (; number_of_lines; --start) { in LookBackForNamedGridLine()
235 number_of_lines--; in LookBackForNamedGridLine()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/bem/src/
H A Dmain.c109 main_parm->number_of_lines++; in main()
120 …if ((main_vars->chrpos = (double *) calloc(3 * main_parm->number_of_lines, sizeof(double))) == NUL… in main()
123 if ((main_vars->atmchr = (double *) calloc(main_parm->number_of_lines, sizeof(double))) == NULL) { in main()
126 if ((main_vars->atmrad = (double *) calloc(main_parm->number_of_lines, sizeof(double))) == NULL) { in main()
130 for (i = 0; i < main_parm->number_of_lines; i++) { in main()
/dports/sysutils/cfengine-masterfiles317/cfengine-masterfiles-3.17.0/lib/
H A Dreports.cf6 number_of_lines => "inf";
15 number_of_lines => "10";
24 number_of_lines => "$(n)";
/dports/sysutils/cfengine/cfengine-3.19.0/examples/
H A Dinherit_from.cf26 # Overrides number_of_lines from cat
27 number_of_lines => "$(lines)";
32 number_of_lines => "inf";
/dports/sysutils/cfengine318/cfengine-3.18.1/examples/
H A Dinherit_from.cf26 # Overrides number_of_lines from cat
27 number_of_lines => "$(lines)";
32 number_of_lines => "inf";

12345678910>>...18