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

/freebsd-10.0-release/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.c3073 DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes) argument
3076 for (i = 0; i < nBytes / 4; i++) *p0++ = *p1++ ^ *p2++;
3080 DoXor2(ULONG *p0, ULONG *p2, UINT nBytes) argument
3083 for (i = 0; i < nBytes / 4; i++) *p0++ ^= *p2++;
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h149 unsigned int nBytes = 4; local
151 nBytes = 8;
152 for (pos = 0; pos < size; pos += nBytes) {
169 } else if (nBytes == 4)
/freebsd-10.0-release/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-10.0-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h119 u_int nBytes; member in struct:__anon11595
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes);
H A Dsqlite3.c1643 ** The xRandomness() function attempts to return nBytes bytes
4723 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
16666 ** Called when we are unable to satisfy an allocation of nBytes.
16781 ** Return a block of memory of at least nBytes in size.
16930 ** Allocate nBytes of memory.
16932 static void *memsys3Malloc(int nBytes){ argument
16934 assert( nBytes>0 ); /* malloc.c filters out 0 byte requests */
16936 p = memsys3MallocUnsafe(nBytes);
16954 static void *memsys3Realloc(void *pPrior, int nBytes){ argument
16958 return sqlite3_malloc(nBytes);
17481 memsys5Malloc(int nBytes) argument
17516 memsys5Realloc(void *pPrior, int nBytes) argument
19279 sqlite3Realloc(void *pOld, int nBytes) argument
31801 winMemMalloc(int nBytes) argument
31844 winMemRealloc(void *pPrior, int nBytes) argument
57862 sqlite3BtreeSchema(Btree *p, int nBytes, void(*xFree)(void *)) argument
82248 int nBytes; local
85995 int nBytes = sizeof(KeyInfo) + (nCol-1)*sizeof(CollSeq*) + nCol; local
95732 sqlite3Prepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pReprepare, sqlite3_stmt **ppStmt, const char **pzTail ) argument
95891 sqlite3LockAndPrepare( sqlite3 *db, const char *zSql, int nBytes, int saveSqlFlag, Vdbe *pOld, sqlite3_stmt **ppStmt, const char **pzTail ) argument
95964 sqlite3_prepare( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
95976 sqlite3_prepare_v2( sqlite3 *db, const char *zSql, int nBytes, sqlite3_stmt **ppStmt, const char **pzTail ) argument
95994 sqlite3Prepare16( sqlite3 *db, const void *zSql, int nBytes, int saveSqlFlag, sqlite3_stmt **ppStmt, const void **pzTail ) argument
96044 sqlite3_prepare16( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
96056 sqlite3_prepare16_v2( sqlite3 *db, const void *zSql, int nBytes, sqlite3_stmt **ppStmt, const void **pzTail ) argument
103552 int nBytes = sizeof(char *)*(1+pTable->nModuleArg); local
103894 int nBytes = sizeof(sqlite3_vtab *) * (db->nVTrans + ARRAY_INCR); local
127982 int nBytes; /* size of the input */ member in struct:simple_tokenizer_cursor
128052 simpleOpen( sqlite3_tokenizer *pTokenizer, const char *pInput, int nBytes, sqlite3_tokenizer_cursor **ppCursor ) argument
[all...]
H A Dsqlite3.h1072 ** The xRandomness() function attempts to return nBytes bytes
4152 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/freebsd-10.0-release/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);

Completed in 614 milliseconds