Home
last modified time | relevance | path

Searched refs:nsupp (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dratelimit.c54 if(ratelimit->nsupp == 1) { /* we simply use the original message! */ in DEFobjCurrIf()
64 ratelimit->nsupp, getMSG(ratelimit->pMsg)); in DEFobjCurrIf()
88 ratelimit->nsupp++; in doLastMessageRepeatedNTimes()
89 DBGPRINTF("msg repeated %d times\n", ratelimit->nsupp); in doLastMessageRepeatedNTimes()
97 if(ratelimit->nsupp > 0) { in doLastMessageRepeatedNTimes()
99 ratelimit->nsupp = 0; in doLastMessageRepeatedNTimes()
404 if(ratelimit->nsupp > 0) { in ratelimitDestruct()
H A Dratelimit.h34 unsigned nsupp; /**< nbr of msgs suppressed */ member
/dports/biology/subread/subread-2.0.2-source/src/
H A Dtx-unique.c141 int nsupp; member
149 …Dprintf(" %u : %s - nsup=%d\n", ex->base_open_end, ex->is_exon_start?"START":"END ", ex->nsupp); in debug_print_edges()
194 edge_start -> nsupp = 0; in txunique_process_gene_chro()
197 edge_end -> nsupp = 0; in txunique_process_gene_chro()
210 merged_edge -> nsupp = 1; in txunique_process_gene_chro()
221 merged_edge -> nsupp = 1; in txunique_process_gene_chro()
223 }else merged_edge -> nsupp++; in txunique_process_gene_chro()
242 overlapping_count += edge -> nsupp; in txunique_process_gene_chro()
260 overlapping_count -= edge -> nsupp; in txunique_process_gene_chro()
H A DreadSummary.c5927 …int nsupp = HashTableGet(HashTableGet(gene_to_bc_umi_p1_to_reads_tab , NULL+gene_no+1), key_bc_umi… in scRNA_find_gene_to_umi_mark_deletee() local
5929 SUBREADprintf("TESTING_SORT : %d of %d have %d reads\n", gene_no, cellno, nsupp); in scRNA_find_gene_to_umi_mark_deletee()
/dports/biology/molden/molden5.8/
H A Dsrfcal.f204 parameter (nsupp=15)
206 common /srfcom/ nsupa(mxel),ngel(nsupp),npq(nsupp),nels(2,nsupp),
207 & sexp(2,nsupp),snrm(2,nsupp)
292 if (isupe.lt.0.or.isupe.gt.nsupp) isupe = 0
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/
H A Dgof.py205 nsupp = 20
206 wsupp = 1.0/nsupp
246 def gof_binning_discrete(rvs, distfn, arg, nsupp=20): argument
292 wsupp = 1.0/nsupp
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/distributions/examples/
H A Dex_gof.py6 freq, expfreq, histsupp = gof.gof_binning_discrete(poissrvs, stats.poisson, (0.6,), nsupp=20)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsf2.c943 int j, code, max_enc = 0, nsupp = 0; in cff_Encoding_size() local
965 nsupp++; in cff_Encoding_size()
972 return 2 + (max_enc+1) + (3 * nsupp) + (nsupp > 0 ? 1 : 0); in cff_Encoding_size()
983 int nsupp = 0; in cff_write_Encoding() local
1006 supplement[nsupp++] = j; in cff_write_Encoding()
1014 sputc(s, (byte)(nsupp ? 0x80 : 0)); in cff_write_Encoding()
1019 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
1021 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
1029 if (nsupp) { in cff_write_Encoding()
1031 sputc(s, (byte)nsupp); in cff_write_Encoding()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsf2.c943 int j, code, max_enc = 0, nsupp = 0; in cff_Encoding_size() local
965 nsupp++; in cff_Encoding_size()
972 return 2 + (max_enc+1) + (3 * nsupp) + (nsupp > 0 ? 1 : 0); in cff_Encoding_size()
983 int nsupp = 0; in cff_write_Encoding() local
1006 supplement[nsupp++] = j; in cff_write_Encoding()
1014 sputc(s, (byte)(nsupp ? 0x80 : 0)); in cff_write_Encoding()
1019 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
1021 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
1029 if (nsupp) { in cff_write_Encoding()
1031 sputc(s, (byte)nsupp); in cff_write_Encoding()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsf2.c955 int nsupp = 0; in cff_write_Encoding() local
972 supplement[nsupp++] = j; in cff_write_Encoding()
976 sputc(s, (byte)(nsupp ? 0x80 : 0)); in cff_write_Encoding()
981 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
983 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
991 if (nsupp) { in cff_write_Encoding()
993 sputc(s, (byte)nsupp); in cff_write_Encoding()
994 for (j = 0; j < nsupp; ++j) { in cff_write_Encoding()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsf2.c957 int nsupp = 0; in cff_write_Encoding() local
974 supplement[nsupp++] = j; in cff_write_Encoding()
978 sputc(s, (byte)(nsupp ? 0x80 : 0)); in cff_write_Encoding()
983 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
985 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
993 if (nsupp) { in cff_write_Encoding()
995 sputc(s, (byte)nsupp); in cff_write_Encoding()
996 for (j = 0; j < nsupp; ++j) { in cff_write_Encoding()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsf2.c957 int nsupp = 0; in cff_write_Encoding() local
974 supplement[nsupp++] = j; in cff_write_Encoding()
978 sputc(s, (byte)(nsupp ? 0x80 : 0)); in cff_write_Encoding()
983 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
985 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
993 if (nsupp) { in cff_write_Encoding()
995 sputc(s, (byte)nsupp); in cff_write_Encoding()
996 for (j = 0; j < nsupp; ++j) { in cff_write_Encoding()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsf2.c955 int nsupp = 0; in cff_write_Encoding() local
972 supplement[nsupp++] = j; in cff_write_Encoding()
976 sputc(s, (byte)(nsupp ? 0x80 : 0)); in cff_write_Encoding()
981 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
983 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
991 if (nsupp) { in cff_write_Encoding()
993 sputc(s, (byte)nsupp); in cff_write_Encoding()
994 for (j = 0; j < nsupp; ++j) { in cff_write_Encoding()
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A DDMPlex.pyx245 cdef PetscInt nsupp = 0
247 CHKERR( DMPlexGetSupportSize(self.dm, cp, &nsupp) )
249 return array_i(nsupp, isupp)
256 cdef PetscInt nsupp = 0
258 supp = iarray_i(supp, &nsupp, &isupp)
259 CHKERR( DMPlexSetSupportSize(self.dm, cp, nsupp) )
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpsf2.c946 int nsupp = 0; in cff_write_Encoding() local
972 supplement[nsupp++] = j; in cff_write_Encoding()
977 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
979 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
986 if (nsupp) { in cff_write_Encoding()
988 sputc(s, nsupp); in cff_write_Encoding()
989 for (j = 0; j < nsupp; ++j) { in cff_write_Encoding()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpsf2.c946 int nsupp = 0; in cff_write_Encoding() local
972 supplement[nsupp++] = j; in cff_write_Encoding()
977 if (nsupp != num_enc_chars - num_enc) in cff_write_Encoding()
979 nsupp, num_enc_chars, num_enc); in cff_write_Encoding()
986 if (nsupp) { in cff_write_Encoding()
988 sputc(s, nsupp); in cff_write_Encoding()
989 for (j = 0; j < nsupp; ++j) { in cff_write_Encoding()
/dports/math/eclib/eclib-20210318/libsrc/
H A Ddesc2.cc127 long nsupp = supp.size(); in desc2() local
128 long nd3=1<<nsupp, id3; in desc2()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcSaucy.c196 …int (*print_automorphism)(FILE *f, int n, const int *gamma, int nsupp, const int *support, char * …
220 print_automorphism_ntk(FILE *f, int n, const int *gamma, int nsupp, const int *support, char * mark… in print_automorphism_ntk() argument
225 for (i = 0; i < nsupp; ++i) { in print_automorphism_ntk()
247 for (i = 0; i < nsupp; ++i) { in print_automorphism_ntk()
255 print_automorphism_ntk2(FILE *f, int n, const int *gamma, int nsupp, const int *support, char * mar… in print_automorphism_ntk2() argument
260 for (i = 0; i < nsupp; ++i) { in print_automorphism_ntk2()
281 for (i = 0; i < nsupp; ++i) { in print_automorphism_ntk2()
289 print_automorphism_quiet(FILE *f, int n, const int *gamma, int nsupp, const int *support, char * ma… in print_automorphism_quiet() argument
/dports/math/chuffed/chuffed-e04bedd/chuffed/mdd/
H A Dmdd_prop.cpp563 int nsupp( node_edges[next.out_start] ); in incConstructReason() local
565 (!IS_DEAD_LIM(nsupp,lim) || !((next.kill_flag)&1) ) ) in incConstructReason()
675 int nsupp = node_edges[next.in_start]; in incConstructReason() local
677 ( !IS_DEAD_LIM(nsupp,lim) || !((next.kill_flag)&2) ) ) in incConstructReason()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexfem.c3460 PetscInt ghost, nsupp, nchild; in DMPlexGetFaceFields() local
3463 ierr = DMPlexGetSupportSize(dm, face, &nsupp);CHKERRQ(ierr); in DMPlexGetFaceFields()
3465 if (ghost >= 0 || nsupp > 2 || nchild > 0) continue; in DMPlexGetFaceFields()
3622 PetscInt ghost, d, nchild, nsupp; in DMPlexGetFaceGeometry() local
3625 ierr = DMPlexGetSupportSize(dm, face, &nsupp);CHKERRQ(ierr); in DMPlexGetFaceGeometry()
3627 if (ghost >= 0 || nsupp > 2 || nchild > 0) continue; in DMPlexGetFaceGeometry()
4638 PetscInt ghost, d, nsupp, nchild; in DMPlexComputeResidual_Internal() local
4641 ierr = DMPlexGetSupportSize(dm, face, &nsupp);CHKERRQ(ierr); in DMPlexComputeResidual_Internal()
4643 if (ghost >= 0 || nsupp > 2 || nchild > 0) continue; in DMPlexComputeResidual_Internal()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/adva/
H A DF3-SYNC-MIB117 ql-nsupp (17),
/dports/net-mgmt/observium/observium/mibs/adva/
H A DF3-SYNC-MIB117 ql-nsupp (17),