Home
last modified time | relevance | path

Searched refs:gcnt (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/devel/p5-MCE-Shared/MCE-Shared-1.874/lib/MCE/Shared/
H A DCache.pm80 my ( $begi, $gcnt ) = ( 0, 0 );
149 if ( ${ $gcnt } && !defined $keys->[ 0 ] );
188 elsif ( $off - ${ $gcnt } < ( ( @{ $keys } - ${ $gcnt } ) >> 1 ) ) {
212 if ( ${ $gcnt } && !defined $keys->[ 0 ] ) {
225 if ( ${ $gcnt } && !defined $keys->[ -1 ] ) {
280 ${ $begi } = ${ $gcnt } = 0;
372 my ( $keys, $begi, $gcnt ) = @_;
376 ${ $begi } += $i, ${ $gcnt } -= $i;
385 my ( $keys, $gcnt ) = @_;
389 ${ $gcnt } -= $#{ $keys } - $i;
[all …]
H A DOrdhash.pm71 my ( $begi, $gcnt ) = ( 0, 0 );
108 if ( ${ $gcnt } && !defined $keys->[0] ) {
111 ${ $begi } += $i, ${ $gcnt } -= $i;
130 ${ $gcnt } -= $#{ $keys } - $i;
146 $_[0]->purge if ${ $gcnt };
157 if ( ++${ $gcnt } > @{ $keys } * 0.667 ) {
158 my $i; $i = ${ $begi } = ${ $gcnt } = 0;
196 ${ $begi } = ${ $gcnt } = 0;
375 my ( $begi, $gcnt ) = ( 0, 0 );
578 if ( ${ $gcnt } ) {
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/phy/microchip/
H A Dsparx5_serdes.h54 int gcnt, int gwidth, in sdx5_addr() argument
59 WARN_ON((ginst) >= gcnt); in sdx5_addr()
68 int gcnt, int gwidth, in sdx5_inst_baseaddr() argument
72 WARN_ON((ginst) >= gcnt); in sdx5_inst_baseaddr()
81 int gbase, int ginst, int gcnt, int gwidth, in sdx5_rmw() argument
87 gbase, ginst, gcnt, gwidth, in sdx5_rmw()
96 int gbase, int ginst, int gcnt, int gwidth, in sdx5_inst_rmw() argument
102 gbase, ginst, gcnt, gwidth, in sdx5_inst_rmw()
127 int ginst, int gcnt, int gwidth, in sdx5_inst_addr() argument
131 return sdx5_inst_baseaddr(iomem, gbase, ginst, gcnt, gwidth, in sdx5_inst_addr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/phy/microchip/
H A Dsparx5_serdes.h54 int gcnt, int gwidth, in sdx5_addr() argument
59 WARN_ON((ginst) >= gcnt); in sdx5_addr()
68 int gcnt, int gwidth, in sdx5_inst_baseaddr() argument
72 WARN_ON((ginst) >= gcnt); in sdx5_inst_baseaddr()
81 int gbase, int ginst, int gcnt, int gwidth, in sdx5_rmw() argument
87 gbase, ginst, gcnt, gwidth, in sdx5_rmw()
96 int gbase, int ginst, int gcnt, int gwidth, in sdx5_inst_rmw() argument
102 gbase, ginst, gcnt, gwidth, in sdx5_inst_rmw()
127 int ginst, int gcnt, int gwidth, in sdx5_inst_addr() argument
131 return sdx5_inst_baseaddr(iomem, gbase, ginst, gcnt, gwidth, in sdx5_inst_addr()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/phy/microchip/
H A Dsparx5_serdes.h54 int gcnt, int gwidth, in sdx5_addr() argument
59 WARN_ON((ginst) >= gcnt); in sdx5_addr()
68 int gcnt, int gwidth, in sdx5_inst_baseaddr() argument
72 WARN_ON((ginst) >= gcnt); in sdx5_inst_baseaddr()
81 int gbase, int ginst, int gcnt, int gwidth, in sdx5_rmw() argument
87 gbase, ginst, gcnt, gwidth, in sdx5_rmw()
96 int gbase, int ginst, int gcnt, int gwidth, in sdx5_inst_rmw() argument
102 gbase, ginst, gcnt, gwidth, in sdx5_inst_rmw()
127 int ginst, int gcnt, int gwidth, in sdx5_inst_addr() argument
131 return sdx5_inst_baseaddr(iomem, gbase, ginst, gcnt, gwidth, in sdx5_inst_addr()
/dports/biology/bio-mocha/bcftools-1.14/
H A Dem.c46 int i, gcnt[3], tmp1; in est_freq() local
48 gcnt[0] = gcnt[1] = gcnt[2] = 0; in est_freq()
54 ++gcnt[which]; in est_freq()
57 tmp1 = gcnt[0] + gcnt[1] + gcnt[2]; in est_freq()
58 return (tmp1 == 0)? -1.0 : (.5 * gcnt[1] + gcnt[2]) / tmp1; in est_freq()
/dports/biology/bcftools/bcftools-1.14/
H A Dem.c46 int i, gcnt[3], tmp1; in est_freq() local
48 gcnt[0] = gcnt[1] = gcnt[2] = 0; in est_freq()
54 ++gcnt[which]; in est_freq()
57 tmp1 = gcnt[0] + gcnt[1] + gcnt[2]; in est_freq()
58 return (tmp1 == 0)? -1.0 : (.5 * gcnt[1] + gcnt[2]) / tmp1; in est_freq()
/dports/biology/py-pysam/pysam-0.18.0/bcftools/
H A Dem.c46 int i, gcnt[3], tmp1; in est_freq() local
48 gcnt[0] = gcnt[1] = gcnt[2] = 0; in est_freq()
54 ++gcnt[which]; in est_freq()
57 tmp1 = gcnt[0] + gcnt[1] + gcnt[2]; in est_freq()
58 return (tmp1 == 0)? -1.0 : (.5 * gcnt[1] + gcnt[2]) / tmp1; in est_freq()
H A Dem.c.pysam.c48 int i, gcnt[3], tmp1; in est_freq() local
50 gcnt[0] = gcnt[1] = gcnt[2] = 0; in est_freq()
56 ++gcnt[which]; in est_freq()
59 tmp1 = gcnt[0] + gcnt[1] + gcnt[2]; in est_freq()
60 return (tmp1 == 0)? -1.0 : (.5 * gcnt[1] + gcnt[2]) / tmp1; in est_freq()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dtottfaat.c658 int i, k, gcnt; in aat_dumpmorx_substitutions() local
665 gcnt = 0; in aat_dumpmorx_substitutions()
680 ++gcnt; in aat_dumpmorx_substitutions()
684 if ( gcnt==0 ) in aat_dumpmorx_substitutions()
689 glyphs[gcnt] = NULL; maps[gcnt] = 0; in aat_dumpmorx_substitutions()
976 for ( k=i, gcnt=0; k<at->gi.gcnt; ++k ) in aat_dumpmorx_ligatures()
1010 gcnt = 0; in morx_dumpnestedsubs()
1021 ++gcnt; in morx_dumpnestedsubs()
1078 gcnt = 0; in morx_dumpASM()
1090 ++gcnt; in morx_dumpASM()
[all …]
H A Dautowidth2.c142 all->visual_separation = malloc(all->gcnt*all->gcnt*sizeof(int)); in aw2_figure_all_sidebearing()
146 for ( j=0; j<all->gcnt; ++j ) { in aw2_figure_all_sidebearing()
159 for ( i=0; i<all->gcnt; ++i ) in aw2_figure_all_sidebearing()
161 for ( i=0; i<all->gcnt; ++i ) in aw2_figure_all_sidebearing()
461 int gcnt; in AutoWidth2() member
500 i = scripts[s].gcnt; in AutoWidth2()
507 ++scripts[s].gcnt; in AutoWidth2()
526 all.gcnt = scripts[s].gcnt; in AutoWidth2()
670 all.gcnt = cnt; in AutoKern2()
786 all.gcnt = cnt; in AutoKern2NewClass()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/GPL/
H A Dgrecord.cpp62 gcnt = 0; in GRECORD()
73 gcnt++; in update()
74 if (gcnt == 18) { in update()
75 gcnt = 0; in update()
83 if (tricnt || gcnt) { in final()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/samtools/src/samtools/bcftools/
H A Dem.c53 int i, gcnt[3], tmp1; in est_freq() local
55 gcnt[0] = gcnt[1] = gcnt[2] = 0; in est_freq()
61 ++gcnt[which]; in est_freq()
64 tmp1 = gcnt[0] + gcnt[1] + gcnt[2]; in est_freq()
65 return (tmp1 == 0)? -1.0 : (.5 * gcnt[1] + gcnt[2]) / tmp1; in est_freq()
/dports/science/packmol/packmol-18.169/
H A Dgencan.f1787 gcnt = gcnt + 1
2107 gcnt = gcnt + 1
2343 gcnt = gcnt + 1
4147 gcnt = gcnt + 1
4299 gcnt = gcnt + 1
4353 gcnt = gcnt + 1
4407 gcnt = gcnt + 1
4572 gcnt = gcnt + 1
4645 gcnt = gcnt + 1
4710 gcnt = gcnt + 1
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dgml2gv.c165 int gcnt, cnt, rv; in main() local
168 gcnt = 0; in main()
172 while ((G = gml_to_gv(nameOf(gname, gcnt), inFile, cnt, &rv))) { in main()
174 gcnt++; in main()
H A Dbcomps.c245 static int process(Agraph_t * g, int gcnt) in process() argument
272 gwrite(blk, gcnt, bcnt++); in process()
275 gwrite(g, gcnt, 0); in process()
280 gwrite(tree, gcnt, -1); in process()
386 int gcnt = 0; in main() local
392 r |= process(g, gcnt); in main()
394 gcnt++; in main()
/dports/devel/avr-gdb/gdb-7.3.1/sim/bfin/
H A Dgui.c219 #define _FORMAT(bpp, rcnt, gcnt, bcnt, acnt, rsh, gsh, bsh, ash) \ argument
220 NULL, bpp, (bpp)/8, 8-(rcnt), 8-(gcnt), 8-(bcnt), 8-(acnt), rsh, gsh, bsh, ash, \
221 FMASK (rcnt, rsh), FMASK (gcnt, gsh), FMASK (bcnt, bsh), FMASK (acnt, ash),
222 #define FORMAT(rcnt, gcnt, bcnt, acnt, rsh, gsh, bsh, ash) \ argument
223 _FORMAT(((((rcnt) + (gcnt) + (bcnt) + (acnt)) + 7) / 8) * 8, \
224 rcnt, gcnt, bcnt, acnt, rsh, gsh, bsh, ash)
/dports/devel/gdb761/gdb-7.6.1/sim/bfin/
H A Dgui.c219 #define _FORMAT(bpp, rcnt, gcnt, bcnt, acnt, rsh, gsh, bsh, ash) \ argument
220 NULL, bpp, (bpp)/8, 8-(rcnt), 8-(gcnt), 8-(bcnt), 8-(acnt), rsh, gsh, bsh, ash, \
221 FMASK (rcnt, rsh), FMASK (gcnt, gsh), FMASK (bcnt, bsh), FMASK (acnt, ash),
222 #define FORMAT(rcnt, gcnt, bcnt, acnt, rsh, gsh, bsh, ash) \ argument
223 _FORMAT(((((rcnt) + (gcnt) + (bcnt) + (acnt)) + 7) / 8) * 8, \
224 rcnt, gcnt, bcnt, acnt, rsh, gsh, bsh, ash)
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest153.tcl148 set gcnt 0
155 incr gcnt
157 error_check_good gcnt $ccnt $gcnt
/dports/security/snort/snort-2.9.18/src/
H A Dsfthreshold.c290 int gcnt=0; in print_thresholding() local
303 gcnt++; in print_thresholding()
306 if( !gcnt ) in print_thresholding()
312 if( gcnt ) in print_thresholding()
328 if( gcnt ) in print_thresholding()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkDataObjectGenerator.cxx673 vtkIdType gcnt = 0; in FillOutputDataObjects() local
685 hbo->SetRefinementRatio(gcnt, refinement); in FillOutputDataObjects()
690 int maxchildren = static_cast<int>(pow(8.0, static_cast<double>(gcnt))); in FillOutputDataObjects()
748 hbo->SetDataSet(gcnt, dcnt, grid); in FillOutputDataObjects()
754 hbo->SetSpacing(gcnt, h); in FillOutputDataObjects()
755 hbo->SetAMRBox(gcnt, dcnt, box); in FillOutputDataObjects()
764 gcnt++; in FillOutputDataObjects()
777 vtkIdType gcnt = 0; in FillOutputDataObjects() local
789 mbo->SetBlock(gcnt, dobj); in FillOutputDataObjects()
794 gcnt++; in FillOutputDataObjects()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkDataObjectGenerator.cxx701 vtkIdType gcnt = 0; in FillOutputDataObjects() local
715 hbo->SetRefinementRatio(gcnt,refinement); in FillOutputDataObjects()
724 static_cast<double>(gcnt))); in FillOutputDataObjects()
779 hbo->SetDataSet(gcnt, dcnt,grid); in FillOutputDataObjects()
785 hbo->SetSpacing(gcnt,h); in FillOutputDataObjects()
786 hbo->SetAMRBox(gcnt, dcnt, box); in FillOutputDataObjects()
795 gcnt++; in FillOutputDataObjects()
810 vtkIdType gcnt = 0; in FillOutputDataObjects() local
824 mbo->SetBlock(gcnt, dobj); in FillOutputDataObjects()
829 gcnt++; in FillOutputDataObjects()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkDataObjectGenerator.cxx701 vtkIdType gcnt = 0; in FillOutputDataObjects() local
715 hbo->SetRefinementRatio(gcnt,refinement); in FillOutputDataObjects()
724 static_cast<double>(gcnt))); in FillOutputDataObjects()
779 hbo->SetDataSet(gcnt, dcnt,grid); in FillOutputDataObjects()
785 hbo->SetSpacing(gcnt,h); in FillOutputDataObjects()
786 hbo->SetAMRBox(gcnt, dcnt, box); in FillOutputDataObjects()
795 gcnt++; in FillOutputDataObjects()
810 vtkIdType gcnt = 0; in FillOutputDataObjects() local
824 mbo->SetBlock(gcnt, dobj); in FillOutputDataObjects()
829 gcnt++; in FillOutputDataObjects()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/qcom/
H A Dcpr.c239 u32 gcnt; member
366 u32 gcnt, ctl, irq, ro_sel, step_quot; in cpr_corner_restore() local
372 gcnt = drv->gcnt; in cpr_corner_restore()
373 gcnt |= fuse->quot - corner->quot_adjust; in cpr_corner_restore()
384 cpr_write(drv, REG_RBCPR_GCNT_TARGET(ro_sel), gcnt); in cpr_corner_restore()
683 u32 val, gcnt; in cpr_config() local
706 gcnt = (drv->ref_clk_khz * desc->gcnt_us) / 1000; in cpr_config()
707 gcnt = gcnt & RBCPR_GCNT_TARGET_GCNT_MASK; in cpr_config()
708 gcnt <<= RBCPR_GCNT_TARGET_GCNT_SHIFT; in cpr_config()
709 drv->gcnt = gcnt; in cpr_config()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/soc/qcom/
H A Dcpr.c239 u32 gcnt; member
366 u32 gcnt, ctl, irq, ro_sel, step_quot; in cpr_corner_restore() local
372 gcnt = drv->gcnt; in cpr_corner_restore()
373 gcnt |= fuse->quot - corner->quot_adjust; in cpr_corner_restore()
384 cpr_write(drv, REG_RBCPR_GCNT_TARGET(ro_sel), gcnt); in cpr_corner_restore()
683 u32 val, gcnt; in cpr_config() local
706 gcnt = (drv->ref_clk_khz * desc->gcnt_us) / 1000; in cpr_config()
707 gcnt = gcnt & RBCPR_GCNT_TARGET_GCNT_MASK; in cpr_config()
708 gcnt <<= RBCPR_GCNT_TARGET_GCNT_SHIFT; in cpr_config()
709 drv->gcnt = gcnt; in cpr_config()
[all …]

1234567