Searched refs:write_offset (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dzerofill.c34 off_t stat_offset, write_offset; local
41 write_offset = (off_t)fhp->pgno * fhp->pgsize + fhp->offset;
49 if (stat_offset >= write_offset)
69 for (group_sync = 0; stat_offset < write_offset; group_sync = 1) {
70 if (write_offset - stat_offset <= (off_t)blen) {
71 blen = (size_t)(write_offset - stat_offset);
83 mbytes = (u_int32_t)(write_offset / MEGABYTE);
84 bytes = (u_int32_t)(write_offset % MEGABYTE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c395 size_t write_offset; local
400 write_offset = b->offset + b->len;
401 if (write_offset >= b->size)
402 write_offset -= b->size;
403 /* b->buf[write_offset] is the first byte we can write to. */
405 if (write_offset + rest <= b->size)
409 chunk = b->size - write_offset;
411 memcpy(b->buf + write_offset, buf, chunk);
435 size_t write_offset; local
463 write_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c395 size_t write_offset; local
400 write_offset = b->offset + b->len;
401 if (write_offset >= b->size)
402 write_offset -= b->size;
403 /* b->buf[write_offset] is the first byte we can write to. */
405 if (write_offset + rest <= b->size)
409 chunk = b->size - write_offset;
411 memcpy(b->buf + write_offset, buf, chunk);
435 size_t write_offset; local
463 write_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drelay.c873 size_t read_subbuf, read_offset, write_subbuf, write_offset; local
877 write_offset = buf->offset > subbuf_size ? subbuf_size : buf->offset;
883 if (read_offset + padding < write_offset)
884 avail = write_offset - (read_offset + padding);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dsnowdsp_mmx.c793 #define snow_inner_add_yblock_mmx_mix(read_offset, write_offset)\
804 "movq %%mm1, "write_offset"(%%"REG_d") \n\t"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dftdi_sio.c322 int write_offset; /* This is the offset in the usb data block to write the serial data - member in struct:ftdi_private
748 priv->write_offset = 0;
776 priv->write_offset = 1;
1217 data_offset = priv->write_offset;
1335 data_offset = priv->write_offset;

Completed in 134 milliseconds