Home
last modified time | relevance | path

Searched refs:nhelp (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Daimage.c40 int i, j, len, used_count, nhelp, image_width, ncolor; in get_image() local
130 nhelp=fli_width - image.width; in get_image()
131 x_origin = nhelp/2; in get_image()
144 nhelp = x_origin + image.width; in get_image()
145 idend = (nhelp < fli_width) ? nhelp : fli_width; in get_image()
157 nhelp=fli_height - image.height; in get_image()
158 y_origin = nhelp/2; in get_image()
171 nhelp = y_origin + image.height; in get_image()
172 jdend = (nhelp < fli_height) ? nhelp : fli_height; in get_image()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/ftp/proftpd/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/t/lib/ProFTPD/Tests/Commands/
H A DHELP.pm119 my $nhelp = scalar(@$resp_msgs);
120 $self->assert($expected == $nhelp,
121 test_msg("Expected $expected, got $nhelp"));
134 for (my $i = 0; $i < $nhelp; $i++) {
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dtransformspcsmpcs_quad.c72 ndir,ndirdep,ndirind,ist,index,ifree,idof,id,nhelp,debug, in transformspcsmpcs_quad() local
136 nhelp=0; in transformspcsmpcs_quad()
140 if(nhelp==3 && ndirboun[i]<4){ in transformspcsmpcs_quad()
269 nhelp=0; in transformspcsmpcs_quad()
280 if(nhelp==3 && ndirdep<4){// slave node & mid node for quadratic elements in transformspcsmpcs_quad()
328 nhelp=0; in transformspcsmpcs_quad()
330 if(nhelp==3 && ndirdep<4){// slave node & mid node for quadratic elements in transformspcsmpcs_quad()
409 nhelp=0; in transformspcsmpcs_quad()
413 if(nhelp==3){ in transformspcsmpcs_quad()
H A Dregularization_slip_iwan.f59 & nhelp,n(*),t(*),lambdan,
88 nhelp=sqrt(utilt(1)*utilt(1)+utilt(2)*utilt(2))
135 nhelp=sqrt(utilt(1)*utilt(1)+utilt(2)*utilt(2))
225 nhelp=sqrt(utilt(1)*utilt(1)+utilt(2)*utilt(2))
314 nhelp=sqrt(utilt(1)*utilt(1)+utilt(2)*utilt(2))
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/
H A DChTire.cpp173 ChVector<> nhelp = terrain.GetNormal(disc_center); in DiscTerrainCollision() local
174 ChVector<> dir1 = Vcross(disc_normal, nhelp); in DiscTerrainCollision()
228 ChVector<> nhelp = terrain.GetNormal(disc_center); in DiscTerrainCollision4pt() local
229 ChVector<> dir1 = Vcross(disc_normal, nhelp); in DiscTerrainCollision4pt()
348 ChVector<> nhelp = terrain.GetNormal(disc_center); in DiscTerrainCollisionEnvelope() local
349 ChVector<> dir1 = Vcross(disc_normal, nhelp); in DiscTerrainCollisionEnvelope()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalparam.c221 const yasm_dir_help *help, size_t nhelp, void *data, in yasm_dir_helper() argument
238 for (i=0; i<nhelp; i++) { in yasm_dir_helper()
251 for (i=0; i<nhelp; i++) { in yasm_dir_helper()
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dvalparam.c221 const yasm_dir_help *help, size_t nhelp, void *data, in yasm_dir_helper() argument
238 for (i=0; i<nhelp; i++) { in yasm_dir_helper()
251 for (i=0; i<nhelp; i++) { in yasm_dir_helper()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest2.m36 fprintf ('\nhelp GrB.binopinfo:\n') ;

12345678