Home
last modified time | relevance | path

Searched refs:ldepth (Results 1 – 25 of 115) sorted by relevance

12345

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dfps.c174 unsigned long ldepth = depth; in fps_compute() local
182 if (ldepth >= 1000000000) in fps_compute()
185 (ldepth / 1000000000), in fps_compute()
187 ((ldepth / 1000) % 1000), in fps_compute()
188 (ldepth % 1000), s); in fps_compute()
189 else if (ldepth >= 1000000) in fps_compute()
191 (ldepth / 1000000), ((ldepth / 1000) % 1000), in fps_compute()
192 (ldepth % 1000), s); in fps_compute()
193 else if (ldepth >= 1000) in fps_compute()
195 (ldepth / 1000), (ldepth % 1000), s); in fps_compute()
[all …]
/dports/net/drawterm/drawterm/libmemdraw/
H A Dcread.c11 int m, nb, miny, maxy, new, ldepth, ncblock; in creadmemimage() local
44 ldepth = ((int)hdr[10])-'0'; in creadmemimage()
45 if(ldepth<0 || ldepth>3){ in creadmemimage()
46 werrstr("creadimage: bad ldepth %d", ldepth); in creadmemimage()
49 chan = drawld2chan[ldepth]; in creadmemimage()
H A Dread.c17 int ldepth, chunk; in readmemimage() local
54 ldepth = ((int)hdr[10])-'0'; in readmemimage()
55 if(ldepth<0 || ldepth>3){ in readmemimage()
56 werrstr("readimage: bad ldepth %d", ldepth); in readmemimage()
59 chan = drawld2chan[ldepth]; in readmemimage()
H A Dtimes8 olddraw: 10M for draw 0, 0, 1000, 1000 no repl all ldepth 3
9 44M for draw 0, 0, 1000, 1000 src, mask ldepth 2 dst ldepth 3
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmemdraw/
H A Dcread.c11 int m, nb, miny, maxy, new, ldepth, ncblock; in creadmemimage() local
44 ldepth = ((int)hdr[10])-'0'; in creadmemimage()
45 if(ldepth<0 || ldepth>3){ in creadmemimage()
46 werrstr("creadimage: bad ldepth %d", ldepth); in creadmemimage()
49 chan = drawld2chan[ldepth]; in creadmemimage()
H A Dread.c17 int ldepth, chunk; in readmemimage() local
54 ldepth = ((int)hdr[10])-'0'; in readmemimage()
55 if(ldepth<0 || ldepth>3){ in readmemimage()
56 werrstr("readimage: bad ldepth %d", ldepth); in readmemimage()
59 chan = drawld2chan[ldepth]; in readmemimage()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevifno.c70 int ldepth; member
148 if(bdev->ldepth < 1) in inferno_rgb2cmap()
149 bdev->ldepth = 1; in inferno_rgb2cmap()
151 if(bdev->ldepth < 2) in inferno_rgb2cmap()
152 bdev->ldepth = 2; in inferno_rgb2cmap()
155 bdev->ldepth = 3; in inferno_rgb2cmap()
240 bdev->ldepth = 3; in inferno_open()
281 int ldepth; in inferno_print_page() local
299 bdev->ldepth = 0; in inferno_print_page()
328 switch(ldepth) { in inferno_print_page()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevifno.c70 int ldepth; member
138 if(bdev->ldepth < 1) in inferno_rgb2cmap()
139 bdev->ldepth = 1; in inferno_rgb2cmap()
141 if(bdev->ldepth < 2) in inferno_rgb2cmap()
142 bdev->ldepth = 2; in inferno_rgb2cmap()
145 bdev->ldepth = 3; in inferno_rgb2cmap()
231 bdev->ldepth = 3; in inferno_open()
265 int ldepth; in inferno_print_page() local
283 bdev->ldepth = 0; in inferno_print_page()
306 switch(ldepth) { in inferno_print_page()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevifno.c69 int ldepth; member
146 if(bdev->ldepth < 1) in inferno_rgb2cmap()
153 bdev->ldepth = 3; in inferno_rgb2cmap()
237 bdev->ldepth = 3; in inferno_open()
278 int ldepth; in inferno_print_page() local
297 bdev->ldepth = 0; in inferno_print_page()
300 ldepth = bdev->lastldepth; in inferno_print_page()
305 bpl = bytesperline(r, ldepth); in inferno_print_page()
330 switch(ldepth) { in inferno_print_page()
372 p[(x-1)/ppb[ldepth]] <<= ((ppb[ldepth]-xmod)*bpp[ldepth]); in inferno_print_page()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevifno.c69 int ldepth; member
146 if(bdev->ldepth < 1) in inferno_rgb2cmap()
153 bdev->ldepth = 3; in inferno_rgb2cmap()
237 bdev->ldepth = 3; in inferno_open()
278 int ldepth; in inferno_print_page() local
296 bdev->ldepth = 0; in inferno_print_page()
299 ldepth = bdev->lastldepth; in inferno_print_page()
304 bpl = bytesperline(r, ldepth); in inferno_print_page()
325 switch(ldepth) { in inferno_print_page()
365 p[(x-1)/ppb[ldepth]] <<= ((ppb[ldepth]-xmod)*bpp[ldepth]); in inferno_print_page()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevifno.c69 int ldepth; member
146 if(bdev->ldepth < 1) in inferno_rgb2cmap()
153 bdev->ldepth = 3; in inferno_rgb2cmap()
237 bdev->ldepth = 3; in inferno_open()
278 int ldepth; in inferno_print_page() local
296 bdev->ldepth = 0; in inferno_print_page()
299 ldepth = bdev->lastldepth; in inferno_print_page()
304 bpl = bytesperline(r, ldepth); in inferno_print_page()
325 switch(ldepth) { in inferno_print_page()
365 p[(x-1)/ppb[ldepth]] <<= ((ppb[ldepth]-xmod)*bpp[ldepth]); in inferno_print_page()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevifno.c69 int ldepth; member
146 if(bdev->ldepth < 1) in inferno_rgb2cmap()
153 bdev->ldepth = 3; in inferno_rgb2cmap()
237 bdev->ldepth = 3; in inferno_open()
278 int ldepth; in inferno_print_page() local
297 bdev->ldepth = 0; in inferno_print_page()
300 ldepth = bdev->lastldepth; in inferno_print_page()
305 bpl = bytesperline(r, ldepth); in inferno_print_page()
330 switch(ldepth) { in inferno_print_page()
372 p[(x-1)/ppb[ldepth]] <<= ((ppb[ldepth]-xmod)*bpp[ldepth]); in inferno_print_page()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevifno.c70 int ldepth; member
148 if(bdev->ldepth < 1) in inferno_rgb2cmap()
149 bdev->ldepth = 1; in inferno_rgb2cmap()
151 if(bdev->ldepth < 2) in inferno_rgb2cmap()
152 bdev->ldepth = 2; in inferno_rgb2cmap()
155 bdev->ldepth = 3; in inferno_rgb2cmap()
240 bdev->ldepth = 3; in inferno_open()
281 int ldepth; in inferno_print_page() local
299 bdev->ldepth = 0; in inferno_print_page()
328 switch(ldepth) { in inferno_print_page()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevifno.c70 int ldepth; member
138 if(bdev->ldepth < 1) in inferno_rgb2cmap()
139 bdev->ldepth = 1; in inferno_rgb2cmap()
141 if(bdev->ldepth < 2) in inferno_rgb2cmap()
142 bdev->ldepth = 2; in inferno_rgb2cmap()
145 bdev->ldepth = 3; in inferno_rgb2cmap()
231 bdev->ldepth = 3; in inferno_open()
265 int ldepth; in inferno_print_page() local
283 bdev->ldepth = 0; in inferno_print_page()
306 switch(ldepth) { in inferno_print_page()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libdraw/
H A Dcreadimage.c10 int m, nb, miny, maxy, new, ldepth, ncblock; in creadimage() local
41 ldepth = ((int)hdr[10])-'0'; in creadimage()
42 if(ldepth<0 || ldepth>3){ in creadimage()
43 werrstr("creadimage: bad ldepth %d", ldepth); in creadimage()
46 chan = drawld2chan[ldepth]; in creadimage()
H A Dreadimage.c15 int ldepth; in readimage() local
54 ldepth = ((int)hdr[10])-'0'; in readimage()
55 if(ldepth<0 || ldepth>3){ in readimage()
56 werrstr("readimage: bad ldepth %d", ldepth); in readimage()
59 chan = drawld2chan[ldepth]; in readimage()
/dports/devel/spin/Spin-version-6.5.0/Src/
H A Dmsc_tcl.c32 static int ldepth = 1; variable
208 if (ldepth >= TotSteps) in putpages()
209 { ldepth = TotSteps-1; in putpages()
240 for (i = 0; i <= ldepth; i++) in putpages()
261 if (ldepth >= TotSteps) in putbox()
266 M[ldepth] = x; in putbox()
346 { if (depth >= TotSteps || ldepth >= TotSteps) in pstext()
352 D[depth] = ldepth; in pstext()
353 R[ldepth] = depth; in pstext()
354 L[ldepth] = tmp; in pstext()
[all …]
/dports/databases/slony1v2/slony1-2.2.10/src/misc/
H A Davl_tree.h32 int ldepth, member
51 #define AVL_MAXDEPTH(n) (((n)->ldepth > (n)->rdepth) ? (n)->ldepth : (n)->rdepth)
52 #define AVL_BALANCE(n) ((n)->rdepth - (n)->ldepth)
H A Davl_tree.c262 (*node)->ldepth = 1; in avl_insertinto()
270 (*node)->ldepth = avl_insertinto(tree, &((*node)->lnode), in avl_insertinto()
365 rtmp->ldepth = AVL_MAXDEPTH(*node) + 1; in avl_rotate_left()
395 (*node)->ldepth = AVL_MAXDEPTH(ltmp->rnode) + 1; in avl_rotate_right()
397 (*node)->ldepth = 0; in avl_rotate_right()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dstereo.c113 int xd, yd, ldepth; in get_min_max() local
124 ldepth = getdepth(xd,yd); in get_min_max()
125 if ( ldepth < MINC) in get_min_max()
126 MINC = ldepth; in get_min_max()
127 if (ldepth > MAXC) in get_min_max()
128 MAXC = ldepth; in get_min_max()
/dports/print/lyx/lyx-2.3.4.2/src/
H A Doutput_plaintext.cpp67 static pair<int, docstring> addDepth(int depth, int ldepth) in addDepth() argument
70 if (ldepth > depth) in addDepth()
71 d += (ldepth - depth) * 2; in addDepth()
/dports/math/gecode/gecode-0916a1a/gecode/gist/
H A Dvisualnode.cpp466 int ldepth = getChild(na,0)->getShape()->depth(); in computeShape() local
467 for (int i=ldepth; i--;) in computeShape()
488 Layouter::getAlpha<Extent*,Shape>(&currentShapeL[0], ldepth, in computeShape()
491 &currentShapeL[0], ldepth, in computeShape()
494 ldepth = std::max(ldepth,nextShapeL->depth()); in computeShape()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tcs/font/
H A Dmerge.c51 b = balloc(Rect(0, 0, nc*64, ht), ft[0].bm->ldepth); in main()
87 if((ft[i].bm = balloc(b->r, b->ldepth)) == 0){ in snarf()
/dports/devel/py-numba/numba-0.51.2/numba/core/types/
H A Dfunctions.py121 ldepth = min(max(self._depth, 0), self._max_depth)
163 ldepth + 1)))
165 ldepth + 2)))
177 ldepth + 1)))
197 ldepth + 2)))
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/samterm/
H A Dsyms319 'D' 40 ldepth;
347 print(" ldepth ", addr.ldepth, "\n");
370 'D' 40 ldepth;
387 print(" ldepth ", addr.ldepth, "\n");
525 'd' 18 ldepth;
545 print(" ldepth ", addr.ldepth, "\n");

12345