Home
last modified time | relevance | path

Searched refs:lastgrp (Results 1 – 13 of 13) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/control/
H A Dperl-nocem.in210 my ($lastid, $lastgrp);
221 if $lastid and want_cancel_id($lastgrp, \%hdrs);
223 $lastgrp = $grp;
225 $lastgrp .= ',' . $grp;
228 push @nocems, $lastid if $lastid and want_cancel_id($lastgrp, \%hdrs);
/dports/news/inn/inn-2.6.4/control/
H A Dperl-nocem.in210 my ($lastid, $lastgrp);
221 if $lastid and want_cancel_id($lastgrp, \%hdrs);
223 $lastgrp = $grp;
225 $lastgrp .= ',' . $grp;
228 push @nocems, $lastid if $lastid and want_cancel_id($lastgrp, \%hdrs);
/dports/sysutils/shlock/inn-2.6.4/control/
H A Dperl-nocem.in210 my ($lastid, $lastgrp);
221 if $lastid and want_cancel_id($lastgrp, \%hdrs);
223 $lastgrp = $grp;
225 $lastgrp .= ',' . $grp;
228 push @nocems, $lastid if $lastid and want_cancel_id($lastgrp, \%hdrs);
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Daacpsy.c461 int lastgrp = 0; in psy_3gpp_window() local
465 lastgrp = i; in psy_3gpp_window()
466 wi.grouping[lastgrp]++; in psy_3gpp_window()
928 int lastgrp = 0; in psy_lame_window() local
934 lastgrp = i; in psy_lame_window()
935 wi.grouping[lastgrp]++; in psy_lame_window()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Daacpsy.c461 int lastgrp = 0; in psy_3gpp_window() local
465 lastgrp = i; in psy_3gpp_window()
466 wi.grouping[lastgrp]++; in psy_3gpp_window()
928 int lastgrp = 0; in psy_lame_window() local
934 lastgrp = i; in psy_lame_window()
935 wi.grouping[lastgrp]++; in psy_lame_window()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daacpsy.c481 int lastgrp = 0; in psy_3gpp_window() local
485 lastgrp = i; in psy_3gpp_window()
486 wi.grouping[lastgrp]++; in psy_3gpp_window()
991 int lastgrp = 0; in psy_lame_window() local
997 lastgrp = i; in psy_lame_window()
998 wi.grouping[lastgrp]++; in psy_lame_window()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daacpsy.c478 int lastgrp = 0; in psy_3gpp_window() local
482 lastgrp = i; in psy_3gpp_window()
483 wi.grouping[lastgrp]++; in psy_3gpp_window()
988 int lastgrp = 0; in psy_lame_window() local
994 lastgrp = i; in psy_lame_window()
995 wi.grouping[lastgrp]++; in psy_lame_window()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daacpsy.c478 int lastgrp = 0; in psy_3gpp_window() local
482 lastgrp = i; in psy_3gpp_window()
483 wi.grouping[lastgrp]++; in psy_3gpp_window()
988 int lastgrp = 0; in psy_lame_window() local
994 lastgrp = i; in psy_lame_window()
995 wi.grouping[lastgrp]++; in psy_lame_window()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daacpsy.c478 int lastgrp = 0; in psy_3gpp_window() local
482 lastgrp = i; in psy_3gpp_window()
483 wi.grouping[lastgrp]++; in psy_3gpp_window()
988 int lastgrp = 0; in psy_lame_window() local
994 lastgrp = i; in psy_lame_window()
995 wi.grouping[lastgrp]++; in psy_lame_window()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daacpsy.c478 int lastgrp = 0; in psy_3gpp_window() local
482 lastgrp = i; in psy_3gpp_window()
483 wi.grouping[lastgrp]++; in psy_3gpp_window()
988 int lastgrp = 0; in psy_lame_window() local
994 lastgrp = i; in psy_lame_window()
995 wi.grouping[lastgrp]++; in psy_lame_window()
/dports/print/ttf2pt1/ttf2pt1-3.4.4/
H A Dpt1.c3340 int totals, grp, lastgrp; in buildstems() local
3783 lastgrp = -1; in buildstems()
3787 if(grp >= 0 && grp != lastgrp) { in buildstems()
3793 lastgrp = grp; in buildstems()
6343 int grp, lastgrp= -1; in print_glyph() local
6415 if(grp >= 0 && grp != lastgrp) { in print_glyph()
6417 lastgrp=grp; in print_glyph()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dvalid.c19062 static Boolean ReportGeneCollision (GeneRefPtr grp, GeneRefPtr lastgrp) in ReportGeneCollision() argument
19065 if (grp == NULL || lastgrp == NULL) return TRUE; in ReportGeneCollision()
19067 if (StringDoesHaveText (grp->locus) && StringDoesHaveText (lastgrp->locus)) { in ReportGeneCollision()
19068 if (StringICmp (grp->locus, lastgrp->locus) == 0) return TRUE; in ReportGeneCollision()
19072 if (StringICmp (grp->locus_tag, lastgrp->locus_tag) == 0) return TRUE; in ReportGeneCollision()
19075 if (StringDoesHaveText (grp->desc) && StringDoesHaveText (lastgrp->desc)) { in ReportGeneCollision()
19076 if (StringICmp (grp->desc, lastgrp->desc) == 0) return FALSE; in ReportGeneCollision()
19395 GeneRefPtr grp, lastgrp; in ValidateBioseqContextIndexed() local
20045 lastgrp = NULL; in ValidateBioseqContextIndexed()
20058 if (message != NULL && (ReportGeneCollision (grp, lastgrp))) { in ValidateBioseqContextIndexed()
[all …]
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c550 lys_get_next_grouping(struct lys_node_grp *lastgrp, struct lys_node *root) in lys_get_next_grouping() argument
552 struct lys_node *last = (struct lys_node *)lastgrp; in lys_get_next_grouping()