Home
last modified time | relevance | path

Searched defs:nBytes (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/
H A Dbuffer_iocp.c101 evbuffer_commit_read_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_read_()
142 evbuffer_commit_write_(struct evbuffer *evbuf, ev_ssize_t nBytes) in evbuffer_commit_write_()
H A Devent_iocp.c57 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) in handle_entry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h152 unsigned int nBytes = 4; in print() local
/netbsd-src/external/bsd/bzip2/dist/
H A Dcompress.c245 Int32 nGroups, nBytes; in sendMTFValues() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipcio.cc628 writeResponseHeader (int requestID, int responseType, int responseStatus, int nBytes) in writeResponseHeader()
973 int nBytes = readIVal (NULL); in readRequestHeader() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dbitop.d445 enum nBytes = (100 + BitRange.bitsPerWord - 1) / 8; variable
/netbsd-src/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h119 u_int nBytes; member
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dipcio.cc906 int nBytes = readIVal (NULL); in readRequestHeader() local
/netbsd-src/sys/arch/emips/ebus/
H A Dace_ebus.c1360 sysace_send_config(struct ace_softc *sc, uint32_t *Data, unsigned int nBytes) in sysace_send_config()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c27684 static void *memsys3Malloc(int nBytes){ in memsys3Malloc()
27706 static void *memsys3Realloc(void *pPrior, int nBytes){ in memsys3Realloc()
28231 static void *memsys5Malloc(int nBytes){ in memsys5Malloc()
28266 static void *memsys5Realloc(void *pPrior, int nBytes){ in memsys5Realloc()
30441 SQLITE_PRIVATE void *sqlite3Realloc(void *pOld, u64 nBytes){ in sqlite3Realloc()