Searched refs:entries (Results 151 - 175 of 420) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep072.tcl161 set entries 10
163 $masterenv NULL $entries $niter 0 0 0 $largs
H A Drep061.tcl240 # the number of entries.
300 set entries 4
301 eval rep_test $method $masterenv $db $entries $niter 0 0 0 $largs
360 set entries 10
364 eval rep_test $method $masterenv $db $entries $niter 0 0 0 $largs
H A Drep062.tcl261 set entries 20
263 $masterenv $db1 $entries $start $start 0 0 $largs
264 incr start $entries
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmovenc.c48 unsigned int entries; member in struct:MOVIentry
123 int i, j, entries = 0, tst = -1, oldtst = -1; local
131 tst = track->cluster[i].size/track->cluster[i].entries;
136 entries += track->cluster[i].entries;
139 int sSize = track->cluster[0].size/track->cluster[0].entries;
141 put_be32(pb, entries); // sample count
145 put_be32(pb, entries); // sample count
147 for (j=0; j<track->cluster[i].entries; j++) {
149 track->cluster[i].entries);
750 uint32_t entries = 0; local
784 uint32_t entries = -1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_obj.c103 for (i=0; i<sk_X509_NAME_ENTRY_num(a->entries); i++)
105 ne=sk_X509_NAME_ENTRY_value(a->entries,i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_obj.c103 for (i=0; i<sk_X509_NAME_ENTRY_num(a->entries); i++)
105 ne=sk_X509_NAME_ENTRY_value(a->entries,i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_stat.c506 cp->csp->entries /= 2;
514 * equal to the number of entries, then the key is out of range
518 kp->greater += factor * (sp->entries - 1)/sp->entries;
519 else if (sp->indx == sp->entries)
522 kp->less += factor * sp->indx / sp->entries;
524 ((sp->entries - sp->indx) - 1) / sp->entries;
526 factor *= 1.0/sp->entries;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Diptable_mangle.c34 struct ipt_standard entries[5]; member in struct:__anon10857
57 .entries = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6table_mangle.c29 struct ip6t_standard entries[5]; member in struct:__anon10871
52 .entries = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Duid.c114 for (i=0;i<conn->vuid_cache.entries && i< VUID_CACHE_SIZE;i++) {
140 i = conn->vuid_cache.entries % VUID_CACHE_SIZE;
141 if (conn->vuid_cache.entries < VUID_CACHE_SIZE)
142 conn->vuid_cache.entries++;
162 stack, but modify the currnet_user entries.
288 but modify the current_user entries.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A Drio.c53 * @entries: Number of entries in inbound mailbox queue
62 int entries,
86 rc = rio_open_inb_mbox(mport, dev_id, mbox, entries);
115 * @entries: Number of entries in outbound mailbox queue
124 int entries,
147 rc = rio_open_outb_mbox(mport, dev_id, mbox, entries);
59 rio_request_inb_mbox(struct rio_mport *mport, void *dev_id, int mbox, int entries, void (*minb) (struct rio_mport * mport, void *dev_id, int mbox, int slot)) argument
121 rio_request_outb_mbox(struct rio_mport *mport, void *dev_id, int mbox, int entries, void (*moutb) (struct rio_mport * mport, void *dev_id, int mbox, int slot)) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h65 LIST_ENTRY(upnphttp) entries; member in struct:upnphttp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dupnphttp.h110 LIST_ENTRY(upnphttp) entries; member in struct:upnphttp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dupnphttp.h65 LIST_ENTRY(upnphttp) entries; member in struct:upnphttp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dentry.c83 AVAHI_LLIST_REMOVE(AvahiEntry, entries, s->entries, e);
95 AVAHI_LLIST_REMOVE(AvahiEntry, by_group, e->group->entries, e);
105 while (g->entries)
106 avahi_entry_free(s, g->entries);
134 for (e = s->entries; e; e = next) {
296 AVAHI_LLIST_PREPEND(AvahiEntry, entries, s->entries, e);
305 AVAHI_LLIST_PREPEND(AvahiEntry, by_group, g->entries, e);
333 *e = g ? g->entries
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtable_filter.c43 .entries = (char *)initial_chains,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dbtree.h100 * to return deleted entries. To simplify both the mnemonic representation
142 db_indx_t entries; /* The number of entries on page */ member in struct:__epg
166 (c)->csp->entries = NUM_ENT(pagep); \
182 (c)->csp->entries = NUM_ENT(pagep); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Duplink.pl18 $N=$1; # number of entries in OPENSSL_UplinkTable not including
70 _OPENSSL_UplinkTable DD $N ; amount of following entries
102 _OPENSSL_UplinkTable DD $N ; amount of following entries
132 OPENSSL_UplinkTable: data8 $N // amount of following entries
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Ddesc.h88 static inline void native_set_ldt(const void *addr, unsigned int entries) argument
90 if (likely(entries == 0))
97 entries * sizeof(struct desc_struct) - 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6_tables.h218 /* Number of entries */
221 /* Size of entries. */
235 /* Number of entries */
238 /* Total size of new entries */
247 /* Information about old entries: */
248 /* Number of counters (must be equal to current number of entries). */
250 /* The old entries' counters. */
253 /* The entries (hang off end: not really an array). */
254 struct ip6t_entry entries[0]; member in struct:ip6t_replace
269 /* The entries
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddst.c23 * entries is protected by dst_lock.
25 * of entries.
124 if (ops->gc && atomic_read(&ops->entries) > ops->gc_thresh) {
139 atomic_inc(&ops->entries);
190 atomic_dec(&dst->ops->entries);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dtioca_provider.c346 int i, ps, ps_shift, entry, entries, mapsize, last_entry; local
374 * Locate free entries that can hold req_size. Account for
382 entries = (end_xio_addr >> ps_shift) - (xio_addr >> ps_shift) + 1;
391 if (last_entry - entry >= entries)
400 for (i = 0; i < entries; i++)
406 ca_dmamap->cad_gart_size = entries;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_algo.c28 * Algorithms supported by IPsec. These entries contain properties which
354 int entries; member in struct:xfrm_algo_list
361 .entries = ARRAY_SIZE(aalg_list),
368 .entries = ARRAY_SIZE(ealg_list),
375 .entries = ARRAY_SIZE(calg_list),
388 for (i = 0; i < algo_list->entries; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.c188 struct cmdQ_e *entries; /* HW command descriptor Q */ member in struct:cmdQ
203 struct freelQ_e *entries; /* HW freelist descriptor Q */ member in struct:freelQ
213 struct respQ_e *entries; /* HW response descriptor Q */ member in struct:respQ
534 if (sge->respQ.entries) {
536 pci_free_consistent(pdev, size, sge->respQ.entries,
547 if (q->entries) {
549 pci_free_consistent(pdev, size, q->entries,
571 q->entries = pci_alloc_consistent(pdev, size, &q->dma_addr);
572 if (!q->entries)
608 sge->respQ.entries
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_lblcr.c58 * It is for garbage collection of stale IPVS lblcr entries,
68 * entries that haven't been touched for a day.
292 atomic_t entries; /* number of entries */ member in struct:ip_vs_lblcr_table
293 int max_size; /* maximum size of entries */
294 struct timer_list periodic_timer; /* collect stale entries */
413 atomic_inc(&tbl->entries);
448 * Flush all the entries of the specified table.
459 atomic_dec(&tbl->entries);
482 atomic_dec(&tbl->entries);
[all...]

Completed in 381 milliseconds

1234567891011>>