Searched refs:ll (Results 1 - 25 of 63) sorted by relevance

123

/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dfq.c220 unsigned char ll[4]; local
227 if (read(fr, (char *)ll, 4) != 4)
229 wsz = (unsigned long) bst4_to_l(ll);
230 if (read(fr, (char *)ll, 4) != 4)
232 wcs = (unsigned long) bst4_to_l(ll);
233 if (read(fr, (char *)ll, 4) != 4)
235 wfrst = (unsigned long) bst4_to_l(ll);
236 if (read(fr, (char *)ll, 4) != 4)
238 wtm = (unsigned long) bst4_to_l(ll);
242 if (!ReadFile(fr, (char *)ll,
280 unsigned char ll[4]; local
351 unsigned char ll[4], *buf, *p; local
429 unsigned char ll[4]; local
596 unsigned char ll[4]; local
[all...]
H A Dpermdic.c62 unsigned char ll[4]; local
109 if (lseek(fd, off, 0) < 0 || read(fd, (char *)ll, 4) != 4)
113 !ReadFile(fd, (char *)ll, 4, &readsize, NULL) || readsize != 4) {
117 off += bst4_to_l(ll) + 4;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsmatrix.c85 hpgs_point ll = { bb->llx, bb->lly }; local
91 hpgs_matrix_xform(&ll,m,&ll);
97 res->llx = HPGS_MIN(HPGS_MIN(ll.x,ur.x),HPGS_MIN(lr.x,ul.x));
98 res->lly = HPGS_MIN(HPGS_MIN(ll.y,ur.y),HPGS_MIN(lr.y,ul.y));
100 res->urx = HPGS_MAX(HPGS_MAX(ll.x,ur.x),HPGS_MAX(lr.x,ul.x));
101 res->ury = HPGS_MAX(HPGS_MAX(ll.y,ur.y),HPGS_MAX(lr.y,ul.y));
114 hpgs_point ll = { bb->llx, bb->lly }; local
120 hpgs_matrix_ixform(&ll,&ll,
[all...]
H A Dhpgspaintimage.c65 const hpgs_point *ll,
72 (lr->x-ll->x)/src->width, (lr->x-ur->x)/src->height,
73 (lr->y-ll->y)/src->width, (lr->y-ur->y)/src->height };
210 The arguments \c ll, \c lr and \c ur are the
223 const hpgs_point *ll, const hpgs_point *lr,
238 ul.x = ll->x + (ur->x - lr->x);
239 ul.y = ll->y + (ur->y - lr->y);
241 build_inv_matrix(imat,c,pdv->image,img,ll,&ul,lr,ur);
243 ll_i = (c->y0 - ll->y)/c->yfac;
279 x[ix] = ((ll_i - iscan)*lr->x + (iscan - lr_i)*ll
61 build_inv_matrix(hpgs_matrix *m, const hpgs_paint_clipper *c, const hpgs_image *dest, const hpgs_image *src, const hpgs_point *ll, const hpgs_point *ul, const hpgs_point *lr, const hpgs_point *ur) argument
221 hpgs_paint_device_drawimage(hpgs_paint_device *pdv, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
[all...]
H A Dhpgsimagerop.c126 const hpgs_point *ll, const hpgs_point *lr,
164 ul.x = ll->x + (ur->x - lr->x);
165 ul.y = ll->y + (ur->y - lr->y);
459 line->j0 * (lr->x - ll->x) / img->width +
463 line->j0 * (lr->y - ll->y) / img->width +
123 hpgs_image_rop3_clip(hpgs_device *device, hpgs_palette_color *data, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur, const hpgs_palette_color *p, hpgs_xrop3_func_t xrop3) argument
H A Dhpgsbezier.c465 double ll = (l-b->l[i])/dl; local
468 (i - 8.0 + ll*ll*(3.0-2.0*ll)) * 0.0625 +
469 (ll*(ll*(ll-2.0)+1.0) / b->dl[i] + ll*ll*(ll
[all...]
H A Dhpgsdevices.c98 The arguments \c ll, \c lr and \c ur are the
106 const hpgs_point *ll, const hpgs_point *lr,
111 return _this->vtable->drawimage(_this,img,ll,lr,ur);
615 const hpgs_point *ll, const hpgs_point *lr,
629 ul.x = ll->x + (ur->x - lr->x);
630 ul.y = ll->y + (ur->y - lr->y);
643 ll,lr,ur,
695 lr->x-ll->x,lr->y-ll->y,lr->x-ur->x,lr->y-ur->y,ul.x,ul.y,
1182 hpgs_point ll local
105 hpgs_drawimage(hpgs_device *_this, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
614 eps_drawimage(hpgs_device *_this, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
1334 pls_drawimage(hpgs_device *_this, const hpgs_image *img, const hpgs_point *ll, const hpgs_point *lr, const hpgs_point *ur) argument
[all...]
H A Dhpgspaint.h128 const hpgs_point *ll, const hpgs_point *lr,
H A Dhpgspcl.c771 hpgs_point ll,lr,ur; local
867 ll.y = y0;
868 ll.x = lr.x = ur.x + h;
877 ll.x = x0;
878 ll.y = lr.y = ur.y - h;
886 hpgs_log("ll,lr,ur=(%lg,%lg),(%lg,%lg),(%lg,%lg).\n",
887 ll.x,ll.y,lr.x,lr.y,ur.x,ur.y);
917 hpgs_matrix_xform(&ll_p,&reader->page_matrix,&ll);
927 reader->pcl_point = ll;
[all...]
H A Dhpgstransform.c737 hpgs_point ll; local
752 if (hpgs_reader_read_point(reader,&ll,1)) return -1;
759 if (hpgs_moveto(reader->device,&ll)) return -1;
760 p.x = ll.x;
765 p.y = ll.y;
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.c481 s64 pass_end, ll, data_pos, pass_start, ofs, bit; local
497 ll = mftbmp_na->initialized_size << 3;
498 if (pass_end > ll)
499 pass_end = ll;
537 ll = ((pass_end + 7) >> 3) - ofs;
538 if (size > ll)
539 size = ll;
540 ll = ntfs_attr_pread(mftbmp_na, ofs, size, buf);
541 if (ll < 0) {
546 ntfs_log_debug("Read 0x%llx bytes.\n", (long long)ll);
649 s64 ll = 0; /* silence compiler warning */ local
874 s64 old_data_size, old_initialized_size, ll; local
971 s64 min_nr, nr, ll = 0; /* silence compiler warning */ local
1359 s64 ll, bit; local
1589 s64 ll, bit; local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlConfig.h100 #define EBML_PRETTYLONGINT(c) (c ## ll)
/haiku-fatelf/src/system/kernel/arch/x86/timers/
H A Dpit.h41 #define PIT_MAX_TIMER_INTERVAL (0xffff * 1000000ll / PIT_CLOCK_RATE)
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_geom.c153 width = fitbox->ur.x - fitbox->ll.x;
154 height = fitbox->ur.y - fitbox->ll.y;
155 refpos.x = fitbox->ll.x + relpos->x * width;
156 refpos.y = fitbox->ll.y + relpos->y * height;
249 elembox->ll.x = refpos.x - relpos->x * width;
250 elembox->ll.y = refpos.y - relpos->y * height;
259 polyline[0].x = box->ll.x;
260 polyline[0].y = box->ll.y;
262 polyline[1].y = box->ll.y;
265 polyline[3].x = box->ll
[all...]
H A Dpc_geom.h37 typedef struct { pdc_vector ll, ur; } pdc_box; member in struct:__anon4920
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfEnvmap.cpp120 V2f ll = latLong (dataWindow, pixelPosition); local
122 return V3f (sin (ll.y) * cos (ll.x),
123 sin (ll.x),
124 cos (ll.y) * cos (ll.x));
/haiku-fatelf/data/etc/
H A Dprofile28 alias ll="ls -lA"
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-ftp-pasv-fail.px19 below. You'll see that for the retry wget sends a REST command to
/haiku-fatelf/src/bin/gzip/
H A Dinflate.c719 unsigned ll[288+32]; /* literal/length and distance code lengths */ local
721 unsigned ll[286+30]; /* literal/length and distance code lengths */ local
754 ll[border[j]] = (unsigned)b & 7;
758 ll[border[j]] = 0;
763 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0)
782 ll[i++] = l = j; /* save last length in l */
791 ll[i++] = l;
801 ll[i++] = 0;
812 ll[i++] = 0;
829 if ((i = huft_build(ll, n
[all...]
/haiku-fatelf/src/apps/poorman/
H A DPoorManServer.h18 #define POOR_MAN_BUF_SIZE 1048576ll
/haiku-fatelf/src/bin/unzip/
H A Dinflate.c74 c14c 19 Jul 93 J. Bush changed v[N_MAX], l[288], ll[28x+3x] arrays
951 unsigned ll[MAXLITLENS+MAXDISTS]; /* lit./length and distance code lengths */ local
981 ll[border[j]] = (unsigned)b & 7;
985 ll[border[j]] = 0;
990 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl);
1012 ll[i++] = l = j; /* save last length in l */
1021 ll[i++] = l;
1031 ll[i++] = 0;
1042 ll[i++] = 0;
1060 retval = huft_build(__G__ ll, n
[all...]
H A Dinflatef.c709 unsigned ll[MAXLITLENS+MAXDISTS]; /* lit./length and distance code lengths */ local
739 ll[border[j]] = (unsigned)b & 7;
743 ll[border[j]] = 0;
748 retval = huft_build(__G__ ll, 19, 19, NULL, NULL, &tl, &bl);
770 ll[i++] = l = j; /* save last length in l */
779 ll[i++] = l;
789 ll[i++] = 0;
800 ll[i++] = 0;
818 retval = huft_build(__G__ ll, nl, 257, G.cplens, G.cplext, &tl, &bl);
820 retval = huft_build(__G__ ll, n
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistexpand.c371 int ll, elen; local
373 ll = current - start;
403 temp = (char *)xmalloc (ll + elen + 3);
404 strncpy (temp, s + start, ll);
405 temp[ll] = ':';
406 temp[ll + 1] = ' ';
407 strcpy (temp + ll + 2, emsg);
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistexpand.c366 int ll, elen; local
368 ll = current - start;
398 temp = (char *)xmalloc (ll + elen + 3);
399 strncpy (temp, s + start, ll);
400 temp[ll] = ':';
401 temp[ll + 1] = ' ';
402 strcpy (temp + ll + 2, emsg);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dchikuji.c115 int len, i, j, yomilen, ll = 0, m = 0, n = 0, recalc = 0; local
144 ll += stat.ylen;
157 kPos2rPos(yc, 0, ll, (int *)0, &j);
161 len = xString(yc->kana_buffer, ll, s, e);
175 removeKana(d, yc, ll, j);

Completed in 222 milliseconds

123