Home
last modified time | relevance | path

Searched refs:lgth (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/blockout/BL_SRC/BlockOut/
H A DEditControl.cpp70 int lgth = (int)strlen(editText); in Process() local
71 if( c>0 && lgth<255 ) { in Process()
74 lgth++; in Process()
82 lgth--; in Process()
89 if( editPos<lgth-1 ) { in Process()
91 lgth--; in Process()
105 if( editPos<(lgth-1) ) { in Process()
168 int lgth = (int)strlen(editText); in InsertChar() local
170 for(i=lgth+1;i>pos;i--) in InsertChar()
180 int lgth = (int)strlen(editText); in DeleteChar() local
[all …]
H A DHttp.cpp338 int lgth = (int)strlen(req); in UploadFile() local
339 int w = Write(sock,req,lgth,timeout); in UploadFile()
340 if( w != lgth ) { in UploadFile()
440 int lgth = (int)strlen(req); in Get() local
441 int w = Write(sock,req,lgth,timeout); in Get()
442 if( w != lgth ) { in Get()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ddscf/
H A Dvectors.F1018 integer lgth
1036 lgth=len1
1135 integer lgth
1158 lgth=len1
1181 lgth=8d0*nrow
1280 integer lgth
1301 lgth=inntsize
1304 lgth=len1
1311 lgth=inntsize
1314 lgth=inntsize
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ddscf/
H A Dvectors.F1018 integer lgth
1036 lgth=len1
1135 integer lgth
1158 lgth=len1
1181 lgth=8d0*nrow
1280 integer lgth
1301 lgth=inntsize
1304 lgth=len1
1311 lgth=inntsize
1314 lgth=inntsize
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/lost/
H A Dutilities.c87 while(lgth-- > 0) { in lost_rand_str()
258 *lgth = 0; in lost_get_content()
278 *lgth = strlen(cnt); in lost_get_content()
294 *lgth = 0; in lost_get_property()
314 *lgth = strlen(cnt); in lost_get_property()
331 *lgth = 0; in lost_get_childname()
371 *lgth = 0; in lost_get_geolocation_header()
418 *lgth = 0; in lost_get_pai_header()
485 *lgth = 0; in lost_get_from_header()
815 *lgth = 0; in lost_held_location_request()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtensor_read_write.F35 integer lgth local
126 lgth=ma_sizeof(MT_DBL,1,MT_BYTE)*chunk_t
127 if(i.eq.num_task) lgth=(size_xx_perproc-(i-1)*chunk_t)*
129 k = eaf_write(unitn, offset, dbl_mb(k_aux),lgth)
136 offset=offset+lgth
213 integer lgth local
299 lgth=ma_sizeof(MT_DBL,1,MT_BYTE)*chunk_t
300 if(i.eq.num_task) lgth=(size_xx_perproc-(i-1)*chunk_t)*
302 k = eaf_read(unitn, offset, dbl_mb(k_aux),lgth)
309 offset=offset+lgth
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtensor_read_write.F35 integer lgth local
126 lgth=ma_sizeof(MT_DBL,1,MT_BYTE)*chunk_t
127 if(i.eq.num_task) lgth=(size_xx_perproc-(i-1)*chunk_t)*
129 k = eaf_write(unitn, offset, dbl_mb(k_aux),lgth)
136 offset=offset+lgth
213 integer lgth local
299 lgth=ma_sizeof(MT_DBL,1,MT_BYTE)*chunk_t
300 if(i.eq.num_task) lgth=(size_xx_perproc-(i-1)*chunk_t)*
302 k = eaf_read(unitn, offset, dbl_mb(k_aux),lgth)
309 offset=offset+lgth
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/libraryps/
H A Dnwpw_libfile.F36 integer lgth,l,ind,rtdb,unitrc
65 lgth=inp_strlen(libname)
66 if (lgth.gt.0) then
91 lgth = inp_strlen(libname)
93 if (libname(lgth:lgth).eq.'/') then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/libraryps/
H A Dnwpw_libfile.F36 integer lgth,l,ind,rtdb,unitrc
65 lgth=inp_strlen(libname)
66 if (lgth.gt.0) then
91 lgth = inp_strlen(libname)
93 if (libname(lgth:lgth).eq.'/') then
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Drna.c101 int lgth; in mccaskillextract() local
109 lgth = strlen( seq[0] ); in mccaskillextract()
110 pairnum = calloc( lgth, sizeof( int ) ); in mccaskillextract()
111 for( i=0; i<lgth; i++ ) pairnum[i] = 0; in mccaskillextract()
186 int lgth; local
199 lgth = strlen( seq[0] );
212 pairnum = calloc( lgth, sizeof( int ) );
213 for( i=0; i<lgth; i++ ) pairnum[i] = 0;
235 for( i=0; i<lgth; i++ ) // atode kesu
287 for( i=0; i<lgth; i++ )
[all …]
H A Dtddis.c138 for( i=0; i<nalphabets; i++ ) for( j=0; j<lgth; j++ ) cpmx[i][j] = 0.0; in cpmx_calc()
139 for( j=0; j<lgth; j++ ) for( k=0; k<clus; k++ ) in cpmx_calc()
153 for( j=0; j<lgth; j++ ) in cpmx_calc_new_bk()
172 i = lgth; in cpmx_calc_new()
181 for( j=0; j<lgth; j++ ) in cpmx_calc_new()
194 j = lgth; in MScpmx_calc_new()
208 j = lgth; in MScpmx_calc_new()
213 for( j=0; j<lgth; j++ ) for( i=0; i<nalphabets; i++ ) cpmx[j][i] = 0.0; in MScpmx_calc_new()
217 for( j=0; j<lgth; j++ ) in MScpmx_calc_new()
231 j = lgth; in cpmx_ribosum()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateIcosahedron.c70 float r, ctr[3], a, b, lgth, A = 0.0, V = 0.0; in main() local
243 SUMA_ICOSAHEDRON_DIMENSIONS(r, a, b, lgth); in main()
244 A = 1/4.0 * lgth * lgth * sqrt(3.0); in main()
246 V = 5.0 / 12.0 * ( 3 + sqrt(5.0) ) * lgth * lgth * lgth; in main()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/exchange-correlation/vdw-DF/
H A Dvdw_DF_get_qmesh_filename.F31 integer iop,lgth,unitf,print_level,i,j
48 lgth=inp_strlen(qmesh_data_name)
49 if (lgth.gt.0) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/exchange-correlation/vdw-DF/
H A Dvdw_DF_get_qmesh_filename.F31 integer iop,lgth,unitf,print_level,i,j
48 lgth=inp_strlen(qmesh_data_name)
49 if (lgth.gt.0) then
/dports/benchmarks/hpl/hpl-2.3/src/pgesv/
H A DHPL_spreadN.c161 ierr=MPI_SUCCESS, il, k, lbuf, lgth, myrow, local
179 lgth = IPLEN[nprow];
240 lgth = IPLEN[SRCDIST+nprow];
250 k = il ; ibuf = ( k >= nprow ? lgth : IPLEN[SRCDIST+k] );
251 k = il + ip2; lbuf = ( k >= nprow ? lgth : IPLEN[SRCDIST+k] ) - ibuf;
H A DHPL_spreadT.c163 ierr=MPI_SUCCESS, il, k, lbuf, lgth, myrow,
181 lgth = IPLEN[nprow];
277 lgth = IPLEN[SRCDIST+nprow];
287 k = il ; ibuf = ( k >= nprow ? lgth : IPLEN[SRCDIST+k] );
288 k = il + ip2; lbuf = ( k >= nprow ? lgth : IPLEN[SRCDIST+k] ) - ibuf;
/dports/science/cp2k-data/cp2k-7.1.0/src/eri_mme/
H A Deri_mme_integrate.F91 Imm, inv_lgth, Ixyz, lgth, max_error, & local
171 lgth = ABS(hmat(i_xyz, i_xyz))
181 … CALL pgf_sum_2c_rspace_1d(S_G(:, i_xyz, i_aw), -rab(i_xyz), alpha_R, lgth, R_bounds(i_xyz))
188 CALL pgf_sum_2c_rspace_1d(S_G_2, -rab(i_xyz), alpha_R, lgth, R_bounds(i_xyz))
337 … REAL(KIND=dp) :: alpha_R_0, cutoff, G_res, lgth, prefac, & local
385 lgth = ABS(hmat(1, 1))
386 CALL pgf_sum_2c_rspace_1d(S_G_0(:, 1), RB(1) - RA(1), alpha_R_0, lgth, R_rad_0/lgth)
387 lgth = ABS(hmat(2, 2))
388 CALL pgf_sum_2c_rspace_1d(S_G_0(:, 2), RB(2) - RA(2), alpha_R_0, lgth, R_rad_0/lgth)
389 lgth = ABS(hmat(3, 3))
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/eri_mme/
H A Deri_mme_integrate.F91 Imm, inv_lgth, Ixyz, lgth, max_error, & local
171 lgth = ABS(hmat(i_xyz, i_xyz))
181 … CALL pgf_sum_2c_rspace_1d(S_G(:, i_xyz, i_aw), -rab(i_xyz), alpha_R, lgth, R_bounds(i_xyz))
188 CALL pgf_sum_2c_rspace_1d(S_G_2, -rab(i_xyz), alpha_R, lgth, R_bounds(i_xyz))
337 … REAL(KIND=dp) :: alpha_R_0, cutoff, G_res, lgth, prefac, & local
385 lgth = ABS(hmat(1, 1))
386 CALL pgf_sum_2c_rspace_1d(S_G_0(:, 1), RB(1) - RA(1), alpha_R_0, lgth, R_rad_0/lgth)
387 lgth = ABS(hmat(2, 2))
388 CALL pgf_sum_2c_rspace_1d(S_G_0(:, 2), RB(2) - RA(2), alpha_R_0, lgth, R_rad_0/lgth)
389 lgth = ABS(hmat(3, 3))
[all …]
/dports/devel/p5-Getopt-Euclid/Getopt-Euclid-0.4.5/t/
H A Drepeatable.t12 '-lgth', $LEN,
13 '-lgth', ($LEN+1),
14 '-lgth', $LEN*2,
45 is_deeply $ARGV{-lgth}, [42,43,84], => 'Repeated length';
H A Dpod_file.t12 '-lgth', $LEN,
47 got_arg -lgth => $LEN;
/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/plugins/payloads/
H A Dhexrand.py57 lgth = len(hex(self.maximum).replace("0x", ""))
58 pl = "%" + str(lgth) + "s"
H A Dhexrange.py36 self.lgth = max(
52 pl = "%" + str(self.lgth) + "s"
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dpreferences.c345 gsize lgth; in prefs_get_pairs() local
352 ks = g_key_file_get_keys(kf, section, &lgth, &error); in prefs_get_pairs()
358 vs = g_new0(gchar*, lgth + 1); /* +1 for terminating NULL */ in prefs_get_pairs()
360 for (i = 0; i < lgth; i++) { in prefs_get_pairs()
372 return lgth; in prefs_get_pairs()
/dports/math/py-deap/deap-1.3.1/doc/code/tutorials/part_4/
H A DSNC.cpp53 const unsigned long lgth = PyList_Size(listNetwork); in evalNetwork() local
56 for(unsigned int k = 0; k < lgth; k++){ in evalNetwork()
/dports/games/blockout/BL_SRC/BlockOut/GLApp/
H A DGLFont.cpp102 int lgth = (int)strlen(text); in DrawText() local
119 for(int i=0;i<lgth;i++ ) { in DrawText()

12345