Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dbuffer_iocp.c98 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read_() argument
107 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */ in evbuffer_commit_read_()
114 remaining = nBytes; in evbuffer_commit_read_()
130 evbuf->total_len += nBytes; in evbuffer_commit_read_()
131 evbuf->n_add_for_cb += nBytes; in evbuffer_commit_read_()
139 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write_() argument
146 evbuffer_drain(evbuf, nBytes); in evbuffer_commit_write_()
H A Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry() argument
60 eo->cb(eo, completion_key, nBytes, ok); in handle_entry()
/freebsd-14.2/contrib/libevent/
H A Dbuffer_iocp.c98 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read_() argument
107 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */ in evbuffer_commit_read_()
114 remaining = nBytes; in evbuffer_commit_read_()
130 evbuf->total_len += nBytes; in evbuffer_commit_read_()
131 evbuf->n_add_for_cb += nBytes; in evbuffer_commit_read_()
139 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write_() argument
146 evbuffer_drain(evbuf, nBytes); in evbuffer_commit_write_()
H A Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry() argument
60 eo->cb(eo, completion_key, nBytes, ok); in handle_entry()
/freebsd-14.2/contrib/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; in sendMTFValues() local
503 nBytes = s->numZ; in sendMTFValues()
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes ); in sendMTFValues()
518 nBytes = s->numZ; in sendMTFValues()
526 VPrintf1( "selectors %d, ", s->numZ-nBytes ); in sendMTFValues()
529 nBytes = s->numZ; in sendMTFValues()
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes ); in sendMTFValues()
545 nBytes = s->numZ; in sendMTFValues()
597 VPrintf1( "codes %d\n", s->numZ-nBytes ); in sendMTFValues()
/freebsd-14.2/sys/dev/hptmv/
H A Draid5n.h58 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
59 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
H A Dentry.c2964 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes) in DoXor1() argument
2967 for (i = 0; i < nBytes / 4; i++) *p0++ = *p1++ ^ *p2++; in DoXor1()
2971 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes) in DoXor2() argument
2974 for (i = 0; i < nBytes / 4; i++) *p0++ ^= *p2++; in DoXor2()
/freebsd-14.2/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h119 u_int nBytes; member
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3ext.h33 void * (*aggregate_context)(sqlite3_context*,int nBytes);
H A Dsqlite3.h5892 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c27991 if( nBytes<=0 ){ in memsys3Realloc()
27996 if( nBytes<=nOld && nBytes>=nOld-128 ){ in memsys3Realloc()
28512 if( nBytes>0 ){ in memsys5Malloc()
28549 assert( (nBytes&(nBytes-1))==0 ); /* EV: R-46199-30249 */ in memsys5Realloc()
28551 if( nBytes==0 ){ in memsys5Realloc()
30747 if( nBytes==0 ){ in sqlite3Realloc()
121425 int nBytes;
142576 if( nBytes>=0 && (nBytes==0 || zSql[nBytes-1]!=0) ){
142813 if( nBytes>=0 ){
142817 nBytes = sz;
[all …]