| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| mp.c | 183 mp_add(BNS *rop, BNS *op1, BNS *op2, BNI len1, BNI len2) 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) 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) 364 long size = len1 + len2; 371 for (j = 1; j < len2; j++) [all...] |
| mp.h | 51 #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) + 1) >> [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| GetDflt.c | 78 int len1 = 0, len2 = 0; local 84 len2 = strlen (ptr2); 87 len2 = strlen (ptr2); 89 if ((len1 + len2 + 1) < len)
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| netaddr.c | 166 addressEqual (XdmcpNetaddr a1, int len1, XdmcpNetaddr a2, int len2) 171 if (len1 != len2)
|
| /xsrc/external/mit/xfs/dist/difs/ |
| difsutils.c | 527 int len1, len2; local 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/ |
| authutil.c | 96 int len1 = 0, len2 = 0; local 100 len2 = strlen (ptr2); 103 len2 = strlen (ptr2); 105 if ((len1 + len2 + 1) < PATH_MAX) {
|
| /xsrc/external/mit/xditview/dist/ |
| Dvi.c | 194 size_t len2 = strlen(default_font_map_2); local 195 char *dfm = XtMalloc(len1 + len2 + 1); 200 memcpy(ptr, default_font_map_2, len2); 201 ptr[len2] = '\0';
|
| /xsrc/external/mit/xterm/dist/ |
| xstrings.c | 397 size_t len2 = (s2 != NULL) ? strlen(s2) : 0; local 399 return ((len1 != len2)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| version.c | 46 const size_t len2 = strlen(ending); local 48 if (len2 > len1) 51 return strcmp(string + (len1 - len2), ending) == 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| version.c | 40 const size_t len2 = strlen(ending); local 42 if (len2 > len1) 45 return strcmp(string + (len1 - len2), ending) == 0;
|
| /xsrc/external/mit/libXt/dist/src/ |
| Initialize.c | 292 int len1 = 0, len2 = 0; local 299 len2 = strlen(ptr2); 303 len2 = strlen(ptr2); 305 if ((len1 + len2 + 1) < len)
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| bytecode.c | 754 int len1, len2; local 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 = id->length [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcmatch.c | 97 size_t len1, len2, mlen; local 107 len2 = strlen ((const char *)v2_string); 108 mlen = FC_MAX (len1, len2);
|
| /xsrc/external/mit/xdm/dist/include/ |
| dm.h | 395 extern int addressEqual (XdmcpNetaddr a1, int len1, XdmcpNetaddr a2, int len2);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| imstb_truetype.h | 1015 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2); 4461 float len2 = bx*bx + by*by; 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) 4613 while (len2) { 4632 len2 -= 2; 4642 len2 -= 2; 4647 static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len1, char *s2, int len2) 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) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imstb_truetype.h | 1015 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2); 4461 float len2 = bx*bx + by*by; 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) 4613 while (len2) { 4632 len2 -= 2; 4642 len2 -= 2; 4647 static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len1, char *s2, int len2) 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) [all...] |
| /xsrc/external/mit/xorg-server/dist/record/ |
| record.c | 224 * 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);
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| record.c | 231 * 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);
|