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

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqpeg.c43 int filled = 0; local
87 dst[filled++] = p;
88 if (filled >= width) {
89 filled = 0;
99 dst[filled++] = *src++;
100 if (filled >= width) {
101 filled = 0;
124 int filled = 0; local
168 if ((me_x + filled < 0) || (me_x + me_w + filled > widt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqpeg.c45 int filled = 0; local
83 dst[filled++] = p;
84 if (filled >= width) {
85 filled = 0;
94 dst[filled++] = bytestream2_get_byte(&qctx->buffer);
95 if (filled >= width) {
96 filled = 0;
120 int filled = 0; local
165 if ((me_x + filled < 0) || (me_x + me_w + filled > widt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dex.S49 .long exception_error ! reserved_instruction (filled by trap_init) /* 180 */
50 .long exception_error ! illegal_slot_instruction (filled by trap_init) /*1A0*/
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_rtcp.c96 int filled, pos; member in struct:rpc_ctx
174 ctx->filled = 0;
197 if (ctx->pos < ctx->filled) {
198 length = ctx->filled - ctx->pos;
218 ctx->pos = ctx->filled = 0;
225 ctx->filled = length - RPC_HDR_SIZE;
227 if (ctx->pos < ctx->filled) {
228 length = ctx->filled - ctx->pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_rtcp.c96 int filled, pos; member in struct:rpc_ctx
174 ctx->filled = 0;
197 if (ctx->pos < ctx->filled) {
198 length = ctx->filled - ctx->pos;
218 ctx->pos = ctx->filled = 0;
225 ctx->filled = length - RPC_HDR_SIZE;
227 if (ctx->pos < ctx->filled) {
228 length = ctx->filled - ctx->pos;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dkobil_sct.c137 int filled; /* index of the last char in buf */ member in struct:kobil_private
157 priv->filled = 0;
425 if (count > (KOBIL_BUF_LENGTH - priv->filled)) {
431 memcpy(priv->buf + priv->filled, buf, count);
433 priv->buf + priv->filled);
434 priv->filled = priv->filled + count;
438 if (((priv->device_type != KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled > 2) && (priv->filled >= (priv->buf[1] + 3))) ||
439 ((priv->device_type == KOBIL_ADAPTER_B_PRODUCT_ID) && (priv->filled >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/compat/
H A Dhsearch_r.c91 htab->filled = 0;
217 if (action == ENTER && htab->filled == htab->size)
227 ++htab->filled;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dcache.c194 if (!ctl.filled && (ctl.fpos == filp->f_pos)) {
199 ctl.filled = filldir(dirent, qname->name, qname->len,
201 if (!ctl.filled)
207 return (ctl.valid || !ctl.filled);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dsearch.h102 unsigned int filled; member in struct:hsearch_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showspectrum.c58 int filled; ///< number of samples (per channel) filled in current rdft_buffer member in struct:__anon3336
202 s->filled = 0;
265 s->filled = 0;
302 const int start = s->filled;
313 s->filled += add_samples;
316 if (s->filled == win_size) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfiletype.tex125 If the function returns {\tt true}, the string pointed to by {\it mimeType} is filled
142 If the function returns {\tt true}, the array {\it extensions} is filled
157 If the function returns {\tt true}, the {\tt iconLoc} is filled with the
174 If the function returns {\tt true}, the string pointed to by {\it desc} is filled
185 string pointed to by {\it command} is filled with the command which must be
200 If the function returns {\tt true}, the string pointed to by {\it command} is filled
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsmb_fs.h117 int filled, valid, idx; member in struct:smb_cache_control
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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:__anon10828
556 unsigned int filled; member in struct:__anon10829
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dccio-dma.c510 * The virtual index field is filled with the results of the LCI
806 int coalesced, filled = 0; local
853 filled = iommu_fill_pdir(ioc, sglist, nents, hint, ccio_io_pdir_entry);
857 BUG_ON(coalesced != filled);
859 DBG_RUN_SG("%s() DONE %d mappings\n", __func__, filled);
861 for (i = 0; i < filled; i++)
866 return filled;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-if.c395 so that's easy to detect. The frame buffers form a list that is filled
421 * When our fill buffer has been filled, it is appended to the 'full'
496 pdev->fbuf[i].filled = 0;
646 if (fbuf->filled == 4)
664 if (fbuf->filled < pdev->frame_total_size) {
666 " discarded.\n", fbuf->filled);
741 fillptr = fbuf->data + fbuf->filled;
762 if (flen + fbuf->filled > pdev->frame_total_size) {
772 fbuf->filled += flen;
786 fbuf->filled
[all...]

Completed in 292 milliseconds

1234