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

/haiku-fatelf/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-fatelf/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-fatelf/src/libs/pdflib/libs/flate/
H A Dinftrees.c128 uIntf *xp; /* pointer into x */ local
179 p = c + 1; xp = x + 2;
181 *xp++ = (j += *p++);
222 xp = c + k;
226 if ((f <<= 1) <= *++xp)
228 f -= *xp; /* else deduct codes from patterns */
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A Dmd5.c199 const md5_byte_t *xp = data; local
202 for (i = 0; i < 16; ++i, xp += 4)
203 X[i] = xp[0] + (xp[1] << 8) + (xp[2] << 16) + (xp[3] << 24);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A Dmd5.c199 const md5_byte_t *xp = data; local
202 for (i = 0; i < 16; ++i, xp += 4)
203 X[i] = xp[0] + (xp[1] << 8) + (xp[2] << 16) + (xp[3] << 24);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A DRKroma.c659 unsigned xp = 0; local
683 key = xxxx[xp++] = *s++;
686 RkMapPhonogram(rdic, d, maxdst, xxxx, xp, (unsigned)key,
697 if (ulen < (int)xp) {
698 strncpy((char *)yyyy + tlen, (char *)xxxx + ulen, xp - ulen);
700 strncpy((char *)xxxx, (char *)yyyy, tlen + xp - ulen);
701 xp = tlen + xp - ulen;
/haiku-fatelf/src/bin/gzip/
H A Dinflate.c301 unsigned *xp; /* pointer into x */ local
351 p = c + 1; xp = x + 2;
353 *xp++ = (j += *p++);
392 xp = c + k;
395 if ((f <<= 1) <= *++xp)
397 f -= *xp; /* else deduct codes from patterns */
/haiku-fatelf/src/bin/bash/
H A Dexpr.c1023 register char *cp, *xp; local
1157 xp = cp;
1158 while (xp && *xp && cr_whitespace (*xp))
1159 xp++;
1160 if (legal_variable_starter ((unsigned char)*xp))
/haiku-fatelf/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 77 milliseconds