Searched refs:entries (Results 326 - 350 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmovenc.c101 int i, j, entries = 0, tst = -1, oldtst = -1; local
109 tst = track->cluster[i].size/track->cluster[i].entries;
114 entries += track->cluster[i].entries;
117 int sSize = track->cluster[0].size/track->cluster[0].entries;
120 avio_wb32(pb, entries); // sample count
124 avio_wb32(pb, entries); // sample count
126 for (j=0; j<track->cluster[i].entries; j++) {
128 track->cluster[i].entries);
943 uint32_t entries local
977 uint32_t entries = -1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex69 enumerating, testing for existence and deleting the entries and groups of
70 entries in the config file, its abilities to automatically store the default
190 The functions in this section allow to enumerate all entries and groups in the
201 Having said all this, enumerating the config entries/groups is very simple:
211 // first enum all entries
233 There are also functions to get the number of entries/subgroups without
275 wxRegConfig because in the Windows registry the different types of entries are
286 \membersection{Rename entries/groups}\label{configrenaming}
288 The functions in this section allow to rename entries or subgroups of the
298 \membersection{Delete entries/group
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c712 if (dcb_entry > bios->dcb.entries) {
743 "DCB I2C table has more entries than indexable "
744 "(%d entries, max %d)\n", i2ctable[2],
3215 * Loop over all entries in the DCB GPIO table, and initialise
3232 for (i = 0; i < bios->dcb.gpio.entries; i++) {
3843 /* note: if dcb entries have been merged, index may be misleading */
4528 * entries exist in each script table, instead, a 0 value in
4695 uint8_t pll_lim_ver = 0, headerlen = 0, recordlen = 0, entries = 0; local
4724 * Strictly v0x11 has 3 entries, but the last two don't seem
4729 entries
5749 entries = gpio_table[2], local
6289 uint8_t headerlen = 0x4, entries = DCB_MAX_NUM_ENTRIES; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c981 /* Copy the entries */
1121 * compare_dents - compare directory entries by hash value
1125 * When comparing the hash entries of @a to @b:
1163 * do_filldir_main - read out directory entries
1167 * @filldir: The function to pass entries to
1169 * @entries: the number of entries in darr
1182 const struct gfs2_dirent **darr, u32 entries,
1191 sort(darr, entries, sizeof(struct gfs2_dirent *), compare_dents, NULL);
1197 for (x = 0, y = 1; x < entries;
1180 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
1696 u16 entries = be16_to_cpu(leaf->lf_entries); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-ioctl.c798 e_idx = &idx->entry[idx->entries];
802 idx->entries < V4L2_ENC_IDX_ENTRIES) {
817 idx->entries++;
818 e_idx = &idx->entry[idx->entries];
825 /* Swallow any partial entries at the end, if there are any */
862 if (idx->entries >= V4L2_ENC_IDX_ENTRIES ||
881 /* Compute the best case number of entries we can buffer */
889 idx->entries = 0;
893 /* Pull IDX MDLs and buffers from q_full and populate the entries */
910 } while (idx->entries < V4L2_ENC_IDX_ENTRIE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dselect.c98 struct poll_table_entry entries[0]; member in struct:poll_table_page
150 } while (entry > p->entries);
173 new_table->entry = new_table->entries;
716 struct pollfd entries[0]; member in struct:poll_list
782 pfd = walk->entries;
853 if (copy_from_user(walk->entries, ufds + nfds-todo,
875 struct pollfd *fds = walk->entries;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmain.c106 MODULE_PARM_DESC(log_mtts_per_seg, "Log2 number of MTT entries per segment (1-5)");
539 * Reserved MTT entries must be aligned up to a cacheline
541 * writes to all other MTT entries. (The variable
965 struct msix_entry *entries; local
973 entries = kcalloc(nreq, sizeof *entries, GFP_KERNEL);
974 if (!entries)
978 entries[i].entry = i;
981 err = pci_enable_msix(dev->pdev, entries, nreq);
991 kfree(entries);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_main.c116 "maximum number of memory protection table entries per HCA");
131 MODULE_PARM_DESC(log_mtts_per_seg, "Log2 number of MTT entries per segment (1-5)");
931 struct msix_entry entries[3]; local
934 entries[0].entry = 0;
935 entries[1].entry = 1;
936 entries[2].entry = 2;
938 err = pci_enable_msix(mdev->pdev, entries, ARRAY_SIZE(entries));
946 mdev->eq_table.eq[MTHCA_EQ_COMP ].msi_x_vector = entries[0].vector;
947 mdev->eq_table.eq[MTHCA_EQ_ASYNC].msi_x_vector = entries[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_crld.c137 rnm = nm->entries;
138 nm->entries = NULL;
483 ntmp.entries = dpn->name.relativename;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddialogs.cpp42 wxAcceleratorEntry entries[1]; local
43 entries[0].Set(wxACCEL_CTRL, WXK_RETURN, wxID_OK);
44 wxAcceleratorTable accel(1, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_crld.c137 rnm = nm->entries;
138 nm->entries = NULL;
483 ntmp.entries = dpn->name.relativename;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2_cq.c286 int c2_init_cq(struct c2_dev *c2dev, int entries, argument
297 cq->ibcq.cqe = entries - 1;
307 err = c2_alloc_cq_buf(c2dev, &cq->mq, entries + 1, C2_CQ_MSG_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Deinj.c46 * Some BIOSes allow parameters to the SET_ERROR_TYPE entries in the
107 EINJ_TAB_ENTRY(einj_tab), einj_tab->entries);
156 for (i = 0; i < einj_tab->entries; i++) {
435 if (einj_tab->entries !=
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dswap.c35 * structures that contain each an array of MAP_PAGE_ENTRIES swap entries.
50 sector_t entries[MAP_PAGE_ENTRIES]; member in struct:swap_map_page
151 * It also frees the extents used to register which swap entries had been
314 handle->cur->entries[handle->k++] = offset;
511 offset = handle->cur->entries[handle->k];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duwb.h71 size_t entries; member in struct:uwb_beca
635 const struct uwb_est_entry *, size_t entries);
637 const struct uwb_est_entry *, size_t entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dparavirt_patch.c452 const struct paravirt_patch_branch_target *entries,
457 if (entries[i].type == type) {
458 paravirt_patch_reloc_br(tag, entries[i].entry);
450 __paravirt_patch_apply_branch( unsigned long tag, unsigned long type, const struct paravirt_patch_branch_target *entries, unsigned int nr_entries) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c254 unsigned ordered, t, entries, used_entries = 0; local
273 entries = get_bits(gb, 24);
274 if (entries > V_MAX_VLCS) {
276 " %u. Codebook has too many entries (%u).\n",
277 cb, entries);
285 codebook_setup->dimensions, entries);
297 for (ce = 0; ce < entries; ++ce) {
308 used_entries = entries;
309 for (ce = 0; ce < entries; ++ce)
318 used_entries = entries;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c264 unsigned ordered, t, entries, used_entries = 0; local
283 entries = get_bits(gb, 24);
284 if (entries > V_MAX_VLCS) {
286 " %u. Codebook has too many entries (%u).\n",
287 cb, entries);
295 codebook_setup->dimensions, entries);
307 for (ce = 0; ce < entries; ++ce) {
318 used_entries = entries;
319 for (ce = 0; ce < entries; ++ce)
328 used_entries = entries;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dannounce.c88 for (e = g->entries; e; e = e->by_group_next) {
273 for (e = s->entries; e; e = e->entries_next)
303 for (e = g->entries; e; e = e->by_group_next)
504 for (e = s->entries; e; e = e->entries_next)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c49 for(j=0;j<v->entries;j++){
119 /* Data files are line-vectors, now just deltas. The codebook entries
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dannounce.c88 for (e = g->entries; e; e = e->by_group_next) {
273 for (e = s->entries; e; e = e->entries_next)
303 for (e = g->entries; e; e = e->by_group_next)
504 for (e = s->entries; e; e = e->entries_next)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Disom.h123 int64_t time_offset; ///< time offset of the edit list entries
237 int ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries);

Completed in 211 milliseconds

<<11121314151617181920>>