Searched refs:entries (Results 451 - 475 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq1dec.c121 /* add codebook entries to vector */ \
123 n3 = codebook[entries[j]] ^ 0x80808080; \
147 /* calculate codebook entries for this vector */ \
149 entries[j] = (((bit_cache >> (4 * (stages - j - 1))) & 0xF) + \
162 int entries[6]; local
227 int entries[6]; local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dsquashfs_fs.h258 unsigned short entries; member in struct:meta_index
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmspro_block.c68 struct mspro_attr_entry entries[]; member in struct:mspro_attribute
1008 printk(KERN_WARNING "%s: way too many attribute entries\n",
1039 addr = be32_to_cpu(attr->entries[cnt].address);
1040 rc = be32_to_cpu(attr->entries[cnt].size);
1042 "size %x\n", cnt, attr->entries[cnt].id, addr, rc);
1043 s_attr->id = attr->entries[cnt].id;
1046 mspro_block_attr_name(attr->entries[cnt].id));
1049 "attr_x%02x", attr->entries[cnt].id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp15 // and entries may get confused during writing (I've tried to fix this; please let me know
21 // 5) results from reading files with multiple entries (especially matches with type/* )
26 // 8) Deleting entries is only allowed from the user file; sytem wide entries
659 // wxFileConfig, i.e. there are groups, comments and entries. The icon is the
767 wxMimeTypeCommands * entries = m_aEntries[index]; local
769 sTmp = entries->GetCommandForVerb(wxT("open"));
781 if (entries->GetCount() > 1)
1369 // if we find no entries in the exact match, try the inexact match
1378 // some gnome entries hav
1899 wxMimeTypeCommands * entries = m_aEntries[index]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_qp.c438 qmap->tail = qmap->entries - 1;
441 for (i = 0; i < qmap->entries; i++) {
775 my_qp->sq_map.entries = my_qp->ipz_squeue.queue_length /
777 my_qp->sq_map.map = vmalloc(my_qp->sq_map.entries *
800 my_qp->rq_map.entries = my_qp->ipz_rqueue.queue_length /
802 my_qp->rq_map.map = vmalloc(my_qp->rq_map.entries *
1146 tail_idx = next_index(qmap->tail, qmap->entries);
1153 tail_idx = next_index(tail_idx, qmap->entries);
1204 my_qp->sq_map.entries);
1210 my_qp->rq_map.entries);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngset.c529 /* Changed in libpng-1.2.1 to allocate 256 instead of num_palette entries,
747 png_debug1(3, "allocated %d entries for info_ptr->text\n",
919 png_infop info_ptr, png_sPLT_tp entries, int nentries)
940 png_sPLT_tp from = entries + i;
946 to->entries = (png_sPLT_entryp)png_malloc(png_ptr,
949 png_memcpy(to->entries, from->entries,
918 png_set_sPLT(png_structp png_ptr, png_infop info_ptr, png_sPLT_tp entries, int nentries) argument
H A Dpng.c441 /* free a given sPLT entry, or (if num == -1) all sPLT entries */
453 png_free(png_ptr, info_ptr->splt_palettes[num].entries);
455 info_ptr->splt_palettes[num].entries = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dx_tables.c66 /* Allow this many total (re)entries. */
660 newinfo->entries[cpu] = kmalloc_node(size,
664 newinfo->entries[cpu] = vmalloc_node(size,
667 if (newinfo->entries[cpu] == NULL) {
683 kfree(info->entries[cpu]);
685 vfree(info->entries[cpu]);
820 * Even though table entries have now been swapped, other CPU's
821 * may still be using the old entries. This is okay, because
868 /* save number of initial entries */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_isr.c1322 * qla2x00_process_response_queue() - Process response queue entries.
1956 * qla24xx_process_response_queue() - Process response queue entries.
2362 struct msix_entry *entries; local
2365 entries = kzalloc(sizeof(struct msix_entry) * ha->msix_count,
2367 if (!entries)
2371 entries[i].entry = i;
2373 ret = pci_enable_msix(ha->pdev, entries, ha->msix_count);
2382 ret = pci_enable_msix(ha->pdev, entries, ha->msix_count);
2402 qentry->vector = entries[i].vector;
2403 qentry->entry = entries[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dserver.c63 for (e = s->entries; e; e = e->entries_next)
125 for (e = s->entries; e; e = e->entries_next)
167 for (k = e->group->entries; k; k = k->by_group_next)
299 /* There's no need to check the other entries of this RRset */
1181 /* Add localhost entries */
1408 AVAHI_LLIST_HEAD_INIT(AvahiEntry, s->entries);
1478 while(s->entries)
1479 avahi_entry_free(s, s->entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c63 for (e = s->entries; e; e = e->entries_next)
125 for (e = s->entries; e; e = e->entries_next)
167 for (k = e->group->entries; k; k = k->by_group_next)
299 /* There's no need to check the other entries of this RRset */
1181 /* Add localhost entries */
1408 AVAHI_LLIST_HEAD_INIT(AvahiEntry, s->entries);
1478 while(s->entries)
1479 avahi_entry_free(s, s->entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c229 vdp, h, pgno, &pip->entries, flags)) != 0)
346 vdp, h, pgno, &pip->entries, flags)) != 0)
349 vdp, h, pgno, &pip->entries, flags)) != 0) {
378 * Verify that all entries in a P_IRECNO inp[] array are reasonable,
423 "Page %lu: entries listing %lu overlaps data",
497 * Verify that all entries in inp[] array are reasonable;
549 * run out of entries or collide with the data. Keep track
590 * Having two inp entries that point at the same patch
638 * Overflow entries on internal pages are stored
639 * as the _data_ of a BINTERNAL; overflow entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dali-ircc.c1824 st_fifo->entries[st_fifo->tail].status = status;
1825 st_fifo->entries[st_fifo->tail].len = len;
1834 status = st_fifo->entries[st_fifo->head].status;
1835 len = st_fifo->entries[st_fifo->head].len;
1893 st_fifo->entries[st_fifo->head].status = status;
1894 st_fifo->entries[st_fifo->head].len = len;
H A Dnsc-ircc.c1779 /* Read all entries in status FIFO */
1790 st_fifo->entries[st_fifo->tail].status = status;
1791 st_fifo->entries[st_fifo->tail].len = len;
1796 /* Try to process all entries in status FIFO */
1799 status = st_fifo->entries[st_fifo->head].status;
1800 len = st_fifo->entries[st_fifo->head].len;
1846 st_fifo->entries[st_fifo->head].status = status;
1847 st_fifo->entries[st_fifo->head].len = len;
H A Dvia-ircc.c1132 st_fifo->entries[st_fifo->tail].status = status;
1133 st_fifo->entries[st_fifo->tail].len = len;
1157 status = st_fifo->entries[st_fifo->head].status;
1158 len = st_fifo->entries[st_fifo->head].len;
1272 status = st_fifo->entries[st_fifo->head].status;
1273 len = st_fifo->entries[st_fifo->head].len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Drrunner.c570 rrpriv->info->evt_ctrl.entries = EVT_RING_ENTRIES;
576 rrpriv->info->cmd_ctrl.entries = CMD_RING_ENTRIES;
590 rrpriv->info->tx_ctrl.entries = TX_RING_ENTRIES;
653 rrpriv->rx_ctrl[4].entries = RX_RING_ENTRIES;
1353 rrpriv->info->tx_ctrl.entries = 0;
1356 rrpriv->rx_ctrl[4].entries = 0;
H A Drrunner.h766 u16 entries; member in struct:ring_ctrl
774 u16 entries; member in struct:ring_ctrl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.c148 static struct ib_cq *iwch_create_cq(struct ib_device *ibdev, int entries, int vector, argument
158 PDBG("%s ib_dev %p entries %d\n", __func__, ibdev, entries);
186 entries += 16;
188 entries = roundup_pow_of_two(entries);
189 chp->cq.size_log2 = ilog2(entries);
905 /* The RQT size must be # of entries + 1 rounded up to a power of two */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dcache.c102 detail->entries --;
114 detail->entries++;
184 detail->entries++;
292 * looking for entries that can be removed.
298 * later we might drop old entries with non-NEVER expiry if that table
330 cd->entries = 0;
346 if (cd->entries || atomic_read(&cd->inuse)) {
424 current_detail->entries--;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c162 .entries = ATOMIC_INIT(0),
194 * 2) Only writers remove entries, and they hold the lock
196 * 3) Only readers acquire references to rtable entries,
463 seq_printf(seq, "entries in_hit in_slow_tot in_slow_mc in_no_route in_brd in_martian_dst in_martian_src out_hit out_slow_tot out_slow_mc gc_total gc_ignored gc_goal_miss gc_dst_overflow in_hlist_search out_hlist_search\n");
469 atomic_read(&ipv4_dst_ops.entries),
622 /* Kill broadcast/multicast entries very aggresively, if they
623 collide in hash table with more useful entries */
712 * Perform a full scan of hash table and free all entries.
743 /* call rt_free on entries after the tail requiring flush */
770 * While freeing expired entries, w
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_conv.c461 M_16_SWAP(h->entries);
519 * the size of entries on a page; therefore they
521 * entries.
632 M_16_SWAP(h->entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp288 wxAcceleratorEntry entries[6]; local
290 entries[0].Set(wxACCEL_CMD, (int) 'C', wxID_COPY);
291 entries[1].Set(wxACCEL_CMD, (int) 'X', wxID_CUT);
292 entries[2].Set(wxACCEL_CMD, (int) 'V', wxID_PASTE);
293 entries[3].Set(wxACCEL_CMD, (int) 'A', wxID_SELECTALL);
294 entries[4].Set(wxACCEL_CMD, (int) 'Z', wxID_UNDO);
295 entries[5].Set(wxACCEL_CMD, (int) 'Y', wxID_REDO);
297 wxAcceleratorTable accel(6, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpalette.tex121 Returns number of entries in palette.
H A Dtarstrm.tex167 The names of directory entries are returned without any trailing path
279 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
281 Tar entries are seekable if the parent stream is seekable. In practice this
499 also be used to create directory entries, by supplying a name with
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_txn.c42 nextp = LIST_NEXT(p, entries);
430 LIST_FOREACH(ip, &__db_infohead, entries) {

Completed in 217 milliseconds

<<11121314151617181920>>