Searched refs:entries (Results 201 - 225 of 420) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbookutil.c199 &(c->dim),&(c->entries))!=2){
367 quant_to_read=c->entries*c->dim;
371 /* load the quantized entries */
384 c->lengthlist=_ogg_malloc(sizeof(long)*c->entries);
385 for(i=0;i<c->entries;i++)
499 /* wrap build_tree_from_lengths to allow zero entries in the histogram */
514 fprintf(stderr,"\rEliminating %d unused entries; %d entries remain\n",
541 long vals=(c->maptype==1?_book_maptype1_quantvals(c):c->entries*c->dim);
551 for(j=0;j<c->entries;){
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_rule.c34 struct ipt_standard entries[3]; member in struct:__anon10862
53 .entries = {
H A Dipt_CLUSTERIP.c48 atomic_t entries; /* number of entries/rules member in struct:clusterip_config
87 /* increase the count of entries(rules) using/referencing this config */
91 atomic_inc(&c->entries);
94 /* decrease the count of entries using/referencing this config. If last
100 if (atomic_dec_and_test(&c->entries)) {
146 atomic_inc(&c->entries);
181 atomic_set(&c->entries, 1);
455 /* if no more entries are referencing the config, remove it
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_internal.c72 LIST_INSERT_HEAD(&__db_infohead, p, entries);
85 LIST_FOREACH(p, &__db_infohead, entries)
100 LIST_FOREACH(p, &__db_infohead, entries)
115 LIST_FOREACH(p, &__db_infohead, entries)
144 LIST_REMOVE(p, entries);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip6tc.c406 /* Hooks and underflows must be valid entries */
415 assert(h->entries.size
419 assert(strcmp(h->info.name, h->entries.name) == 0);
425 /* Check all the entries. */
426 ENTRY_ITERATE(h->entries.entrytable, h->entries.size,
430 assert(n == h->entries.size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dpci_link.c91 struct list_head entries; member in struct:__anon3865
485 list_for_each(node, &acpi_link.entries) {
620 /* TBD: Support multiple index (IRQ) entries per Link Device */
757 list_add_tail(&link->node, &acpi_link.entries);
789 list_for_each(node, &acpi_link.entries) {
941 INIT_LIST_HEAD(&acpi_link.entries);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_misc.c37 static LIST_HEAD(entries);
72 list_for_each(l, &entries) {
651 list_add(&e->list, &entries);
694 while (!list_empty(&entries))
695 kill_node(list_entry(entries.next, Node, list));
H A Dselect.c34 struct poll_table_entry entries[0]; member in struct:poll_table_page
85 } while (entry > p->entries);
111 new_table->entry = new_table->entries;
542 struct pollfd entries[0]; member in struct:poll_list
599 pfd = walk->entries;
700 if (copy_from_user(pp->entries, ufds + nfds-i,
714 struct pollfd *fds = walk->entries;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Ddir.c1002 /* Copy the entries */
1140 * compare_dents - compare directory entries by hash value
1144 * When comparing the hash entries of @a to @b:
1182 * do_filldir_main - read out directory entries
1186 * @filldir: The function to pass entries to
1188 * @entries: the number of entries in darr
1201 const struct gfs2_dirent **darr, u32 entries,
1210 sort(darr, entries, sizeof(struct gfs2_dirent *), compare_dents, NULL);
1216 for (x = 0, y = 1; x < entries;
1199 do_filldir_main(struct gfs2_inode *dip, u64 *offset, void *opaque, filldir_t filldir, const struct gfs2_dirent **darr, u32 entries, int *copied) argument
1268 unsigned entries = 0, entries2 = 0; local
1666 u16 entries = be16_to_cpu(leaf->lf_entries); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dw83977af_ir.c831 st_fifo->entries[st_fifo->tail].status = status;
833 st_fifo->entries[st_fifo->tail].len = inb(iobase+RFLFL);
834 st_fifo->entries[st_fifo->tail].len |= inb(iobase+RFLFH) << 8;
842 status = st_fifo->entries[st_fifo->head].status;
843 len = st_fifo->entries[st_fifo->head].len;
882 st_fifo->entries[st_fifo->head].status = status;
883 st_fifo->entries[st_fifo->head].len = len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dres0.c94 for(l=0;l<statebook->entries;l++)
242 int entries = ci->book_param[info->groupbook]->entries; local
247 if(partvals > entries) goto errout;
285 look->training_data[k][j]=_ogg_calloc(look->partbooks[j][k]->entries,
352 for(i=0;i<book->entries;i++){
571 if(val<look->phrasebook->entries)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_main.c121 "maximum number of memory protection table entries per HCA");
978 struct msix_entry entries[3]; local
981 entries[0].entry = 0;
982 entries[1].entry = 1;
983 entries[2].entry = 2;
985 err = pci_enable_msix(mdev->pdev, entries, ARRAY_SIZE(entries));
993 mdev->eq_table.eq[MTHCA_EQ_COMP ].msi_x_vector = entries[0].vector;
994 mdev->eq_table.eq[MTHCA_EQ_ASYNC].msi_x_vector = entries[1].vector;
995 mdev->eq_table.eq[MTHCA_EQ_CMD ].msi_x_vector = entries[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_page.h191 * | next pgno | entries | hf offset |
231 db_indx_t entries; /* 20-21: Number of items on the page. */ member in struct:_db_page
281 #define NUM_ENT(p) (((PAGE *)p)->entries)
382 * count is stored in the entries field.
385 #define OV_REF(p) (((PAGE *)p)->entries)
H A Dtcl_db.h60 LIST_ENTRY(dbtcl_info) entries; member in struct:dbtcl_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtiffenc.c55 uint8_t entries[TIFF_MAX_ENTRY*12]; ///< entires in header member in struct:TiffEncoderContext
113 uint8_t *entries_ptr = s->entries + 12 * s->num_entries;
431 bytestream_put_buffer(&ptr, s->entries, s->num_entries * 12);
H A Dvorbis_dec.c243 uint_fast32_t entries; local
257 entries=get_bits(gb, 24);
258 if (entries>V_MAX_VLCS) {
259 av_log(vc->avccontext, AV_LOG_ERROR, " %"PRIdFAST16". Codebook has too many entries (%"PRIdFAST32"). \n", cb, entries);
265 AV_DEBUG(" codebook_dimensions %d, codebook_entries %d \n", codebook_setup->dimensions, entries);
278 for(ce=0;ce<entries;++ce) {
289 used_entries=entries;
290 for(ce=0;ce<entries;++ce) {
300 used_entries=entries;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c284 int c2_init_cq(struct c2_dev *c2dev, int entries, argument
295 cq->ibcq.cqe = entries - 1;
305 err = c2_alloc_cq_buf(c2dev, &cq->mq, entries + 1, C2_CQ_MSG_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dswap.c218 * structures that contain each an array of MAP_PAGE_SIZE swap entries.
233 sector_t entries[MAP_PAGE_ENTRIES]; member in struct:swap_map_page
281 handle->cur->entries[handle->k++] = offset;
471 offset = handle->cur->entries[handle->k];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_picture.c87 int block_number = (a && a->num_entries > 0)? (int)a->entries[0] : -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dvfat.c201 return; /* missing entries */
325 dce = cache->entries[entry->entry];
367 * checksums. In the event that the checksums match, new entries silently
368 * overwrite old entries of the same id. This should accept all valid
369 * entries, but may fail to reject invalid entries in some rare cases.
390 /* simple test to detect entries preceding
500 dce = cache->entries[initpos];
664 dce = cache->entries[initpos];
679 return cache->entries[initpo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dhead.S166 1: beq a2, a3, 3f # no more entries?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm1020.S129 * Invalidate all cache entries in a particular address
146 1: orr r3, r1, #(CACHE_DENTRIES - 1) << 26 @ 64 entries
150 bcs 2b @ entries 63 to 0
164 * Invalidate a range of cache entries in the specified
258 * May not write back any entries. If 'start' or 'end'
370 1: mov r3, #0x3F @ 64 entries
378 bge 2b @ entries 3F to 0
H A Dproc-arm925.S105 * Clean and invalidate all cache entries in a particular
123 /* Flush entries in both segments at once, see NOTE1 above */
124 mov r3, #(CACHE_DENTRIES - 1) << 4 @ 256 entries in segment
127 bcs 2b @ entries 255 to 0
137 * Clean and invalidate a range of cache entries in the
227 * May not write back any entries. If 'start' or 'end'
331 /* Flush entries in bothe segments at once, see NOTE1 above */
332 mov r3, #(CACHE_DENTRIES - 1) << 4 @ 256 entries in segment
335 bcs 2b @ entries 255 to 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Ddbdma.c373 au1xxx_dbdma_ring_alloc(u32 chanid, int entries) argument
395 desc_base = (u32)kmalloc(entries * sizeof(au1x_ddma_desc_t),
405 i = entries * sizeof(au1x_ddma_desc_t);
532 for (i=0; i<entries; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h144 unsigned int entries; member in struct:mac_restrictions
180 int num_sta; /* number of entries in sta_list */

Completed in 326 milliseconds

1234567891011>>