Searched refs:nBytes (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/libevent/
H A Dbuffer_iocp.c97 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
106 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */
113 remaining = nBytes;
129 evbuf->total_len += nBytes;
130 evbuf->n_add_for_cb += nBytes;
138 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
145 evbuffer_drain(evbuf, nBytes);
H A Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
60 eo->cb(eo, completion_key, nBytes, ok);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbuffer_iocp.c97 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
106 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */
113 remaining = nBytes;
129 evbuf->total_len += nBytes;
130 evbuf->n_add_for_cb += nBytes;
138 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
145 evbuffer_drain(evbuf, nBytes);
H A Devent_iocp.c56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
60 eo->cb(eo, completion_key, nBytes, ok);
/freebsd-13-stable/sys/dev/hptmv/
H A Draid5n.h60 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
61 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
H A Dentry.c2972 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes) argument
2975 for (i = 0; i < nBytes / 4; i++) *p0++ = *p1++ ^ *p2++;
2979 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes) argument
2982 for (i = 0; i < nBytes / 4; i++) *p0++ ^= *p2++;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h152 unsigned int nBytes = 4; local
154 nBytes = 8;
155 for (pos = 0; pos < size; pos += nBytes) {
186 } else if (nBytes == 4)
/freebsd-13-stable/contrib/bzip2/
H A Dcompress.c243 Int32 nGroups, nBytes; local
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
545 nBytes = s->numZ;
597 VPrintf1( "codes %d\n", s->numZ-nBytes );
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h121 u_int nBytes; member in struct:__anon16556
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h33 void * (*aggregate_context)(sqlite3_context*,int nBytes);
H A Dsqlite3.h1341 ** The xRandomness() function attempts to return nBytes bytes
5531 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c2404 ** The xRandomness() function attempts to return nBytes bytes
6594 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
25162 memsys3Malloc(int nBytes) argument
25184 memsys3Realloc(void *pPrior, int nBytes) argument
25709 memsys5Malloc(int nBytes) argument
25744 memsys5Realloc(void *pPrior, int nBytes) argument
28056 sqlite3Realloc(void *pOld, u64 nBytes) argument
43578 winMemMalloc(int nBytes) argument
43621 winMemRealloc(void *pPrior, int nBytes) argument
75502 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
111637 int nBytes; local
130774 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, u32 prepFlags, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
130914 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, u32 prepFlags, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
130999 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
131011 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
131029 sqlite3_prepare_v3( sqlite3 *db, const char *zSql, int nBytes, unsigned int prepFlags, sqlite3_stmt **ppStmt, const char **pzTail ) argument
131057 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, u32 prepFlags, sqlite3_stmt **ppStmt, const void **pzTail ) argument
131115 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
131127 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
131139 sqlite3_prepare16_v3( sqlite3 *db, const void *zSql, int nBytes, unsigned int prepFlags, sqlite3_stmt **ppStmt, const void **pzTail ) argument
142329 sqlite3_int64 nBytes = sizeof(char *)*(2+pTable->nModuleArg); local
142698 sqlite3_int64 nBytes = sizeof(sqlite3_vtab*)* local
179572 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
179642 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]

Completed in 632 milliseconds