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

/freebsd-11-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-11-stable/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.c2976 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes) argument
2979 for (i = 0; i < nBytes / 4; i++) *p0++ = *p1++ ^ *p2++;
2983 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes) argument
2986 for (i = 0; i < nBytes / 4; i++) *p0++ ^= *p2++;
/freebsd-11-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-11-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-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h121 u_int nBytes; member in struct:__anon8769
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes);
H A Dsqlite3.c1482 ** The xRandomness() function attempts to return nBytes bytes
4421 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
15732 ** Called when we are unable to satisfy an allocation of nBytes.
15847 ** Return a block of memory of at least nBytes in size.
15996 ** Allocate nBytes of memory.
15998 static void *memsys3Malloc(int nBytes){ argument
16000 assert( nBytes>0 ); /* malloc.c filters out 0 byte requests */
16002 p = memsys3MallocUnsafe(nBytes);
16020 static void *memsys3Realloc(void *pPrior, int nBytes){ argument
16024 return sqlite3_malloc(nBytes);
16547 memsys5Malloc(int nBytes) argument
16582 memsys5Realloc(void *pPrior, int nBytes) argument
18606 sqlite3Realloc(void *pOld, int nBytes) argument
31808 winMemMalloc(int nBytes) argument
31851 winMemRealloc(void *pPrior, int nBytes) argument
56297 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
79203 int nBytes; local
82915 int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; local
92008 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92168 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92240 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92252 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
92270 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
92320 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
92332 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
99531 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); local
99867 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); local
122067 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
122137 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
H A Dsqlite3.h929 ** The xRandomness() function attempts to return nBytes bytes
3868 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/freebsd-11-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 967 milliseconds