Searched refs:used (Results 151 - 175 of 522) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di830_drm.h202 * These regions can be used as a proxy for the fine-grained
204 * in the same lru which is used to age their own textures,
297 int used; /* nr bytes in use */ member in struct:_drm_i830_vertex
303 int used; /* nr bytes in use */ member in struct:_drm_i830_copy_t
H A Dr128_state.c577 int size = buf->used;
586 if (buf->used) {
629 buf->used = 0;
686 buf->used = 0;
862 buf->used = (dwords + 8) * sizeof(u32);
864 r128_cce_dispatch_indirect(dev, buf, 0, buf->used);
1393 buf->used = vertex.count;
1459 if (elts.start < buf->used) {
1460 DRM_ERROR("no header 0x%x - 0x%x\n", elts.start, buf->used);
1464 buf->used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_iommu.c555 int used; local
597 used = nelems;
600 while (used && sgtmp->dma_length) {
603 used--;
605 used = nelems - used;
615 fill_sg(base, sglist, used, nelems, iopte_protection);
621 return used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Ddram_init.S9 ;; WARNING! The registers r8 and r9 are used as parameters carrying
11 ;; They should not be used in the code below.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Ddram_init.S6 * Note: This file may not modify r8 or r9 because they are used to
22 ;; WARNING! The registers r8 and r9 are used as parameters carrying
24 ;; They should not be used in the code below.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskrlmt.h240 Error: SK_RLMT_FAST_LOOKAHEAD no longer used. Use new macros for lookahead.
243 Error: SK_RLMT_SLOW_LOOKAHEAD no longer used. Use new macros for lookahead.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c640 /* Bytes used for object storage in a slab */
644 /* Waste: Bytes used for alignment and padding */
675 unsigned long used; local
688 used = s->objects * s->object_size;
689 wasted = size - used;
723 if (used < min_used)
724 min_used = used;
748 if (used > max_used)
749 max_used = used;
765 total_used += used;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dimage_utils.c64 size_t used; member in struct:my_dst_mgr
73 dst->used = 0;
92 dst->used = dst->off - dst->buf;
94 dst->off = dst->buf + dst->used;
96 dst->jdst.free_in_buffer = dst->sz - dst->used;
107 dst->used += dst->sz - dst->jdst.free_in_buffer;
108 dst->off = dst->buf + dst->used;
810 *size = dst.used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dimage_utils.c63 size_t used; member in struct:my_dst_mgr
72 dst->used = 0;
91 dst->used = dst->off - dst->buf;
93 dst->off = dst->buf + dst->used;
95 dst->jdst.free_in_buffer = dst->sz - dst->used;
106 dst->used += dst->sz - dst->jdst.free_in_buffer;
107 dst->off = dst->buf + dst->used;
836 *size = dst.used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dimage_utils.c64 size_t used; member in struct:my_dst_mgr
73 dst->used = 0;
92 dst->used = dst->off - dst->buf;
94 dst->off = dst->buf + dst->used;
96 dst->jdst.free_in_buffer = dst->sz - dst->used;
107 dst->used += dst->sz - dst->jdst.free_in_buffer;
108 dst->off = dst->buf + dst->used;
819 *size = dst.used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex11 amplitude axis. The integer plotting algorithm used is similar to
73 used later as an endpoint for further refinement. From here on, the
87 behavior is used for actual decode, as described later. The actual
97 format (used in list order during packet decode and synthesis). This
106 [subclass] books and a master book used to encode which alternate
108 master/subclass mechanism is meant to be used as a flexible
242 lines. Also, although zero-difference values are used in the
H A D03-codebook.tex202 tree used for entropy decoding.
204 Briefly, each used codebook entry (recall that length-unordered
237 intend the above codewords to be read and used bit by bit from left to
269 undecodable. Take special care that a codebook with a single used
272 single used value and sinks zero bits.
375 returns that entry number to the decoder (when used in a scalar
377 the VQ lookup table, returning a vector of values (when used in a context
401 When used in a scalar context, the resulting codeword entry is the
404 When used in a VQ context, the codeword entry number is used a
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Ddbdma.c232 u32 used, chan, rv; local
252 used = 0;
271 used++;
275 used++;
279 if (!used) {
326 /* Return a non-zero value that can be used to
557 * This updates the source pointer and byte count. Normally used
618 * This updates the destination pointer and byte count. Normally used
678 * Normally used to get a full buffer from the ring during fifo
786 /* reset our SW status -- this is used t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dabituguru.c63 /* Values used for conversion */
113 /* Two i/o-ports are used by uGuru */
117 /* Mostly used to check if uGuru is busy */
205 /* Maximum value for each sensor used for scaling in mV/millidegrees
422 int i, ret = -ENODEV; /* error is the most common used retval :| */
568 /* 0x89 are the known used bits:
1132 int i, j, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV; local
1205 used = snprintf(sysfs_filename, sysfs_names_free,
1214 sysfs_filename += used;
1215 sysfs_names_free -= used;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm670 Although B<DB_File> is intended to be used with Berkeley DB version 1,
671 it can also be used with version 2, 3 or 4. In this case the interface is
713 interface methods (DB_HASH, DB_BTREE or DB_RECNO) is to be used.
733 the names used in the equivalent C structure. So, for example, the
785 A few of the options need extra discussion here. When used, the C
787 to C functions. In B<DB_File> these keys are used to store references
827 common file format used, the call:
855 The DB_HASH file format is probably the most commonly used of the three
914 insensitive compare function will be used.
1055 the associative array interface is used t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_io.c271 * tty_buffer_free_all - free buffers used by a tty
300 * Must be called before the other tty buffer functions are used.
335 p->used = 0;
414 t->used = 0;
451 left = b->size - b->used;
460 b->commit = b->used;
495 memcpy(tb->char_buf_ptr + tb->used, chars, space);
496 memset(tb->flag_buf_ptr + tb->used, TTY_NORMAL, space);
497 tb->used += space;
531 memcpy(tb->char_buf_ptr + tb->used, char
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c604 !bitmap_full(dev->db_tab->page[i].used,
647 bitmap_zero(page->used, MTHCA_DB_REC_PER_PAGE);
650 j = find_first_zero_bit(page->used, MTHCA_DB_REC_PER_PAGE);
651 set_bit(j, page->used);
684 clear_bit(j, page->used);
686 if (bitmap_empty(page->used, MTHCA_DB_REC_PER_PAGE) &&
753 if (!bitmap_empty(dev->db_tab->page[i].used, MTHCA_DB_REC_PER_PAGE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c24 * may be used to endorse or promote products derived from this software
89 /* These functions aren't used outside of lp.c */
212 /* removed, it's not used and a pain to get it right from a security POV */
215 size_t used = 0;
217 while (len && used < bsize ) {
223 if (used + 2 > bsize )
224 return used;
227 used++;
234 used++;
236 return used;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c24 * may be used to endorse or promote products derived from this software
89 /* These functions aren't used outside of lp.c */
212 /* removed, it's not used and a pain to get it right from a security POV */
215 size_t used = 0;
217 while (len && used < bsize ) {
223 if (used + 2 > bsize )
224 return used;
227 used++;
234 used++;
236 return used;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgmerge.c467 cannot be found, fuzzy matching is used to produce better results.\n\
1086 result->used = 1;
1091 result->used = 2;
1202 This used definitions_search. */
1216 /* Remember that this message has been used, when we scan
1218 defmsg->used = 1;
1225 help. This search assumed use_fuzzy_matching and used
1235 this message is used but not defined..."));
1251 /* Remember that this message has been used, when we scan
1253 defmsg->used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.pl194 * If this package is used in a product, Eric Young should be given attribution
195 * as the author of the parts of the library used.
212 * being used are not cryptographic related :-).
H A Dobjects.pl142 * If this package is used in a product, Eric Young should be given attribution
143 * as the author of the parts of the library used.
160 * being used are not cryptographic related :-).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.pl194 * If this package is used in a product, Eric Young should be given attribution
195 * as the author of the parts of the library used.
212 * being used are not cryptographic related :-).
H A Dobjects.pl142 * If this package is used in a product, Eric Young should be given attribution
143 * as the author of the parts of the library used.
160 * being used are not cryptographic related :-).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_iface.c415 int used = 0; local
419 used = 1;
422 return used;

Completed in 395 milliseconds

1234567891011>>