Searched refs:srcend (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcUTF8.c400 unsigned char const *srcend; local in function:cstoutf8
422 srcend = src + *from_left;
427 while (src < srcend) {
432 consumed = convptr->cstowc(conv, &wc, src, srcend-src);
452 *from_left = srcend - src;
602 unsigned char const *srcend; local in function:utf8tocs
612 srcend = src + *from_left;
617 while (src < srcend && dst < dstend) {
624 consumed = utf8_mbtowc(NULL, &wc, src, srcend-src);
664 *from_left = srcend
705 unsigned char const *srcend; local in function:utf8tocs1
801 unsigned char const *srcend; local in function:utf8tostr
877 unsigned char const *srcend; local in function:strtoutf8
1077 const ucs4_t *srcend; local in function:ucstoutf8
1158 unsigned char const *srcend; local in function:utf8towcs
1225 wchar_t const *srcend; local in function:wcstoutf8
1290 unsigned char const *srcend; local in function:our_strtowcs
1342 wchar_t const *srcend; local in function:our_wcstostr
1408 unsigned char const *srcend; local in function:cstowcs
1489 wchar_t const *srcend; local in function:wcstocs
1582 wchar_t const *srcend; local in function:wcstocs1
1668 unsigned char const *srcend; local in function:identity
1819 unsigned char const *srcend; local in function:iconv_cstombs
1901 unsigned char const *srcend; local in function:iconv_mbstocs
1997 unsigned char const *srcend; local in function:iconv_mbtocs
2090 unsigned char const *srcend; local in function:iconv_mbstostr
2157 unsigned char const *srcend; local in function:iconv_strtombs
[all...]
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A DVISmoveImage.s113 #define srcend o1 macro
241 1: add %srcstart, %w, %srcend
244 add %srcend, 63, %tmp4 ! Group 21
263 andn %tmp4, 63, %srcend ! Group 25
265 cmp %narrow, %srcend ! Group 26
759 add %srcstart, %w, %srcend
762 add %srcend, 63, %srcend
766 andn %srcend, 63, %srcend
[all...]
/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c111 *srcend = src->buffer + src->width * src->height, local in function:matrix_copy
117 while (srcbuf < srcend)
166 *srcend = src->buffer + src->width * src->height, local in function:pattern_copy
172 while (srcbuf < srcend)

Completed in 8 milliseconds