| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | single2.c | 258 size_t clen, slen; local in function:__glXcombine_strings 273 clen = strlen(cext_string); 275 if (clen > slen) { 281 combo_string = (char *) malloc(clen + 2); 282 s1 = (char *) malloc(clen + 2);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | single2.c | 259 size_t clen, slen; local in function:__glXcombine_strings 274 clen = strlen(cext_string); 276 if (clen > slen) { 284 combo_string = (char *) malloc(clen + 2); 285 s1 = (char *) malloc(clen + 2);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstr.c | 704 int clen; local in function:FcUtf8Len 712 clen = FcUtf8ToUcs4 (string, &c, len); 713 if (clen <= 0) /* malformed UTF8 string */ 717 string += clen; 718 len -= clen; 801 int clen; local in function:FcUtf16Len 809 clen = FcUtf16ToUcs4 (string, endian, &c, len); 810 if (clen <= 0) /* malformed UTF8 string */ 814 string += clen; 815 len -= clen; [all...] |
| /xsrc/external/mit/libXtst/dist/src/ |
| H A D | XRecord.c | 294 int clen = 4 * nclients; local in function:XRecordCreateContext 309 Data32(dpy, (long *)clients, clen); 330 int clen = 4 * nclients; local in function:XRecordRegisterClients 345 Data32(dpy, (long *)clients, clen); 359 int clen = 4 * nclients; local in function:XRecordUnregisterClients 371 Data32(dpy, (long *)clients, clen);
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | backward_references_hq.c | 334 const size_t clen = ZopfliNodeCopyLength(&nodes[pos]); local in function:ComputeDistanceShortcut 338 starts from |block_start + pos - clen|. Distances that are greater than 344 } else if (dist + clen <= block_start + pos + gap && 349 return nodes[pos - clen - ilen].u.shortcut; 368 const size_t clen = ZopfliNodeCopyLength(&nodes[p]); local in function:ComputeDistanceCache 371 /* Because of prerequisite, p >= clen + ilen >= 2. */ 372 p = nodes[p - clen - ilen].u.shortcut;
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imDefIm.c | 289 int llen, tlen, clen; local in function:_XimPreConnectionIM 318 clen = codeset ? strlen( codeset ): 0; 320 if( tlen != 0 && clen != 0 ) { 321 if( (locale_name[0] = Xmalloc(llen+tlen+clen+3)) != NULL ) 324 if( clen != 0 ) { 325 if( (locale_name[1] = Xmalloc(llen+clen+2)) != NULL )
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fserve.c | 3090 clen; local in function:_fs_send_init_packets 3133 clen = 0; 3140 clen += (end - cat) + 1; /* length byte + string */ 3146 screq.length = (SIZEOF(fsSetCataloguesReq) + clen + 3) >> 2; 3166 if (_fs_write (conn, "....", _fs_pad_length (clen) - clen) != FSIO_READY)
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fserve.c | 3051 clen; local in function:_fs_send_init_packets 3094 clen = 0; 3101 clen += (end - cat) + 1; /* length byte + string */ 3107 screq.length = (SIZEOF(fsSetCataloguesReq) + clen + 3) >> 2; 3127 if (_fs_write (conn, "....", _fs_pad_length (clen) - clen) != FSIO_READY)
|