Searched refs:extra_bytes (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c133 int extra_bytes; /* unprocessed bytes in buffer */ member in struct:mv_req_hash_ctx
382 req_ctx->extra_bytes);
400 if (ctx->extra_bytes)
401 copy_src_to_buf(&cpg->p, ctx->buffer, ctx->extra_bytes);
516 hw_bytes = req->nbytes + ctx->extra_bytes;
517 old_extra_bytes = ctx->extra_bytes;
519 if (unlikely(ctx->extra_bytes)) {
521 ctx->extra_bytes);
522 p->crypt_len = ctx->extra_bytes;
535 ctx->extra_bytes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dinode.c362 int extra_bytes = 0; local
404 extra_bytes = scan->bytes_left;
412 if (extra_bytes) {
413 memcpy(scan->temp_buffer+extra_bytes, scan->ptr,
414 scan->inode_size - extra_bytes);
415 scan->ptr += scan->inode_size - extra_bytes;
416 scan->bytes_left -= scan->inode_size - extra_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daiclib.h116 uint8_t extra_bytes[14]; member in struct:scsi_sense_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c597 u32 extra_bytes; local
600 extra_bytes = -qp->s_cur_size & 3;
601 nwords = (qp->s_cur_size + extra_bytes) >> 2;
616 bth0 |= extra_bytes << 20;
H A Dipath_ud.c247 u32 extra_bytes; local
305 extra_bytes = -wqe->length & 3;
306 nwords = (wqe->length + extra_bytes) >> 2;
356 bth0 |= extra_bytes << 20;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_ud.c241 u32 extra_bytes; local
301 extra_bytes = -wqe->length & 3;
302 nwords = (wqe->length + extra_bytes) >> 2;
353 bth0 |= extra_bytes << 20;
H A Dqib_ruc.c679 u32 extra_bytes; local
682 extra_bytes = -qp->s_cur_size & 3;
683 nwords = (qp->s_cur_size + extra_bytes) >> 2;
699 bth0 |= extra_bytes << 20;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-string.h143 int extra_bytes);
H A Ddbus-string.c868 * Preallocate extra_bytes such that a future lengthening of the
869 * string by extra_bytes is guaranteed to succeed without an out of
873 * @param extra_bytes bytes to alloc
878 int extra_bytes)
880 if (!_dbus_string_lengthen (str, extra_bytes))
882 _dbus_string_shorten (str, extra_bytes);
877 _dbus_string_alloc_space(DBusString *str, int extra_bytes) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dglobals.h254 zoff_t extra_bytes; /* used in unzip.c, misc.c */ member in struct:Globals
H A Dfileio.c733 zoff_t request = abs_offset + G.extra_bytes;
743 "fpos_zip: abs_offset = %s, G.extra_bytes = %s\n",
745 FmZofft(G.extra_bytes, NULL, NULL)));
755 FmZofft((abs_offset+G.extra_bytes), NULL, NULL),
2079 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
2273 /* cur_zipfile_bufstart already takes account of extra_bytes, so don't
2275 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
2290 /* cur_zipfile_bufstart already takes account of extra_bytes,
2292 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes +
2376 seek_zipf(__G__ G.cur_zipfile_bufstart - G.extra_bytes
[all...]
H A Dextract.c1062 request = G.pInfo->offset + G.extra_bytes;
1075 if (*pfilnum == 1 && G.extra_bytes != 0L) {
1078 *pold_extra_bytes = G.extra_bytes;
1079 G.extra_bytes = 0L;
1142 if ((*pfilnum == 1 && G.extra_bytes != 0L) ||
1143 (G.extra_bytes == 0L && *pold_extra_bytes != 0L)) {
1146 if (G.extra_bytes) {
1147 *pold_extra_bytes = G.extra_bytes;
1148 G.extra_bytes = 0L;
1150 G.extra_bytes
[all...]
H A Dprocess.c857 if ((G.extra_bytes = G.real_ecrec_offset-G.expect_ecrec_offset) <
861 G.zipfn, FmZofft((-G.extra_bytes), NULL, NULL)));
863 } else if (G.extra_bytes > 0) {
869 G.ecrec.offset_start_central_directory = G.extra_bytes;
870 G.extra_bytes = 0;
877 FmZofft(G.extra_bytes, NULL, NULL),
878 (G.extra_bytes == 1)? "":"s"));
923 zoff_t tmp = G.extra_bytes;
926 G.extra_bytes = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c296 uchar extra_bytes; member in struct:asc_scsiq_1
334 uchar extra_bytes; member in struct:asc_q_done_info
7528 scsiq->extra_bytes = (uchar)(_val >> 8);
7762 if (scsiq->extra_bytes != 0) {
7764 (ADV_DCNT)scsiq->extra_bytes;
9026 uchar extra_bytes; local
9038 scsiq->q1.extra_bytes = 0;
9139 extra_bytes =
9141 if ((extra_bytes != 0)
9149 scsiq->q1.extra_bytes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h749 u32 extra_bytes; /* Extraneous bytes transferred */ member in struct:sym_ccb
H A Dsym_hipd.c3114 cp->extra_bytes = 0;
3814 resid -= cp->extra_bytes;
4474 cp->extra_bytes += INL(np, nc_scratcha);
5193 cp->extra_bytes = 0;

Completed in 236 milliseconds