HomeSort by relevance Sort by last modified time
    Searched refs:dstc (Results 1 - 3 of 3) sorted by null

  /external/libxml2/os400/
transcode.c 55 size_t dstc; local
81 dstc = 4 * l;
94 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc);
104 if (dstc)
143 size_t dstc; local
161 dstc = 6 * l;
176 srcc = iconv(cd, &srcp, &srcc, &dstp, &dstc);
188 if (dstc)
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog.c 129 char srcc[4][10], dstc[20]; local
149 dstc[0] = 0;
162 sprintf(dstc, "t%i.%s ",
180 strcat(dstc, tmp);
209 srcc[0], srcc[1], srcc[2], srcc[3], dstc,
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 654 size_t dstc; local
664 dstc = sizeof bytebuf;
665 iconv(icc, &srcp, &srcc, &dstp, &dstc);
667 cnt = sizeof bytebuf - dstc;
1694 size_t dstc; local
    [all...]

Completed in 1757 milliseconds