Home
last modified time | relevance | path

Searched refs:sleft (Results 1 – 25 of 145) sorted by relevance

123456

/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dsis.c149 memcpy(buff, buff + smax - sleft, sleft); \
150 size_t tmp = fmap_readn(map, buff + sleft, pos, BUFSIZ - sleft); \
648 uint32_t sleft; member
656 if (s->sleft < 4) { in getd()
658 memcpy(s->buff, s->buff + s->smax - s->sleft, s->sleft); in getd()
659 nread = fmap_readn(s->map, &s->buff[s->sleft], s->pos, BUFSIZ - s->sleft); in getd()
660 if ((nread < 0) || ((s->sleft = s->smax = nread + s->sleft) < 4)) { in getd()
666 s->sleft -= 4; in getd()
697 if (s->sleft >= size) in skip()
698 s->sleft -= size; in skip()
[all …]
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dsis.c143 memcpy(buff, buff + smax - sleft, sleft); \
144 size_t tmp = fmap_readn(map, buff + sleft, pos, BUFSIZ - sleft); \
640 uint32_t sleft; member
648 if (s->sleft < 4) { in getd()
650 memcpy(s->buff, s->buff + s->smax - s->sleft, s->sleft); in getd()
651 nread = fmap_readn(s->map, &s->buff[s->sleft], s->pos, BUFSIZ - s->sleft); in getd()
652 if ((nread < 0) || ((s->sleft = s->smax = nread + s->sleft) < 4)) { in getd()
658 s->sleft -= 4; in getd()
689 if (s->sleft >= size) in skip()
690 s->sleft -= size; in skip()
[all …]
/dports/math/SCIP/scip-7.0.3/examples/VRP/src/
H A Dpqueue.h53 sleft (0), in node()
84 int sleft; variable
233 f->sleft -= 1; in remove()
245 assert( item->father->sleft == 0 ); in remove()
275 if ( subproblem->sleft == 0 ) in create_new_node()
281 subproblem->sleft = 1; in create_new_node()
298 if ( subproblem->sleft <= subproblem->sright ) in create_new_node()
300 subproblem->sleft += 1; in create_new_node()
313 int n1_sleft = n1->sleft; in swap_with_father()
339 n1->sleft = n1_father->sleft; in swap_with_father()
[all …]
/dports/net/zsync/zsync-0.6.2/
H A Dprogress.c64 int sleft = (100.0f - pcnt) / (pcnt - p->lastpcnt); in do_progress() local
67 sleft *= passed; in do_progress()
70 if (sleft < 60 * 1000) in do_progress()
71 printf("%d:%02d ETA ", sleft / 60, sleft % 60); in do_progress()
/dports/biology/mothur/mothur-1.46.1/source/metastats/
H A Dmothurfisher.cpp16 sleft = 0.0; sright = 0.0; sless = 0.0; slarg = 0.0; in fexact()
30 double twotail = sleft+sright; in fexact()
151 sleft = 1; in exact()
156 sleft=0; in exact()
160 sleft += p; in exact()
168 if(p<1.00000001*prob) sleft += p; in exact()
186 sless = sleft; in exact()
187 slarg = 1 - sleft + prob; in exact()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Query/
H A DSqlUnionizer.cs19 SqlSelect sleft = union.Left as SqlSelect; in VisitSelect()
21 if (sleft != null & sright != null) { in VisitSelect()
23 for (int i = 0, n = sleft.Row.Columns.Count; i < n; i++) { in VisitSelect()
24 sleft.Row.Columns[i].Ordinal = select.Row.Columns.Count + i; in VisitSelect()
43 sleft.Row.Columns.Sort(comp); in VisitSelect()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Db_think.cpp89 sleft = !sleft; in ThinkForMove()
103 cmd->ucmd.sidemove = sleft ? -SIDERUN : SIDERUN; in ThinkForMove()
110 sleft = !sleft; in ThinkForMove()
165 sleft = !sleft; in ThinkForMove()
186 cmd->ucmd.sidemove = sleft ? -SIDEWALK : SIDEWALK; in ThinkForMove()
190 cmd->ucmd.sidemove = sleft ? -SIDERUN : SIDERUN; in ThinkForMove()
/dports/x11/wmappl/wmappl-0.71/src/
H A Dwmappl.c55 XpmButton *icons, *sleft, *sright, *pressed; variable
120 if(is_xpmbutton_at(sleft, x, y)) return sleft->tooltip; in wmappl_tooltip()
144 draw_xpmbutton(sleft, dsp, drw, gc); in wmappl_paint()
176 if(is_xpmbutton_at(sleft, x, y)) in wmappl_mouse()
177 pressed = sleft; in wmappl_mouse()
199 if(is_xpmbutton_at(sleft, x, y)) in wmappl_mouse()
200 released = sleft; in wmappl_mouse()
208 if(pressed == sleft) { in wmappl_mouse()
412 sleft = create_include_xpmbutton(leftarr_xpm, dockapp_get_display()); in load_icons()
416 if(!sleft || !sright) { in load_icons()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dtree.c787 if (sleft)
930 if (sleft) {
1016 sleft = 1;
1021 sleft = 0;
1024 sleft = 0;
1026 sleft = 0;
1031 return sleft;
1038 if (sleft) {
2447 else if (sleft)
2474 else if (sleft)
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dtree.c787 if (sleft)
930 if (sleft) {
1016 sleft = 1;
1021 sleft = 0;
1024 sleft = 0;
1026 sleft = 0;
1031 return sleft;
1038 if (sleft) {
2447 else if (sleft)
2474 else if (sleft)
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dtree.c787 if (sleft)
930 if (sleft) {
1016 sleft = 1;
1021 sleft = 0;
1024 sleft = 0;
1026 sleft = 0;
1031 return sleft;
1038 if (sleft) {
2447 else if (sleft)
2474 else if (sleft)
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpe.c228 int sleft, dleft; in pe_copy_mono() local
248 sleft = 8 - (sourcex & 7); in pe_copy_mono()
277 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
312 int skew = (sleft - dleft) & 7; in pe_copy_mono()
324 if (sleft >= dleft) in pe_copy_mono()
331 if (count > sleft) in pe_copy_mono()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpe.c223 int sleft, dleft; in pe_copy_mono() local
243 sleft = 8 - (sourcex & 7); in pe_copy_mono()
272 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
307 int skew = (sleft - dleft) & 7; in pe_copy_mono()
319 if (sleft >= dleft) in pe_copy_mono()
326 if (count > sleft) in pe_copy_mono()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
247 sleft = 8 - (sourcex & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
330 if (count > sleft) in pe_copy_mono()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
247 sleft = 8 - (sourcex & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
330 if (count > sleft) in pe_copy_mono()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
247 sleft = 8 - (sourcex & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
330 if (count > sleft) in pe_copy_mono()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpe.c227 int sleft, dleft; in pe_copy_mono() local
247 sleft = 8 - (sourcex & 7); in pe_copy_mono()
276 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
311 int skew = (sleft - dleft) & 7; in pe_copy_mono()
323 if (sleft >= dleft) in pe_copy_mono()
330 if (count > sleft) in pe_copy_mono()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpe.c223 int sleft, dleft; in pe_copy_mono() local
243 sleft = 8 - (sourcex & 7); in pe_copy_mono()
272 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
307 int skew = (sleft - dleft) & 7; in pe_copy_mono()
319 if (sleft >= dleft) in pe_copy_mono()
326 if (count > sleft) in pe_copy_mono()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpe.c228 int sleft, dleft; in pe_copy_mono() local
248 sleft = 8 - (sourcex & 7); in pe_copy_mono()
277 if (sleft == dleft) /* optimize the aligned case */ in pe_copy_mono()
312 int skew = (sleft - dleft) & 7; in pe_copy_mono()
324 if (sleft >= dleft) in pe_copy_mono()
331 if (count > sleft) in pe_copy_mono()
/dports/math/boolector/boolector-3.2.2/src/
H A Daigprop.c124 double res, sleft, sright; in compute_score_aig() local
224 sleft = btor_aig_is_const (left) in compute_score_aig()
230 res = (sleft + sright) / 2.0; in compute_score_aig()
234 res = sleft < sright ? sleft : sright; in compute_score_aig()
241 sleft = btor_aig_is_const (left) in compute_score_aig()
247 res = sleft > sright ? sleft : sright; in compute_score_aig()
647 sleft = btor_aig_is_const (left) in update_cone()
653 s = (sleft + sright) / 2.0; in update_cone()
657 s = sleft < sright ? sleft : sright; in update_cone()
661 sleft = btor_aig_is_const (left) in update_cone()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkRenderWindow.cxx776 unsigned char *sleft, *sright; in StereoRenderComplete() local
782 sleft = this->StereoBuffer; in StereoRenderComplete()
792 left = sleft + y * 3 * size[0] + 3; in StereoRenderComplete()
796 left = sleft + y * 3 * size[0]; in StereoRenderComplete()
813 this->ResultFrame = sleft; in StereoRenderComplete()
822 unsigned char *sleft, *sright; in StereoRenderComplete() local
829 sleft = this->StereoBuffer; in StereoRenderComplete()
850 left = sleft + (x * 3) + (y * size[0] * 3); in StereoRenderComplete()
851 leftTemp = sleft + ((2 * x) * 3) + (y * size[0] * 3); in StereoRenderComplete()
862 left = sleft + ((x + offsetX) * 3) + (y * size[0] * 3); in StereoRenderComplete()
[all …]
/dports/math/R/R-4.1.2/src/main/
H A Dformat.c451 int sleft = neg_i + ((left <= 0) ? 1 : left); /* >= 1 */ in formatReal() local
459 if (sleft> mxsl) mxsl = sleft; /* max left including sign(s)*/ in formatReal()
566 int left, right, sleft, in formatComplex() local
581 sleft = neg_i + ((left <= 0) ? 1 : left); /* >= 1 */ in formatComplex()
588 if (sleft> mxsl) mxsl = sleft; /* max left including sign(s) */ in formatComplex()
606 sleft = ((left <= 0) ? 1 : left); in formatComplex()
612 if (sleft> i_mxsl) i_mxsl = sleft; in formatComplex()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dformat.c451 int sleft = neg_i + ((left <= 0) ? 1 : left); /* >= 1 */ in formatReal() local
459 if (sleft> mxsl) mxsl = sleft; /* max left including sign(s)*/ in formatReal()
566 int left, right, sleft, in formatComplex() local
581 sleft = neg_i + ((left <= 0) ? 1 : left); /* >= 1 */ in formatComplex()
588 if (sleft> mxsl) mxsl = sleft; /* max left including sign(s) */ in formatComplex()
606 sleft = ((left <= 0) ? 1 : left); in formatComplex()
612 if (sleft> i_mxsl) i_mxsl = sleft; in formatComplex()
/dports/math/cgal/CGAL-5.3/include/CGAL/RS/
H A Dcomparator_1.h46 CGAL::Sign sleft=sg(l1>l2?l1:l2); in operator() local
47 if(sleft==ZERO) in operator()
50 if(sleft!=sright) in operator()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Tools/
H A DFloodTool.cs225 int sleft = localLeft; in FillStencilFromPoint()
234 if (sright - sleft > 0) { in FillStencilFromPoint()
235 queue.Enqueue (new Point (sleft, row)); in FillStencilFromPoint()
239 sleft = sright; in FillStencilFromPoint()
243 if (sright - sleft > 0) { in FillStencilFromPoint()
244 queue.Enqueue (new Point (sleft, row)); in FillStencilFromPoint()

123456