Home
last modified time | relevance | path

Searched refs:nBytes (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c112 int nBytes=0; in iscii_to_utf8() local
138 if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
153 if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
166 if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
175 if ((nbytes_2 = copy_to_outbuf(uniid, buf+nBytes, buflen)) == 0) goto E2big; in iscii_to_utf8()
178 nBytes += nbytes_2; in iscii_to_utf8()
186 if ((nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
206 if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
209 if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
213 if ( (nBytes = copy_to_outbuf(uniid, buf, buflen)) == 0) goto E2big; in iscii_to_utf8()
[all …]
H A DUTF-8%iscii91.c40 #define analyze_utf8(Ch, Mask, nBytes) \ argument
42 nBytes = 1; \
45 nBytes = 2; \
48 nBytes = 3; \
51 nBytes = 4; \
54 nBytes = 5; \
57 nBytes = 6; \
60 nBytes = -1;
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1466 addInBuffer(struct ct_data *ct, char *dataToAdd, unsigned int nBytes) in addInBuffer() argument
1477 (void) memcpy(buffer, dataToAdd, nBytes); in addInBuffer()
1481 ct->ct_bufferWritePtr = buffer + nBytes; in addInBuffer()
1482 ct->ct_bufferPendingSize = nBytes; in addInBuffer()
1491 int len = MIN(nBytes, REMAIN_BYTES(bufferWritePtr)); in addInBuffer()
1493 ct->ct_bufferPendingSize += nBytes; in addInBuffer()
1497 nBytes -= len; in addInBuffer()
1498 if (0 == nBytes) { in addInBuffer()
1517 (void) memcpy(ct->ct_buffer, dataToAdd, nBytes); in addInBuffer()
1518 ct->ct_bufferWritePtr = ct->ct_buffer + nBytes; in addInBuffer()
[all …]
/titanic_50/usr/src/common/bzip2/
H A Dcompress.c244 Int32 nGroups, nBytes __unused; in sendMTFValues()
504 nBytes = s->numZ; in sendMTFValues()
515 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
519 nBytes = s->numZ; in sendMTFValues()
527 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
530 nBytes = s->numZ; in sendMTFValues()
543 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
546 nBytes = s->numZ; in sendMTFValues()
598 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java573 int nBytes() {
/titanic_50/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in521 ** is called for a particular aggregate, a new structure of size nBytes
528 void *sqlite_aggregate_context(sqlite_func*, int nBytes);