Home
last modified time | relevance | path

Searched refs:lnew (Results 76 – 100 of 227) sorted by relevance

12345678910

/dports/audio/codec2/codec2-1.0.3/unittest/
H A Dofdm_stack.c172 int lnew; in run_modem() local
198 lnew = Nsam-prx; in run_modem()
200 lnew = nin; in run_modem()
207 if (lnew) { in run_modem()
208 for(i=0; i<lnew; i++, prx++) { in run_modem()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_nmail.c655 struct alias * lnew; in sh_nmail_flush_int() local
680 lnew = list->recipient_list; in sh_nmail_flush_int()
681 while (lnew) in sh_nmail_flush_int()
683 lnew->send_mail = 1; in sh_nmail_flush_int()
684 lnew= lnew->next; in sh_nmail_flush_int()
707 lnew = dlist->recipient_list; in sh_nmail_flush_int()
708 while (lnew) in sh_nmail_flush_int()
710 lnew->send_mail = 0; in sh_nmail_flush_int()
711 lnew = lnew->next; in sh_nmail_flush_int()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_nmail.c655 struct alias * lnew; in sh_nmail_flush_int() local
680 lnew = list->recipient_list; in sh_nmail_flush_int()
681 while (lnew) in sh_nmail_flush_int()
683 lnew->send_mail = 1; in sh_nmail_flush_int()
684 lnew= lnew->next; in sh_nmail_flush_int()
707 lnew = dlist->recipient_list; in sh_nmail_flush_int()
708 while (lnew) in sh_nmail_flush_int()
710 lnew->send_mail = 0; in sh_nmail_flush_int()
711 lnew = lnew->next; in sh_nmail_flush_int()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_nmail.c655 struct alias * lnew; in sh_nmail_flush_int() local
680 lnew = list->recipient_list; in sh_nmail_flush_int()
681 while (lnew) in sh_nmail_flush_int()
683 lnew->send_mail = 1; in sh_nmail_flush_int()
684 lnew= lnew->next; in sh_nmail_flush_int()
707 lnew = dlist->recipient_list; in sh_nmail_flush_int()
708 while (lnew) in sh_nmail_flush_int()
710 lnew->send_mail = 0; in sh_nmail_flush_int()
711 lnew = lnew->next; in sh_nmail_flush_int()
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4pathw.c382 size_t lnew; in dk4pathw_dup_change_suffix() local
407 lnew = dk4ma_size_t_add(lold, lsuff, &er); in dk4pathw_dup_change_suffix()
408 lnew = dk4ma_size_t_add(lnew, 1, &er); in dk4pathw_dup_change_suffix()
413 back = dk4mem_new(wchar_t,lnew,erp); in dk4pathw_dup_change_suffix()
423 dk4strw_cpy_s(back, lnew, srcname, NULL); in dk4pathw_dup_change_suffix()
434 dk4strw_cat_s(back, lnew, newsu, NULL); in dk4pathw_dup_change_suffix()
H A Ddk4path8.c366 size_t lnew; in dk4path8_dup_change_suffix() local
390 lnew = dk4ma_size_t_add(lold, lsuff, &er); in dk4path8_dup_change_suffix()
391 lnew = dk4ma_size_t_add(lnew, 1, &er); in dk4path8_dup_change_suffix()
396 back = dk4mem_new(char,lnew,erp); in dk4path8_dup_change_suffix()
/dports/graphics/dia/dia-0.97.3/plug-ins/cgm/
H A Dcgm.c386 LineAttrCGM *lnew, *lold; in write_line_attributes() local
388 lnew = &renderer->lcurrent; in write_line_attributes()
391 if ( lnew->cap != lold->cap ) in write_line_attributes()
397 lold->cap = lnew->cap; in write_line_attributes()
399 if ( lnew->join != lold->join ) in write_line_attributes()
403 lold->join = lnew->join; in write_line_attributes()
405 if ( lnew->style != lold->style ) in write_line_attributes()
409 lold->style = lnew->style; in write_line_attributes()
415 lold->width = lnew->width; in write_line_attributes()
417 lnew->color = *color; in write_line_attributes()
[all …]
/dports/cad/magic/magic-8.3.245/utils/
H A Dlist.h65 #define LIST_COPY(l,lnew) \ argument
70 (lnew) = ListReverse(LIST_intermediate); \
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/sol/algorithm/PrimalDual/
H A DROL_PD_HMCR2.hpp126 Real val(0), lold(0), lnew(0), mdiff(0), gdiff(0), sum(0), gsum(0); in computeDual() local
130 lnew = std::max(zero, getPenaltyParameter()*val+lold); in computeDual()
131 sum += sampler.getMyWeight(i) * std::pow(lnew,two); in computeDual()
138 lnew = std::max(zero, getPenaltyParameter()*val+lold)/gsum; in computeDual()
139 mdiff += sampler.getMyWeight(i) * std::pow(lnew-lold,2); in computeDual()
140 setMultiplier(lnew, sampler.getMyPoint(i)); in computeDual()
/dports/science/xcrysden/xcrysden-1.6.2/F/
H A Dwigner.f25 * newvertex, lnew, lplane, equal12, equal13, equal23, equalvert
158 lnew=.true.
160 do while(lnew .and. j.le.NIND)
161 if(indexlist(j).eq.vindex(ii,i)) lnew=.false.
164 if(lnew)then
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dtofdm.m135 lnew = min(Nsam-prx+1,nin); variable
137 %printf("nin: %d prx: %d lnew: %d\n", nin, prx, lnew);
138 if lnew
139 rxbuf_in(1:lnew) = rx_log(prx:prx+lnew-1);
141 prx += lnew;
/dports/mail/procmail/procmail-3.22/src/
H A Dmisc.c36 { int lnew;size_t i;static size_t lold,lmax;static char*old; local
39 i=lold+(lnew=strlen(newt)); /* calculate additional and total lengths */
40 if(lnew&& /* if this is not a forced flush and */
57 tmemmove(old+lold,newt,lnew); /* append the new text */
58 lnew=0;lold=i; /* the text in newt is now in the buffer */
70 if(lnew)
71 rwrite(STDERR,newt,lnew);
/dports/finance/R-cran-timeSeries/timeSeries/R/
H A Dutils-old2new.R79 lnew <- lapply(lold, .old2newTimeSeries) functionVar
82 assign(nm, lnew[[nm]])
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dlanguage.c217 int lnew = 1; in read_lang() local
232 if (lnew) { in read_lang()
249 lnew = 1; in read_lang()
259 lnew = 0; in read_lang()
263 lnew = 1; in read_lang()
282 lnew = 0; in read_lang()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_fclass.F21 logical lforce,ldone,lnew
82 call argos_space_nbwait(ibbl,lnew,lhandl,lself,lpbcs,
85 if(nbget.gt.0.and.lnew) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_fclass.F21 logical lforce,ldone,lnew
82 call argos_space_nbwait(ibbl,lnew,lhandl,lself,lpbcs,
85 if(nbget.gt.0.and.lnew) then
/dports/textproc/retext/retext-7.2.2/tests/
H A Dtest_settings.py58 lnew = readListFromSettings('testList', self.settings)
59 self.assertListEqual(lnew, l)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/smdlib/
H A Dsmd_vlist.F763 logical lnew
765 data lnew/.true./
767 save lnew
771 if(lnew)then
774 lnew=.false.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-serial/
H A Dsmd_vlist.F762 logical lnew
764 data lnew/.true./
766 save lnew
770 if(lnew)then
773 lnew=.false.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-9-10-08/
H A Dsmd_vlist.F762 logical lnew
764 data lnew/.true./
766 save lnew
770 if(lnew)then
773 lnew=.false.
/dports/net/openldap25-server/openldap-2.5.9/libraries/libldap/
H A Dldif.c874 LDIFFP *lnew = ber_memalloc( sizeof( LDIFFP )); in ldif_read_record() local
875 if ( lnew == NULL ) { in ldif_read_record()
879 lnew->prev = lfp->prev; in ldif_read_record()
880 lnew->fp = lfp->fp; in ldif_read_record()
881 lfp->prev = lnew; in ldif_read_record()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-serial/
H A Dsmd_vlist.F762 logical lnew
764 data lnew/.true./
766 save lnew
770 if(lnew)then
773 lnew=.false.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/smdlib/
H A Dsmd_vlist.F763 logical lnew
765 data lnew/.true./
767 save lnew
771 if(lnew)then
774 lnew=.false.
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-9-10-08/
H A Dsmd_vlist.F762 logical lnew
764 data lnew/.true./
766 save lnew
770 if(lnew)then
773 lnew=.false.
/dports/net/openldap25-client/openldap-2.5.9/libraries/libldap/
H A Dldif.c874 LDIFFP *lnew = ber_memalloc( sizeof( LDIFFP )); in ldif_read_record() local
875 if ( lnew == NULL ) { in ldif_read_record()
879 lnew->prev = lfp->prev; in ldif_read_record()
880 lnew->fp = lfp->fp; in ldif_read_record()
881 lfp->prev = lnew; in ldif_read_record()

12345678910