Searched refs:filled (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqpeg.c42 int filled = 0; local
86 dst[filled++] = p;
87 if (filled >= width) {
88 filled = 0;
98 dst[filled++] = *src++;
99 if (filled >= width) {
100 filled = 0;
123 int filled = 0; local
167 if ((me_x + filled < 0) || (me_x + me_w + filled > widt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dex.S45 .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */
46 .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_rtcp.c87 int filled, pos; member in struct:rpc_ctx
161 ctx->filled = 0;
182 if ( ctx->pos < ctx->filled ) {
183 length = ctx->filled - ctx->pos;
202 ctx->pos = ctx->filled = 0;
208 ctx->filled = length - RPC_HDR_SIZE;
210 if ( ctx->pos < ctx->filled ) {
211 length = ctx->filled - ctx->pos;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Dbss_rtcp.c87 int filled, pos; member in struct:rpc_ctx
161 ctx->filled = 0;
182 if ( ctx->pos < ctx->filled ) {
183 length = ctx->filled - ctx->pos;
202 ctx->pos = ctx->filled = 0;
208 ctx->filled = length - RPC_HDR_SIZE;
210 if ( ctx->pos < ctx->filled ) {
211 length = ctx->filled - ctx->pos;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dhash.h32 unsigned long int filled; /* Number of used entries. */ member in struct:hash_table
H A Dhash.c96 htab->filled = 0;
232 ++htab->filled;
245 htab->filled = 0;
282 if (100 * htab->filled > 75 * htab->size)
283 /* Table is filled more than 75%. Resize the table. */
312 if (100 * htab->filled > 75 * htab->size)
313 /* Table is filled more than 75%. Resize the table. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhash.h32 unsigned long int filled; /* Number of used entries. */ member in struct:hash_table
H A Dhash.c96 htab->filled = 0;
232 ++htab->filled;
245 htab->filled = 0;
282 if (100 * htab->filled > 75 * htab->size)
283 /* Table is filled more than 75%. Resize the table. */
312 if (100 * htab->filled > 75 * htab->size)
313 /* Table is filled more than 75%. Resize the table. */
H A Dfd-ostream.oo.c130 size_t filled = BUFSIZE - stream->avail; local
131 if (full_write (stream->fd, stream->buffer, filled) < filled)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhash.h32 unsigned long int filled; /* Number of used entries. */ member in struct:hash_table
H A Dhash.c96 htab->filled = 0;
232 ++htab->filled;
245 htab->filled = 0;
282 if (100 * htab->filled > 75 * htab->size)
283 /* Table is filled more than 75%. Resize the table. */
312 if (100 * htab->filled > 75 * htab->size)
313 /* Table is filled more than 75%. Resize the table. */
H A Dfd-ostream.c139 size_t filled = BUFSIZE - stream->avail; local
140 if (full_write (stream->fd, stream->buffer, filled) < filled)
H A Dfd-ostream.oo.c130 size_t filled = BUFSIZE - stream->avail; local
131 if (full_write (stream->fd, stream->buffer, filled) < filled)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dkobil_sct.c136 int filled; // index of the last char in buf member in struct:kobil_private
159 priv->filled = 0;
426 if (count > (KOBIL_BUF_LENGTH - priv->filled)) {
432 memcpy (priv->buf + priv->filled, buf, count);
434 usb_serial_debug_data(debug, &port->dev, __FUNCTION__, count, priv->buf + priv->filled);
436 priv->filled = priv->filled + count;
440 if ( ((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (priv->buf[1] + 3))) ||
441 ((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dcache.c195 if (!ctl.filled && (ctl.fpos == filp->f_pos)) {
200 ctl.filled = filldir(dirent, qname->name, qname->len,
202 if (!ctl.filled)
208 return (ctl.valid || !ctl.filled);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/
H A Dacsi_slm.c48 buffer is DMAed to the SLM, the other can be filled with new data. But
615 int n, filled, w, h; local
636 filled = BufferP - SLMBuffer;
637 if (filled + n > BufferSize)
638 n = BufferSize - filled;
643 filled += n;
645 if (filled == BufferSize) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsmb_fs.h122 int filled, valid, idx; member in struct:smb_cache_control
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dambassador.h515 This is the structure in the host filled in by the adapter by
547 unsigned int filled; member in struct:__anon3899
556 unsigned int filled; member in struct:__anon3900
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c761 * The physical address fields are filled with the results of virt_to_phys()
1384 int coalesced, filled = 0; local
1399 for (sg = sglist ; filled < nents ; filled++, sg++){
1403 return filled;
1443 filled = sba_fill_pdir(ioc, sglist, nents);
1455 ASSERT(coalesced == filled);
1456 DBG_RUN_SG("%s() DONE %d mappings\n", __FUNCTION__, filled);
1458 return filled;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dccio-dma.c512 * The virtual index field is filled with the results of the LCI
808 int coalesced, filled = 0; local
855 filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry);
859 BUG_ON(coalesced != filled);
861 DBG_RUN_SG("%s() DONE %d mappings\n", __FUNCTION__, filled);
863 for (i = 0; i < filled; i++)
868 return filled;
H A Dsba_iommu.c873 int coalesced, filled = 0; local
921 filled = iommu_fill_pdir(ioc, sglist, nents, 0, sba_io_pdir_entry);
937 DBG_RUN_SG("%s() DONE %d mappings\n", __FUNCTION__, filled);
939 return filled;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-if.c397 so that's easy to detect. The frame buffers form a list that is filled
423 * When our fill buffer has been filled, it is appended to the 'full'
498 pdev->fbuf[i].filled = 0;
637 if (fbuf->filled == 4)
660 if (fbuf->filled < pdev->frame_total_size) {
662 " discarded.\n", fbuf->filled);
737 fillptr = fbuf->data + fbuf->filled;
758 if (flen + fbuf->filled > pdev->frame_total_size) {
768 fbuf->filled += flen;
782 fbuf->filled
[all...]
H A Dpwc.h153 volatile int filled; /* number of bytes filled */ member in struct:pwc_frame_buf
217 struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */
218 struct pwc_frame_buf *fill_frame; /* frame currently being filled */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.h252 int filled, valid, idx; member in struct:ncp_cache_control
H A Ddir.c524 ctl.filled = 0;
632 if (!ctl.filled && (ctl.fpos == filp->f_pos)) {
637 ctl.filled = filldir(dirent, qname.name, qname.len,
639 if (!ctl.filled)
645 return (ctl.valid || !ctl.filled);

Completed in 218 milliseconds

12