Home
last modified time | relevance | path

Searched refs:endsize (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-dashed-stroke.cpp211 double endsize = startsize + dashsize; in doEffect_path() local
213 end = timeAtLength(endsize,segment); in doEffect_path()
216 startsize = endsize + holesize; in doEffect_path()
217 endsize = startsize + dashsize; in doEffect_path()
219 end = timeAtLength(endsize,segment); in doEffect_path()
249 double endsize = startsize + dashsize; in doEffect_path() local
251 end = timeAtLength(endsize,pwd2); in doEffect_path()
254 startsize = endsize + holesize; in doEffect_path()
255 endsize = startsize + dashsize; in doEffect_path()
257 end = timeAtLength(endsize,pwd2); in doEffect_path()
/dports/devel/dmake/dmake-4.13.1/dbug/malloc/
H A Dtestmlc.c52 long endsize; /* size at loop exit */ local
163 endsize = sbrk(0) - &end;
164 printf( "Memory use after free: %d bytes\n", endsize );
167 if( startsize != endsize )
168 printf("startsize %d != endsize %d\n", startsize, endsize );
/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dtable.c72 tbl->endsize = 0; in table_alloc()
106 if (tbl->endmem) munmap(tbl->endmem, tbl->endsize); in table_free()
153 tbl->endsize = (uint64_t)buf.st_size; in table_set_size()
164 if (tbl->endsize != sizes[2*idx+2]) return -1; in table_verify()
183 size = tbl->endsize; in table_mmap()
263 size += tbl->endsize; in table_preload()
286 size = tbl->endsize; in table_unmap()
323 size += tbl->endsize; in table_unload()
339 if (preload & preload_end) size += tbl->endsize; in table_preload_size()
H A Dtable.h107 uint64_t endsize; member
H A Dlmtable.c215 if ((prefix+1)*4 == tbl->idxsize) el->high = tbl->endsize / 2; in lmtable_lookup_idx()
217 if (el->high == 0 && el->low != 0) el->high = tbl->endsize / 2; in lmtable_lookup_idx()
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/include/
H A Dpengine.h90 float endsize = 0.5f; member
95 dirtinfo(float startsize, float endsize, float decay): in dirtinfo()
97 endsize(endsize), in dirtinfo()
/dports/devel/radare2/radare2-5.1.1/test/db/anal/
H A Dsparc130 NAME=af anal.endsize sparc
133 e anal.endsize=0
143 NAME=af anal.endsize sparc
146 e anal.endsize=1
270 NAME=af anal.endsize sparc
273 e anal.endsize=0
/dports/games/quadra/quadra-1.3.0/skelton/common/
H A Dbuf.cpp75 Dword endsize = s-size(); in resize() local
77 memset(get()+end, 0, endsize); in resize()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/image/
H A Dcdrdao.c203 ssize_t skip_size = this_track->datastart + this_track->endsize; in _read_cdrdao()
236 skip_size = this_track->datastart + this_track->endsize; in _read_cdrdao()
420 cd->tocent[i].endsize = 0; in parse_tocfile()
446 cd->tocent[i].endsize = CDIO_CD_EDC_SIZE in parse_tocfile()
472 cd->tocent[i].endsize = CDIO_CD_EDC_SIZE in parse_tocfile()
497 cd->tocent[i].endsize = 0; in parse_tocfile()
521 cd->tocent[i].endsize = 0; in parse_tocfile()
545 cd->tocent[i].endsize = CDIO_CD_SYNC_SIZE in parse_tocfile()
572 cd->tocent[i].endsize = 0; in parse_tocfile()
598 cd->tocent[i].endsize = 0; in parse_tocfile()
H A Dbincue.c196 ssize_t skip_size = this_track->datastart + this_track->endsize; in _read_bincue()
229 skip_size = this_track->datastart + this_track->endsize; in _read_bincue()
468 this_track->endsize = 0; in parse_cuefile()
497 this_track->endsize = 0; in parse_cuefile()
523 this_track->endsize = CDIO_CD_EDC_SIZE in parse_cuefile()
552 this_track->endsize = 0; in parse_cuefile()
625 this_track->endsize = 0; in parse_cuefile()
652 this_track->endsize = CDIO_CD_SYNC_SIZE + CDIO_CD_ECC_SIZE; in parse_cuefile()
H A Dnrg.c128 this_track->endsize = 0; in _register_mapping()
138 this_track->endsize = 0; in _register_mapping()
143 this_track->endsize = CDIO_CD_SYNC_SIZE + CDIO_CD_ECC_SIZE; in _register_mapping()
150 this_track->endsize = CDIO_CD_EDC_SIZE + CDIO_CD_M1F1_ZERO_SIZE in _register_mapping()
156 this_track->endsize = 0; in _register_mapping()
444 p_env->tocent[i].endsize = 0; in parse_nrg()
458 p_env->tocent[i].endsize = CDIO_CD_SYNC_SIZE in parse_nrg()
463 p_env->tocent[i].endsize = CDIO_CD_EDC_SIZE in parse_nrg()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dboxplot.py338 endsize = width/2
339 swapline(painter, boxposn-endsize/2, topwhisplt,
340 boxposn+endsize/2, topwhisplt, horz)
341 swapline(painter, boxposn-endsize/2, botwhisplt,
342 boxposn+endsize/2, botwhisplt, horz)
/dports/math/octave/octave-6.4.0/scripts/time/
H A Dweekday.m63 endsize = size (d); variable
65 endsize = [rows(d), 1]; variable
72 d = floor (reshape (mod (d - 733048, 7), endsize));
/dports/biology/bbmap/bbmap/current/var/
H A DApplyVarsToReference.java253 … static ChromosomeArray regenNBlocks(ChromosomeArray cha, int blocksize, int trigger, int endsize){ in regenNBlocks() argument
268 while(ns<endsize){ in regenNBlocks()
302 while(ns<endsize){ in regenNBlocks()
/dports/sysutils/libcdio/libcdio-2.1.0/lib/driver/
H A Dimage.h77 uint16_t endsize; /**< How much stuff at the end to skip over. member
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dtransform.c563 float osxpos, sxpos, sypos, sxstep, systep, xpos, ypos, factor, size, cx, beginsize, endsize; in gfx_draw_plane() local
576 endsize = drawmethod->water.endsize; in gfx_draw_plane()
578 if(beginsize<0 || endsize<0) return; in gfx_draw_plane()
613 factor = (endsize - beginsize) / trans_sh; in gfx_draw_plane()
H A Dtypes.h176 float endsize; member
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dtransform.c823 float osxpos, sxpos, sypos, sxstep, systep, xpos, ypos, factor, size, cx, beginsize, endsize; in gfx_draw_plane() local
838 endsize = drawmethod->water.endsize; in gfx_draw_plane()
840 if(beginsize<0 || endsize<0) return; in gfx_draw_plane()
875 factor = (endsize - beginsize) / trans_sh; in gfx_draw_plane()
H A Dtypes.h193 float endsize; member
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Menu/
H A DMenu.hpp62 …static void addMapLine(int x, int y, int w, int h, float startsize, float endsize, float r, float …
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Drwbuf.py155 endsize = len(self.cbuf[-1])
163 delta = len(self.cbuf[-1]) - endsize
/dports/devel/libgnt/libgnt-2.14.3/
H A Dgnttextview.c296 gchar *t, *endsize; in select_word_text() local
313 endsize = g_utf8_next_char(select_end); /* End at the correct byte */ in select_word_text()
314 return g_string_new_len(start, endsize - start); in select_word_text()
355 gchar *endsize = g_utf8_next_char(select_end); /* End at the correct byte */ in gnt_text_view_clicked() local
356 clip = g_string_new_len(select_start, endsize - select_start); in gnt_text_view_clicked()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dpacking.i128 char *endsize; in __pack_next() local
141 pv->size = WT_STORE_SIZE(strtoul(pack->cur, &endsize, 10)); in __pack_next()
142 pack->cur = endsize; in __pack_next()
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCralloc.hpp823 size_t endsize = options.max_allocs_per_node / port->num_regs + 1; in drop_worst_assignments() local
824 size_t arep_maxsize = std::min(alist_size, endsize * 2) + 1; in drop_worst_assignments()
854 std::nth_element(arep, arep + (endsize - 1), arep + m); in drop_worst_assignments()
855 for(k = endsize; k < m; k++) in drop_worst_assignments()
857 bound = arep[endsize - 1].s; in drop_worst_assignments()
859 m = endsize; in drop_worst_assignments()
870 std::nth_element(arep, arep + (endsize - 1), arep + m); in drop_worst_assignments()
872 for (n = endsize; n < m; n++) in drop_worst_assignments()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A Dparticles.cxx833 float startsize=1, endsize=0.1f; in appendParticles() local
844 endsize = endsizenode->getFloatValue("value",0); in appendParticles()
848 particle.setSizeRange(osgParticle::rangef(startsize, endsize)); in appendParticles()
866 callback.get()->setupStaticSizeData(startsize, endsize); in appendParticles()

123