Searched refs:len2 (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/mp/
H A Dmp.c183 mp_add(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2) argument
189 if (len1 < len2)
190 MP_SWAP(op1, op2, len1, len2);
198 for (size = 1; size < len2; size++) {
226 mp_sub(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2) argument
245 for (size = 1; size < len2; size++) {
355 /* rop must be a pointer to len1 + len2 elements
359 mp_base_mul(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2) argument
364 long size = len1 + len2;
371 for (j = 1; j < len2;
417 mp_karatsuba_mul(BNS * rop,BNS * op1,BNS * op2,BNI len1,BNI len2) argument
581 mp_toom_mul(BNS * rop,BNS * op1,BNS * op2,BNI len1,BNI len2) argument
766 mp_mul(BNS * rop,BNS * op1,BNS * op2,BNI len1,BNI len2) argument
[all...]
H A Dmp.h51 #define MP_SWAP(op1, op2, len1, len2) { \
56 len1 = len2; \
58 len2 = tlen; \
143 * rop must pointer to at least len1 + len2 + 1 elements
145 long mp_add(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2);
148 * rop must pointer to at least len1 + len2 elements
151 long mp_sub(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2);
167 long mp_base_mul(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2);
170 * MIN(len1, len2) must be larger than (MAX(len1, len2)
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DGetDflt.c78 int len1 = 0, len2 = 0; local in function:GetHomeDir
84 len2 = strlen (ptr2);
87 len2 = strlen (ptr2);
89 if ((len1 + len2 + 1) < len)
/xsrc/external/mit/xdm/dist/xdm/
H A Dnetaddr.c166 addressEqual (XdmcpNetaddr a1, int len1, XdmcpNetaddr a2, int len2) argument
171 if (len1 != len2)
/xsrc/external/mit/xfs/dist/difs/
H A Ddifsutils.c527 int len1, len2; local in function:set_font_authorizations
533 (len2 = strlen(acp->authdata) + 1) + 2 * sizeof(short) <= 1024)
538 *p++ = len2 >> 8;
539 *p++ = len2 & 0xff;
542 memmove( p, acp->authdata, len2);
543 p += len2;
/xsrc/external/mit/libICE/dist/src/
H A Dauthutil.c96 int len1 = 0, len2 = 0; local in function:IceAuthFileName
100 len2 = strlen (ptr2);
103 len2 = strlen (ptr2);
105 if ((len1 + len2 + 1) < PATH_MAX) {
/xsrc/external/mit/xditview/dist/
H A DDvi.c194 size_t len2 = strlen(default_font_map_2); local in function:ClassInitialize
195 char *dfm = XtMalloc(len1 + len2 + 1);
200 memcpy(ptr, default_font_map_2, len2);
201 ptr[len2] = '\0';
/xsrc/external/mit/xterm/dist/
H A Dxstrings.c397 size_t len2 = (s2 != NULL) ? strlen(s2) : 0; local in function:x_strcasecmp
399 return ((len1 != len2)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dversion.c40 const size_t len2 = strlen(ending); local in function:check_for_ending
42 if (len2 > len1)
45 return strcmp(string + (len1 - len2), ending) == 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dversion.c46 const size_t len2 = strlen(ending); local in function:check_for_ending
48 if (len2 > len1)
51 return strcmp(string + (len1 - len2), ending) == 0;
/xsrc/external/mit/libXt/dist/src/
H A DInitialize.c292 int len1 = 0, len2 = 0; local in function:GetRootDirName
299 len2 = strlen(ptr2);
303 len2 = strlen(ptr2);
305 if ((len1 + len2 + 1) < len)
/xsrc/external/mit/xedit/dist/lisp/
H A Dbytecode.c754 int len1, len2; local in function:Lisp_Disassemble
778 len2 = id->length;
779 LispWriteStr(NIL, id->value, len2);
780 LispWriteChars(NIL, ' ', 28 - (len1 + len2));
792 len2 = id->length;
794 LispWriteChars(NIL, ' ', 28 - (len1 + len2));
807 len2 = id->length;
808 LispWriteStr(NIL, id->value, len2);
809 LispWriteChars(NIL, ' ', 28 - (len1 + len2));
820 len2
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatch.c97 size_t len1, len2, mlen; local in function:FcComparePostScript
107 len2 = strlen ((const char *)v2_string);
108 mlen = FC_MAX (len1, len2);
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h395 extern int addressEqual (XdmcpNetaddr a1, int len1, XdmcpNetaddr a2, int len2);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h1015 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2);
4461 float len2 = bx*bx + by*by; local in function:stbtt_GetGlyphSDF
4462 if (len2 != 0.0f)
4608 static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint8 *s1, stbtt_int32 len1, stbtt_uint8 *s2, stbtt_int32 len2) argument
4613 while (len2) {
4632 len2 -= 2;
4642 len2 -= 2;
4647 static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len1, char *s2, int len2) argument
4649 return len1 == stbtt__CompareUTF8toUTF16_bigendian_prefix((stbtt_uint8*) s1, len1, (stbtt_uint8*) s2, len2);
4794 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h1015 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2);
4461 float len2 = bx*bx + by*by; local in function:stbtt_GetGlyphSDF
4462 if (len2 != 0.0f)
4608 static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint8 *s1, stbtt_int32 len1, stbtt_uint8 *s2, stbtt_int32 len2) argument
4613 while (len2) {
4632 len2 -= 2;
4642 len2 -= 2;
4647 static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len1, char *s2, int len2) argument
4649 return len1 == stbtt__CompareUTF8toUTF16_bigendian_prefix((stbtt_uint8*) s1, len1, (stbtt_uint8*) s2, len2);
4794 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c231 * data2 is a pointer to additional data, and len2 is its length in bytes.
239 * recording client, and similarly for data2/len2 (written after
248 int len2
260 if (len2)
261 WriteToClient(pContext->pRecordingClient, len2, (char *)data2);
241 RecordFlushReplyBuffer(RecordContextPtr pContext,pointer data1,int len1,pointer data2,int len2) argument
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c224 * data2 is a pointer to additional data, and len2 is its length in bytes.
232 * recording client, and similarly for data2/len2 (written after
237 void *data1, int len1, void *data2, int len2)
249 if (len2)
250 WriteToClient(pContext->pRecordingClient, len2, data2);
234 RecordFlushReplyBuffer(RecordContextPtr pContext,void * data1,int len1,void * data2,int len2) argument

Completed in 133 milliseconds