Searched refs:length1 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | helper.c | 916 long length1, length2; local in function:LispGetStringArgs 928 length1 = STRLEN(ostring1); 941 *end1 = length1; 967 if (*end1 > length1) 969 STRFUN(builtin), *end1, length1);
|
| H A D | core.c | 4356 long length, length1, length2, start1, end1, start2, end2; local in function:Lisp_Replace 4367 &start1, &end1, &length1); 5339 long start1, start2, end1, end2, length1, length2, off1, off2, offset = -1; local in function:Lisp_Search 5358 &start1, &end1, &length1); 5376 length1 = end1 - start1; 5388 end1 = length1; 5406 while (end2 - start2 >= length1) { 5417 while (off1 < length1) { 5447 offset = off2 - length1; 5468 while (end2 >= length1) { [all...] |
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftstroke.c | 1634 FT_Fixed length1, length2; local in function:FT_Stroker_CubicTo 1643 length1 = FT_DivFix( stroker->radius, FT_Cos( theta1 ) ); 1657 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate );
|
Completed in 10 milliseconds