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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dmichael.h43 void MIC_vAppend(unsigned char *src, unsigned int nBytes);
H A Dmichael.c152 void MIC_vAppend (unsigned char *src, unsigned int nBytes) argument
155 while (nBytes > 0)
158 nBytes--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dmichael.h43 void MIC_vAppend(PBYTE src, unsigned int nBytes);
H A Dmichael.c151 void MIC_vAppend(PBYTE src, unsigned int nBytes) argument
154 while (nBytes > 0) {
156 nBytes--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/
H A Dmichael.h43 void MIC_vAppend(unsigned char *src, unsigned int nBytes);
H A Dmichael.c152 void MIC_vAppend (unsigned char *src, unsigned int nBytes) argument
155 while (nBytes > 0)
158 nBytes--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Dmichael.h43 void MIC_vAppend(PBYTE src, unsigned int nBytes);
H A Dmichael.c151 void MIC_vAppend(PBYTE src, unsigned int nBytes) argument
154 while (nBytes > 0) {
156 nBytes--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Dbuffer_iocp.c96 evbuffer_commit_read(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
105 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */
112 remaining = nBytes;
128 evbuf->total_len += nBytes;
129 evbuf->n_add_for_cb += nBytes;
137 evbuffer_commit_write(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
144 evbuffer_drain(evbuf, nBytes);
H A Devent_iocp.c55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
59 eo->cb(eo, completion_key, nBytes, ok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Dbuffer_iocp.c96 evbuffer_commit_read(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
105 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */
112 remaining = nBytes;
128 evbuf->total_len += nBytes;
129 evbuf->n_add_for_cb += nBytes;
137 evbuffer_commit_write(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
144 evbuffer_drain(evbuf, nBytes);
H A Devent_iocp.c55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
59 eo->cb(eo, completion_key, nBytes, ok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Dbuffer_iocp.c96 evbuffer_commit_read(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
105 EVUTIL_ASSERT(nBytes >= 0); /* XXXX Can this be false? */
112 remaining = nBytes;
128 evbuf->total_len += nBytes;
129 evbuf->n_add_for_cb += nBytes;
137 evbuffer_commit_write(struct evbuffer *evbuf, ev_ssize_t nBytes) argument
144 evbuffer_drain(evbuf, nBytes);
H A Devent_iocp.c55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) argument
59 eo->cb(eo, completion_key, nBytes, ok);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/bz/
H A Dcompress.c256 int32_t nGroups, nBytes; local
517 nBytes = s->numZ;
533 nBytes = s->numZ;
543 nBytes = s->numZ;
556 nBytes = s->numZ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/bz/
H A Dcompress.c256 int32_t nGroups, nBytes; local
517 nBytes = s->numZ;
533 nBytes = s->numZ;
543 nBytes = s->numZ;
556 nBytes = s->numZ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/bz/
H A Dcompress.c256 int32_t nGroups, nBytes; local
517 nBytes = s->numZ;
533 nBytes = s->numZ;
543 nBytes = s->numZ;
556 nBytes = s->numZ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dctkip.c300 pMic->nBytes = 0;
314 pMic->m |= b << (8* pMic->nBytes);
315 pMic->nBytes++;
318 if ( pMic->nBytes >= 4 )
332 pMic->nBytes = 0;
346 while( pMic->nBytes != 0 )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dctkip.c300 pMic->nBytes = 0;
314 pMic->m |= b << (8* pMic->nBytes);
315 pMic->nBytes++;
318 if ( pMic->nBytes >= 4 )
332 pMic->nBytes = 0;
346 while( pMic->nBytes != 0 )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c292 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes) argument
295 while (nBytes > 0) {
297 nBytes--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_tkip.c292 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes) argument
295 while (nBytes > 0) {
297 nBytes--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h779 ** The xRandomness() function attempts to return nBytes bytes
2363 ** and its variants is non-negative, then at most nBytes bytes
3722 ** is called for a particular aggregate, SQLite allocates nBytes of memory
3761 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);

Completed in 246 milliseconds

12