| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| lcStd.c | 41 int from_left, to_left; local 58 from_left = len; 62 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0) 65 ret = len - from_left; 79 int from_left, to_left, length; local 95 from_left = 1; 99 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0) 117 int from_left, to_left, ret; local 130 from_left = (int) strlen(str); 134 if (_XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0) < 0 156 int from_left, to_left, ret; local 309 int from_left, to_left, ret; local [all...] |
| lcRM.c | 127 int cur_max, i, from_left, to_left, ret; local 132 /* Determine from_left. Avoid overrun error which could occur if 133 from_left > strlen(str). */ 134 from_left = cur_max; 137 from_left = i; 140 *lenp = from_left; 145 ret = _XlcConvert(conv, (XPointer *) &from, &from_left, 147 *lenp -= from_left;
|
| lcUTF8.c | 389 int *from_left, 422 srcend = src + *from_left; 452 *from_left = srcend - src; 593 int *from_left, 612 srcend = src + *from_left; 664 *from_left = srcend - src; 696 int *from_left, 715 srcend = src + *from_left; 762 *from_left = srcend - src; 794 int *from_left, [all...] |
| lcTxtPr.c | 85 int from_left, to_left, buf_len, nitems, unconv_num = 0, ret, i; local 121 from_left = (int) (*mb_list ? strlen(*mb_list) : 0) + 1; 122 nitems += from_left; 123 to += from_left; 160 from_left = _Xwcslen(*wc_list); 164 from_left = (int) (*mb_list ? strlen(*mb_list) : 0); 168 ret = _XlcConvert(conv, &from, &from_left, (XPointer *) &to, &to_left,
|
| lcPrTxt.c | 124 int from_left, to_left, buf_len, ret, len; local 184 from_left = str_ptr - last_ptr; 188 len = min(from_left, to_left); 192 from_left -= len; 196 ret = _XlcConvert(conv, &from, &from_left, &to, &to_left, NULL, 0);
|
| lcConv.c | 145 int *from_left, 169 while (*from_left > 0) { 174 ret = (*from_conv->methods->convert)(from_conv, from, from_left, &cs, 338 int *from_left, 344 return (*conv->methods->convert)(conv, from, from_left, to, to_left, args,
|
| lcCT.c | 701 int *from_left, 716 ctext_len = *from_left; 853 *from_left -= ctptr - *((const char **) from); 868 int *from_left, 892 csstr_len = *from_left; 1065 *from_left -= csptr - *((const char **) from); 1080 int *from_left, 1095 length = min(*from_left, *to_left); 1101 *from_left -= src - (const char *) *from; 1118 int *from_left, [all...] |
| XlcPublic.h | 182 int* /* from_left */, 257 int* from_left,
|
| /xsrc/external/mit/libX11/dist/modules/lc/gen/ |
| lcGenConv.c | 93 static int mbstocts (XlcConv conv, XPointer *from, int *from_left, 95 static int ctstombs (XlcConv conv, XPointer *from, int *from_left, 97 static int cstombs (XlcConv conv, XPointer *from, int *from_left, 295 int *from_left) 298 int from_len = (*from_left) + 1; 314 *from_left -= len; 737 int *from_left, 758 int from_size = *from_left; 769 while (*from_left && *to_left) { 772 (*from_left)-- [all...] |
| /xsrc/external/mit/libX11/dist/modules/lc/def/ |
| lcDefConv.c | 146 int *from_left, 162 while (*from_left && *to_left) { 163 (*from_left)--; 180 int *from_left, 197 while (*from_left && *to_left) { 198 (*from_left)--; 215 int *from_left, 233 while (*from_left && *to_left) { 235 (*from_left)--; 254 int *from_left, [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imLcLkup.c | 283 int from_left; local 306 from_left = from_len; 312 from_savelen = from_left; 315 if (_XlcConvert(conv, (XPointer *)&from_buf, &from_left, 320 from_cnvlen += (from_savelen - from_left); 322 if (from_left == 0) { 354 int from_left; local 377 from_left = from_len; 383 from_savelen = from_left; 386 if (_XlcConvert(conv, (XPointer *)&from_buf, &from_left, [all...] |
| imDefLkup.c | 980 int from_left; local 1003 from_left = from_len; 1009 from_savelen = from_left; 1012 if (_XlcConvert(conv, (XPointer *)&from_buf, &from_left, 1017 from_cnvlen += (from_savelen - from_left); 1019 if (from_left == 0) { 1056 int from_left; local 1079 from_left = from_len; 1085 from_savelen = from_left; 1088 if (_XlcConvert(conv, (XPointer *)&from_buf, &from_left, [all...] |
| imThaiFlt.c | 563 int from_left; local 573 from_left = screc.text->length * sizeof(wchar_t); 578 from_left = screc.text->length; 584 if (_XlcConvert(conv, (XPointer *)&from_buf, &from_left,
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omXChar.c | 310 int *from_left, 325 ret = _XlcConvert(conv, from, from_left, &cs, &cs_left, lc_args, 1);
|
| /xsrc/external/mit/xman/dist/ |
| ScrollByL.c | 458 int from_left = sblw->scroll.indent + sblw->scroll.offset - 1; local 474 XClearArea(XtDisplay(w), XtWindow(w), from_left, 0, local 484 from_left, old_y, local 485 (unsigned int) w->core.width - from_left, (unsigned int) height, 486 from_left, new_y); local 507 XClearArea(XtDisplay(w), XtWindow(w), from_left, y_clear, local
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| TextP.h | 230 int from_left; /* Cursor position */ member in struct:_TextPart
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextAction.c | 448 ctx->text.from_left = -1; 544 ctx->text.from_left = -1; 618 ctx->text.from_left = -1; 663 ctx->text.from_left = -1; 689 int itemp, from_left; local 702 if (ctx->text.from_left < 0) 704 &ctx->text.from_left, <emp, &itemp); 711 FindPos(ctx->text.sink, cnew, ctx->text.left_margin, ctx->text.from_left, 712 False, &ctx->text.insertPos, &from_left, &itemp); 714 if (from_left < ctx->text.from_left) [all...] |
| Text.c | 933 ctx->text.from_left = -1; 3980 ctx->text.from_left = -1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| vc4_program.c | 1042 struct qreg from_left = qir_ROT_MUL(c, src, 1); local 1051 qir_FSUB(c, src, from_left)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_program.c | 1052 struct qreg from_left = qir_ROT_MUL(c, src, 1); local 1061 qir_FSUB(c, src, from_left)));
|