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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_arp/
H A Darp_tables.h149 /* Number of entries */
152 /* Size of entries. */
165 /* Number of entries */
168 /* Total size of new entries */
177 /* Information about old entries: */
178 /* Number of counters (must be equal to current number of entries). */
180 /* The old entries' counters. */
183 /* The entries (hang off end: not really an array). */
184 struct arpt_entry entries[0]; member in struct:arpt_replace
199 /* The entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dproc.c91 LIST_REMOVE(kn, entries);
92 LIST_INSERT_HEAD(&filt->kf_eventlist, kn, entries);
159 LIST_FOREACH(kn, &filt->kf_eventlist, entries) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter_ipv6/
H A Dip6_tables.h212 /* Number of entries */
215 /* Size of entries. */
228 /* Number of entries */
231 /* Total size of new entries */
240 /* Information about old entries: */
241 /* Number of counters (must be equal to current number of entries). */
243 /* The old entries' counters. */
246 /* The entries (hang off end: not really an array). */
247 struct ip6t_entry entries[0]; member in struct:ip6t_replace
261 /* The entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dreadprofile.c105 int entries = len/sizeof(*buf); local
109 for (p = buf+1; p < buf+entries; p++) {
118 for (p = buf; p < buf+entries; p++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep031.tcl177 set entries 10
179 $method $masterenv NULL $entries $start $start 0 0 $largs
180 incr start $entries
217 # Need entries big enough to generate additional log files.
222 set entries 200
223 eval rep_test $method $masterenv NULL $entries $start $start 0 0 $largs
224 incr start $entries
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dcache.c56 AVAHI_LLIST_REMOVE(AvahiCacheEntry, entry, c->entries, e);
88 AVAHI_LLIST_HEAD_INIT(AvahiCacheEntry, c->entries);
99 while (c->entries)
100 remove_entry(c, c->entries);
127 for (e = c->entries; e; e = n) {
307 /* For unique entries drop all entries older than one second */
361 AVAHI_LLIST_PREPEND(AvahiCacheEntry, entry, c->entries, e);
439 while (c->entries)
440 remove_entry(c, c->entries);
[all...]
H A Dcache.h74 AVAHI_LLIST_HEAD(AvahiCacheEntry, entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodebook.h38 long entries; /* codebook entries */ member in struct:static_codebook
52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map
53 map == 2: list of dim*entries quantized entry vals
73 long aux; /* number of tree entries */
101 long entries; /* codebook entries */ member in struct:codebook
102 long used_entries; /* populated codebook entries */
107 used entries are populated */
108 float *valuelist; /* list of dim*entries actua
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticehint.c122 int entries=-1,dim=-1; local
155 entries=b->entries;
213 for(i=0;i<entries;i++)if(c->lengthlist[i]==0)break;
214 if(c->q_sequencep || i<entries){
235 the vector (pigeonmap groups quantized entries together) and
236 list the entries that could possible be the best fit for any
272 entries that could possibly be the best fit for a value appearing
281 /* must iterate over both pigeonholes and entries */
306 /* Search all entries t
[all...]
H A Dlocalcodebook.h38 long entries; /* codebook entries */ member in struct:static_codebook
52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map
53 map == 2: list of dim*entries quantized entry vals
73 long aux; /* number of tree entries */
101 long entries; /* codebook entries */ member in struct:codebook
102 long used_entries; /* populated codebook entries */
107 used entries are populated */
108 float *valuelist; /* list of dim*entries actua
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dcache.c56 AVAHI_LLIST_REMOVE(AvahiCacheEntry, entry, c->entries, e);
88 AVAHI_LLIST_HEAD_INIT(AvahiCacheEntry, c->entries);
99 while (c->entries)
100 remove_entry(c, c->entries);
127 for (e = c->entries; e; e = n) {
307 /* For unique entries drop all entries older than one second */
361 AVAHI_LLIST_PREPEND(AvahiCacheEntry, entry, c->entries, e);
439 while (c->entries)
440 remove_entry(c, c->entries);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_server_int.h45 LIST_ENTRY(home_entry) entries; member in struct:home_entry
94 LIST_ENTRY(ct_entry) entries; /* List of entries */ member in struct:ct_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Daccel.cpp88 wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[]) argument
94 const wxAcceleratorEntry& entry = entries[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtconfig.tex41 There are groups of entries and the entries themselves. Each entry contains either a string or a number
45 path are the group names, and each name may contain an arbitrary number of entries
48 details (including how to read/write these entries) may be found in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_sriov.c47 int entries, u16 *hash_list, u32 vf)
57 entries = min(entries, IXGBE_MAX_VF_MC_ENTRIES);
64 vfinfo->num_vf_mc_hashes = entries;
70 for (i = 0; i < entries; i++) {
227 int entries; local
285 entries = (msgbuf[0] & IXGBE_VT_MSGINFO_MASK)
288 retval = ixgbe_set_vf_multicasts(adapter, entries,
46 ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter, int entries, u16 *hash_list, u32 vf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dfile.c151 meta->entries = 0;
262 offset = index < meta->offset + meta->entries ? index :
263 meta->offset + meta->entries - 1;
270 "meta->entries %d\n", offset, meta->offset,
271 meta->entries);
282 for (i = meta->offset + meta->entries; i <= index &&
289 if (meta->entries == 0)
305 meta->entries++;
309 TRACE("get_meta_index: meta->offset %d, meta->entries %d\n",
310 meta->offset, meta->entries);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-groupdel89 deleting all entries that refer to a group.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.h115 unsigned *entries; member in struct:__anon3830
126 Argument_BlockTypeEntry *entries; member in struct:__anon3832
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/apei/
H A Dapei-internal.h33 u32 entries; member in struct:apei_exec_context
40 u32 entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dportlistingparse.c65 LIST_INSERT_HEAD( &(pdata->head), pm, entries);
153 LIST_REMOVE(pm, entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_slb.S63 /* Remove LPAR shadow entries */
73 /* Remove bolted entries */
79 #error unknown number of bolted entries
147 /* Restore bolted entries from the shadow and fix it along the way */
162 #error unknown number of bolted entries
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c375 int entries, i, j; local
383 entries = avio_rb32(pb);
384 if (entries >= UINT_MAX / sizeof(*sc->drefs))
386 sc->drefs = av_mallocz(entries * sizeof(*sc->drefs));
389 sc->drefs_count = entries;
1011 unsigned int i, entries; local
1021 entries = avio_rb32(pb);
1023 if (!entries)
1025 if (entries >= UINT_MAX/sizeof(int64_t))
1028 sc->chunk_offsets = av_malloc(entries * sizeo
1080 ff_mov_read_stsd_entries(MOVContext *c, AVIOContext *pb, int entries) argument
1420 int entries; local
1433 unsigned int i, entries; local
1468 unsigned i, entries; local
1497 unsigned int i, entries; local
1531 unsigned int i, entries, sample_size, field_size, num_bytes; local
1601 unsigned int i, entries; local
1654 unsigned int i, entries; local
2194 unsigned entries, first_sample_flags = frag->flags; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dstacktrace.c81 trace->entries[trace->nr_entries++] = addr;
120 trace->entries[trace->nr_entries++] = ULONG_MAX;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Duid.c92 for (i=0;i<conn->vuid_cache.entries && i< VUID_CACHE_SIZE;i++) {
127 i = conn->vuid_cache.entries % VUID_CACHE_SIZE;
128 if (conn->vuid_cache.entries < VUID_CACHE_SIZE)
129 conn->vuid_cache.entries++;
147 stack, but modify the current_user entries.
280 but modify the current_user entries.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-content.h42 ExifEntry **entries; member in struct:_ExifContent
85 * each entry in this IFD to fix existing entries, create any new entries
87 * entries that are not allowed in this IFD.

Completed in 329 milliseconds

1234567891011>>