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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c381 size_t write_offset; local
386 write_offset = b->offset + b->len;
387 if (write_offset >= b->size)
388 write_offset -= b->size;
389 /* b->buf[write_offset] is the first byte we can write to. */
391 if (write_offset + rest <= b->size)
395 chunk = b->size - write_offset;
397 memcpy(b->buf + write_offset, buf, chunk);
422 size_t write_offset; local
448 write_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_bio.c381 size_t write_offset; local
386 write_offset = b->offset + b->len;
387 if (write_offset >= b->size)
388 write_offset -= b->size;
389 /* b->buf[write_offset] is the first byte we can write to. */
391 if (write_offset + rest <= b->size)
395 chunk = b->size - write_offset;
397 memcpy(b->buf + write_offset, buf, chunk);
422 size_t write_offset; local
448 write_offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Daxon_msi.c97 u32 write_offset, msi; local
101 write_offset = dcr_read(msic->dcr_host, MSIC_WRITE_OFFSET_REG);
102 pr_devel("axon_msi: original write_offset 0x%x\n", write_offset);
104 /* write_offset doesn't wrap properly, so we have to mask it */
105 write_offset &= MSIC_FIFO_SIZE_MASK;
107 while (msic->read_offset != write_offset && retry < 100) {
113 write_offset, msic->read_offset, msi);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drelay.c1022 size_t read_subbuf, read_offset, write_subbuf, write_offset; local
1026 write_offset = buf->offset > subbuf_size ? subbuf_size : buf->offset;
1032 if (read_offset + padding < write_offset)
1033 avail = write_offset - (read_offset + padding);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsnowdsp.c798 #define snow_inner_add_yblock_mmx_mix(read_offset, write_offset)\
809 "movq %%mm1, "write_offset"(%%"REG_d") \n\t"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dsnowdsp_mmx.c796 #define snow_inner_add_yblock_mmx_mix(read_offset, write_offset)\
807 "movq %%mm1, "write_offset"(%%"REG_d") \n\t"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_main.c1376 u32 packet_size, write_offset; local
1379 write_offset = *(rx_page->write_offset_addr);
1380 if (likely(rx_page->read_offset < write_offset)) {
1465 write_offset = *(rx_page->write_offset_addr);
1466 } while (rx_page->read_offset < write_offset);

Completed in 142 milliseconds