Home
last modified time | relevance | path

Searched refs:llast (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/dports/sysutils/burp/burp-2.4.0/src/client/monitor/
H A Dlline.c49 struct lline *llast=NULL; in lline_add() local
56 l->prev=llast; in lline_add()
57 llast=l; in lline_add()
59 if(llast) in lline_add()
61 llnew->next=llast->next; in lline_add()
62 llast->next=llnew; in lline_add()
63 llnew->prev=llast; in lline_add()
/dports/sysutils/burp-devel/burp-2.5.4/src/client/monitor/
H A Dlline.c49 struct lline *llast=NULL; in lline_add() local
56 l->prev=llast; in lline_add()
57 llast=l; in lline_add()
59 if(llast) in lline_add()
61 llnew->next=llast->next; in lline_add()
62 llast->next=llnew; in lline_add()
63 llnew->prev=llast; in lline_add()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dsh1365.c153 int *llast = SISL_NULL; local
205 if ((llast = newarray(kn,INT)) == SISL_NULL) goto err101;
210 sh1922(pcurve->et,kn,ik,etau,in,sa,lfirst,llast,&kstat);
221 sa,lfirst,llast,sb,l2sta,scoef,&kstat);
245 sh1930(sa,lfirst,llast,sc,scoef,ik,in,kn,kdim,ileftfix,
253 irightfix,sa,knh,lfirst,llast,sb,scoef,l2sta,&kstat);
280 sh1925(pcurve,*rnewcurve,kdim,sa,lfirst,llast,*gmaxerr,*gl2err,
317 if (llast != SISL_NULL) freearray(llast);
H A Ds1943.c247 llast = lfirst + kn;
248 l2sta = llast + kn;
258 sh1922(pcurve->et,kn,ik,etau,in,sa,lfirst,llast,&kstat);
265 if (llast[kj] < in-incont) break;
290 memcopy(llast2, llast+kn-knlr, knlr, INT);
299 s1947(sa, lfirst, llast, ik, kn, etau, in, incont, sw1,
312 knlr,knormr,sa,sw1,lfirst,llast,sb,sw2,l2sta,scoef,&kstat);
336 s1946(sa,sw1,lfirst,llast,sc,scoef,ik,in,kn,kdim,ileftfix,
344 incont,knlr,knormr,sa,sw1,knh,lfirst,llast,sb,sw2,scoef,
382 memcopy(llast+kn-knlr, llast2, knlr, INT);
[all …]
/dports/sysutils/webmin/webmin-1.981/nis/
H A Dnis-lib.pl185 local (@lines, $llast);
191 if ($llast) {
192 $llast->{'value'} .= " $_";
193 $llast->{'eline'} = $lnum;
200 $llast = $slash ? $lines[$#lines] : undef;
H A Daix-lib.pl239 local (@lines, $llast);
245 if ($llast) {
246 $llast->{'value'} .= " $_";
247 $llast->{'eline'} = $lnum;
254 $llast = $slash ? $lines[$#lines] : undef;
H A Dsolaris-lib.pl240 local (@lines, $llast);
246 if ($llast) {
247 $llast->{'value'} .= " $_";
248 $llast->{'eline'} = $lnum;
255 $llast = $slash ? $lines[$#lines] : undef;
/dports/science/cdcl/dcl-5.4.8-C/src/env2/pslib/
H A Dcdclpsselect31 llast=1
42 llast = 1
54 llast = 0
57 if (llast) {
/dports/science/dcl/dcl-5.4.8/src/env2/pslib/
H A Ddclpsselect31 llast=1
42 llast = 1
54 llast = 0
57 if (llast) {
/dports/net/dgd/dgd-1.4.23/src/ed/
H A Dline.c76 # define llast next macro
412 bb.llast = BLOCK(lb, bp); in bk_new()
442 last = bp->llast; in bk_split1()
479 bb2.llast = bp->llast; in bk_split1()
483 last = bp->llast + BLOCK_SIZE; in bk_split1()
506 bb1.llast = bp->prev; in bk_split1()
509 bb1.llast = mid; in bk_split1()
560 b2 = bp2->llast; in bk_cat()
580 bb.llast = b2; in bk_cat()
609 last = bp->llast; in bk_put1()
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_matchers_vector.h124 auto lfirst = m_target.begin(), llast = m_target.end(); in match() local
127 while (lfirst != llast && *lfirst != *rfirst) { in match()
130 if (lfirst == llast) { in match()
134 for (auto mid = lfirst; mid != llast; ++mid) { in match()
140 if (num_vec == 0 || Detail::count(lfirst, llast, *mid) != num_vec) { in match()
/dports/devel/sdl12/SDL-1.2.15/src/stdlib/
H A DSDL_qsort.c112 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
113 #define doLeft {first=ffirst;llast=last;continue;}
114 #define doRight {ffirst=first;last=llast;continue;}
117 last=llast=stack[stacktop].last;\
187 { size_t l=last-ffirst,r=llast-first; \
333 char *ffirst=first, *llast=last; in qsort_nonaligned() local
364 char *ffirst=first,*llast=last; in qsort_aligned() local
394 char *ffirst=first, *llast=last; in qsort_words() local
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/stdlib/
H A DSDL_qsort.c112 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
113 #define doLeft {first=ffirst;llast=last;continue;}
114 #define doRight {ffirst=first;last=llast;continue;}
117 last=llast=stack[stacktop].last;\
187 { size_t l=last-ffirst,r=llast-first; \
333 char *ffirst=first, *llast=last; in qsort_nonaligned() local
364 char *ffirst=first,*llast=last; in qsort_aligned() local
394 char *ffirst=first, *llast=last; in qsort_words() local
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/syslinux/
H A Dzonelist.c165 addr_t last, llast; in syslinux_memmap_type() local
170 llast = list->next->start - 1; in syslinux_memmap_type()
172 if (llast >= last) { in syslinux_memmap_type()
174 } else if (llast >= start) { in syslinux_memmap_type()
178 llast = list->next->start - 1; in syslinux_memmap_type()
179 if (llast >= last) in syslinux_memmap_type()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/stdlib/
H A DSDL_qsort.c189 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
190 #define doLeft {first=ffirst;llast=last;continue;}
191 #define doRight {ffirst=first;last=llast;continue;}
194 last=llast=stack[stacktop].last;\
266 { size_t l=last-ffirst,r=llast-first; \
417 char *ffirst=first, *llast=last; in qsort_nonaligned() local
448 char *ffirst=first,*llast=last; in qsort_aligned() local
478 char *ffirst=first, *llast=last; in qsort_words() local
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/stdlib/
H A DSDL_qsort.c189 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
190 #define doLeft {first=ffirst;llast=last;continue;}
191 #define doRight {ffirst=first;last=llast;continue;}
194 last=llast=stack[stacktop].last;\
266 { size_t l=last-ffirst,r=llast-first; \
417 char *ffirst=first, *llast=last; in qsort_nonaligned() local
448 char *ffirst=first,*llast=last; in qsort_aligned() local
478 char *ffirst=first, *llast=last; in qsort_words() local
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/stdlib/
H A DSDL_qsort.c189 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
190 #define doLeft {first=ffirst;llast=last;continue;}
191 #define doRight {ffirst=first;last=llast;continue;}
194 last=llast=stack[stacktop].last;\
266 { size_t l=last-ffirst,r=llast-first; \
417 char *ffirst=first, *llast=last; in qsort_nonaligned() local
448 char *ffirst=first,*llast=last; in qsort_aligned() local
478 char *ffirst=first, *llast=last; in qsort_words() local
/dports/x11/controllermap/SDL2-2.0.18/src/stdlib/
H A DSDL_qsort.c192 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
193 #define doLeft {first=ffirst;llast=last;continue;}
194 #define doRight {ffirst=first;last=llast;continue;}
197 last=llast=stack[stacktop].last;\
269 { size_t l=last-ffirst,r=llast-first; \
422 char *ffirst=first, *llast=last; in qsort_nonaligned() local
453 char *ffirst=first,*llast=last; in qsort_aligned() local
483 char *ffirst=first, *llast=last; in qsort_words() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/stdlib/
H A DSDL_qsort.c189 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
190 #define doLeft {first=ffirst;llast=last;continue;}
191 #define doRight {ffirst=first;last=llast;continue;}
194 last=llast=stack[stacktop].last;\
266 { size_t l=last-ffirst,r=llast-first; \
417 char *ffirst=first, *llast=last; in qsort_nonaligned() local
448 char *ffirst=first,*llast=last; in qsort_aligned() local
478 char *ffirst=first, *llast=last; in qsort_words() local
/dports/devel/sdl20/SDL2-2.0.18/src/stdlib/
H A DSDL_qsort.c192 #define pushRight {stack[stacktop].first=first;stack[stacktop++].last=llast;}
193 #define doLeft {first=ffirst;llast=last;continue;}
194 #define doRight {ffirst=first;last=llast;continue;}
197 last=llast=stack[stacktop].last;\
269 { size_t l=last-ffirst,r=llast-first; \
422 char *ffirst=first, *llast=last; in qsort_nonaligned() local
453 char *ffirst=first,*llast=last; in qsort_aligned() local
483 char *ffirst=first, *llast=last; in qsort_words() local
/dports/sysutils/nut/nut-2.7.4/clients/
H A Dupsset.c360 struct list_t *lhead, *llast, *ltmp, *lnext; in showcmds() local
369 llast = lhead = NULL; in showcmds()
403 if (llast) in showcmds()
404 llast->next = ltmp; in showcmds()
408 llast = ltmp; in showcmds()
774 struct list_t *lhead, *llast, *ltmp, *lnext; in showsettings() local
798 llast = lhead = NULL; in showsettings()
810 if (llast) in showsettings()
811 llast->next = ltmp; in showsettings()
815 llast = ltmp; in showsettings()
/dports/sysutils/nut-devel/nut-9e6a5ab2/clients/
H A Dupsset.c379 struct list_t *lhead, *llast, *ltmp, *lnext; in showcmds() local
388 llast = lhead = NULL; in showcmds()
422 if (llast) in showcmds()
423 llast->next = ltmp; in showcmds()
427 llast = ltmp; in showcmds()
804 struct list_t *lhead, *llast, *ltmp, *lnext; in showsettings() local
828 llast = lhead = NULL; in showsettings()
840 if (llast) in showsettings()
841 llast->next = ltmp; in showsettings()
845 llast = ltmp; in showsettings()
/dports/shells/ksh93/ast-93u/src/lib/libast/disc/
H A Dsfdcdos.c46 Sfoff_t llast; member
133 dp->llast = dp->lhere;
247 offset = dp->llast;
252 n = offset - dp->llast;
300 return(dp->llast);
306 if(offset<dp->llast || offset > dp->lhere)
314 mp->logical = dp->llast;
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/disc/
H A Dsfdcdos.c46 Sfoff_t llast; member
133 dp->llast = dp->lhere;
247 offset = dp->llast;
252 n = offset - dp->llast;
300 return(dp->llast);
306 if(offset<dp->llast || offset > dp->lhere)
314 mp->logical = dp->llast;
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/disc/
H A Dsfdcdos.c46 Sfoff_t llast; member
133 dp->llast = dp->lhere;
247 offset = dp->llast;
252 n = offset - dp->llast;
300 return(dp->llast);
306 if(offset<dp->llast || offset > dp->lhere)
314 mp->logical = dp->llast;

12345678910>>...39