Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/common/bzip2/
H A Dcompress.c244 Int32 nGroups, __GNU_UNUSED nBytes; in sendMTFValues() local
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_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java573 int nBytes() {
/titanic_41/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);