Searched refs:xp (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_fpf.c65 int places, xp, dl, ii; local
71 xp = atmp->m_apm_exponent;
75 if (xp < 0)
76 ii = dl - xp;
79 if (dl > xp)
82 ii = xp;
89 if (xp > 0)
90 ii += xp;
93 if (ct_sep != 0 && ch_sep != 0 && xp > 0)
94 ii += xp / ct_se
109 int ii, jj, kk, ct, dl, xp, no_sep_flg, places; local
251 int places, i2, ii, jj, kk, xp, dl, numb; local
417 int xp, ii; local
[all...]
/haiku/src/apps/mediaplayer/support/
H A DStackBlurFilter.cpp155 unsigned x, y, xp, yp, i; local
244 xp = rx;
245 if (xp > wm)
246 xp = wm;
247 src_pix_ptr = buffer + xp * 4 + y * bpr;
270 if (xp < wm) {
272 ++xp;
433 unsigned x, y, xp, yp, i; local
486 xp = rx;
487 if(xp > w
[all...]
/haiku/headers/libs/agg/
H A Dagg_blur.h100 unsigned x, y, xp, i; local
164 xp = x + radius + 1;
165 if(xp > wm) xp = wm;
166 pix = img.pixel(xp, y);
357 unsigned x, y, xp, yp, i; local
410 xp = rx;
411 if(xp > wm) xp = wm;
412 src_pix_ptr = img.pix_ptr(xp,
531 unsigned x, y, xp, yp, i; local
786 unsigned x, y, xp, yp, i; local
[all...]
/haiku/src/bin/unzip/
H A Dinflate.c1311 unsigned *xp; /* pointer into x */ variable
1357 p = c + 1; xp = x + 2;
1359 *xp++ = (j += *p++);
1399 xp = c + k;
1402 if ((f <<= 1) <= *++xp)
1404 f -= *xp; /* else deduct codes from patterns */
H A Dinflatef.c1069 unsigned *xp; /* pointer into x */ variable
1115 p = c + 1; xp = x + 2;
1117 *xp++ = (j += *p++);
1157 xp = c + k;
1160 if ((f <<= 1) <= *++xp)
1162 f -= *xp; /* else deduct codes from patterns */

Completed in 101 milliseconds