Searched refs:entries (Results 251 - 275 of 701) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep062.tcl261 set entries 20
263 $masterenv $db1 $entries $start $start 0 0 $largs
264 incr start $entries
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm.h157 __u32 nmsrs; /* number of msrs in entries */
160 struct kvm_msr_entry entries[0]; member in struct:kvm_msrs
165 __u32 nmsrs; /* number of msrs in entries */
183 struct kvm_cpuid_entry entries[0]; member in struct:kvm_cpuid
205 struct kvm_cpuid_entry2 entries[0]; member in struct:kvm_cpuid2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_ipv4/
H A Dip_tables.h161 /* Number of entries */
164 /* Size of entries. */
177 /* Number of entries */
180 /* Total size of new entries */
189 /* Information about old entries: */
190 /* Number of counters (must be equal to current number of entries). */
192 /* The old entries' counters. */
195 /* The entries (hang off end: not really an array). */
196 struct ipt_entry entries[0]; member in struct:ipt_replace
210 /* The entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter_ipv6/
H A Dip6_tables.h218 /* Number of entries */
221 /* Size of entries. */
234 /* Number of entries */
237 /* Total size of new entries */
246 /* Information about old entries: */
247 /* Number of counters (must be equal to current number of entries). */
249 /* The old entries' counters. */
252 /* The entries (hang off end: not really an array). */
253 struct ip6t_entry entries[0]; member in struct:ip6t_replace
267 /* The entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dmessage.c256 while (io->entries--)
257 usb_free_urb(io->urbs [io->entries]);
304 for (i = 0, found = 0; i < io->entries; i++) {
340 * @sg: scatterlist entries
341 * @nents: how many entries in the scatterlist
377 io->entries = 1;
380 io->entries = nents;
384 io->urbs = kmalloc(io->entries * sizeof *io->urbs, mem_flags);
392 for_each_sg(sg, sg, io->entries, i) {
398 io->entries
507 int entries = io->entries; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mdi/
H A Dmdi.cpp182 wxAcceleratorEntry entries[3]; local
183 entries[0].Set(wxACCEL_CTRL, (int) 'N', MDI_NEW_WINDOW);
184 entries[1].Set(wxACCEL_CTRL, (int) 'X', MDI_QUIT);
185 entries[2].Set(wxACCEL_CTRL, (int) 'A', MDI_ABOUT);
186 wxAcceleratorTable accel(3, entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dtioca_provider.c348 int ps, ps_shift, entry, entries, mapsize; local
376 * Locate free entries that can hold req_size. Account for
384 entries = (end_xio_addr >> ps_shift) - (xio_addr >> ps_shift) + 1;
389 entry = bitmap_find_next_zero_area(map, mapsize, 0, entries, 0);
395 bitmap_set(map, entry, entries);
400 ca_dmamap->cad_gart_size = entries;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskaenc.c69 mkv_seekhead_entry *entries; member in struct:mkv_seekhead
84 mkv_cuepoint *entries; member in struct:__anon3554
331 mkv_seekhead_entry *entries = seekhead->entries; local
337 entries = av_realloc_array(entries, seekhead->num_entries + 1, sizeof(mkv_seekhead_entry));
338 if (entries == NULL)
340 seekhead->entries = entries;
342 seekhead->entries[seekhea
414 mkv_cuepoint *entries = cues->entries; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darc.tex66 store entries in subdirectories.
79 When there are no more entries, GetNextEntry() returns NULL and sets Eof().
103 entries using \helpref{CopyEntry()}{wxarchiveoutputstreamcopyentry}.
115 For example to delete all entries matching the pattern "*.txt":
151 more convenient for accessing archive entries by name.
194 To access several entries randomly, it is most efficient to transfer the
195 entire catalogue of entries to a container such as a std::map or a
196 \helpref{wxHashMap}{wxhashmap} then entries looked up by name can be
212 // some archive formats can have multiple entries with the same name
265 entries ca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_cmd.c367 u32 entries[0]; member in struct:attach_storage_sccb
387 sclp_unassign_storage(sccb->entries[i] >> 16);
554 u32 entries[0]; member in struct:read_storage_sccb
593 if (!sccb->entries[i])
596 insert_increment(sccb->entries[i] >> 16, 0, 1);
603 if (!sccb->entries[i])
606 insert_increment(sccb->entries[i] >> 16, 1, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_pathtbl.c61 atomic_dec(&tbl->entries);
75 if (atomic_read(&tbl->entries)
86 atomic_set(&newtbl->entries, atomic_read(&tbl->entries));
213 * @sdata: local subif, or NULL for all entries
308 if (atomic_inc_return(&mesh_paths->entries) >=
420 if (atomic_inc_return(&mpp_paths->entries) >=
560 atomic_dec(&mesh_paths->entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dhist.c124 struct rb_node **p = &self->entries.rb_node;
164 rb_insert_color(&he->rb_node, &self->entries);
254 next = rb_first(&self->entries);
262 rb_erase(&n->rb_node, &self->entries);
267 self->entries = tmp;
274 static void __hists__insert_output_entry(struct rb_root *entries, argument
278 struct rb_node **p = &entries->rb_node;
297 rb_insert_color(&he->rb_node, entries);
310 next = rb_first(&self->entries);
319 rb_erase(&n->rb_node, &self->entries);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c16 * - Reimplementation of chain cache to use offsets instead of entries
154 STRUCT_GET_ENTRIES *entries; variable
238 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset);
246 if (ENTRY_ITERATE(h->entries->entrytable, h->entries->size,
249 (unsigned int)((char *)seek - (char *)h->entries->entrytable));
258 return (STRUCT_ENTRY *) ((void *)h->entries->entrytable+offset);
265 return (void *)e - (void *)h->entries->entrytable;
941 unsigned int offset = (char *)e - (char *)h->entries->entrytable;
946 if (iptcb_entry2offset(h,e) + e->next_offset == h->entries
[all...]
H A Dlibip4tc.c272 || t->verdict < (int)h->entries->size);
468 /* Hooks and underflows must be valid entries */
477 assert(h->entries.size
481 assert(strcmp(h->info.name, h->entries.name) == 0);
485 /* Check all the entries. */
486 ENTRY_ITERATE(h->entries.entrytable, h->entries.size,
490 assert(n == h->entries.size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c16 * - Reimplementation of chain cache to use offsets instead of entries
154 STRUCT_GET_ENTRIES *entries; variable
238 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset);
246 if (ENTRY_ITERATE(h->entries->entrytable, h->entries->size,
249 (unsigned int)((char *)seek - (char *)h->entries->entrytable));
258 return (STRUCT_ENTRY *) ((void *)h->entries->entrytable+offset);
265 return (void *)e - (void *)h->entries->entrytable;
941 unsigned int offset = (char *)e - (char *)h->entries->entrytable;
946 if (iptcb_entry2offset(h,e) + e->next_offset == h->entries
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp66 entries = new ColourPair[size];
71 delete [] entries;
72 entries = 0;
77 delete [] entries;
79 entries = new ColourPair[size];
88 if (entries[i].desired == cp.desired)
96 entriesNew[j] = entries[j];
98 delete []entries;
99 entries = entriesNew;
103 entries[use
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8180_dev.c187 ring->idx = (ring->idx + 1) % ring->entries;
203 if (ring->entries - skb_queue_len(&ring->queue) == 2)
306 idx = (ring->idx + skb_queue_len(&ring->queue)) % ring->entries;
318 if (ring->entries - skb_queue_len(&ring->queue) < 2)
496 unsigned int prio, unsigned int entries)
503 ring = pci_alloc_consistent(priv->pdev, sizeof(*ring) * entries, &dma);
510 memset(ring, 0, sizeof(*ring)*entries);
514 priv->tx_ring[prio].entries = entries;
517 for (i = 0; i < entries;
495 rtl8180_init_tx_ring(struct ieee80211_hw *dev, unsigned int prio, unsigned int entries) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c566 * Copy out entries of shortform attribute lists for attr_list().
569 * we have to calculate each entries' hashvalue and sort them before
643 * Scan the attribute list for the rest of the entries, storing
671 * Sort the entries on hash then entno.
697 * Loop putting entries into the user buffer.
722 * Check a leaf attribute block to see if all the entries would fit into
736 entry = &leaf->entries[0];
740 continue; /* don't copy partial entries */
810 entry = &leaf->entries[0];
813 continue; /* don't copy partial entries */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c68 GHashTable *entries; member in struct:_GaEntryGroupServicePrivate
182 g_hash_table_destroy(p->entries);
407 service->entries = _string_list_to_hash(txt);
515 AvahiStringList *txt = _hash_to_string_list(priv->entries);
548 _set_entry(priv->entries, (const guint8 *) key, strlen(key), value, size);
564 g_hash_table_remove(priv->entries, &entry);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-server.c539 * multiple semicolon-separated address entries in the address, tries
562 DBusAddressEntry **entries; local
570 if (!dbus_parse_address (address, &entries, &len, error))
585 result = (* listen_funcs[j].func) (entries[i],
602 dbus_address_entry_get_method (entries[0]));
649 dbus_address_entry_get_method (entries[0]));
657 dbus_address_entries_free (entries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_groupmap.c109 size_t entries; local
166 if (!pdb_enum_group_mapping(NULL, SID_NAME_UNKNOWN, &map, &entries, ENUM_ALL_MAPPED))
169 for (i=0; i<entries; i++) {
638 size_t i, entries; local
640 if (!pdb_enum_group_mapping(NULL, SID_NAME_UNKNOWN, &map, &entries,
646 for (i=0; i<entries; i++) {
815 "\n Remove foreign group mapping entries\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c68 GHashTable *entries; member in struct:_GaEntryGroupServicePrivate
182 g_hash_table_destroy(p->entries);
407 service->entries = _string_list_to_hash(txt);
515 AvahiStringList *txt = _hash_to_string_list(priv->entries);
548 _set_entry(priv->entries, (const guint8 *) key, strlen(key), value, size);
564 g_hash_table_remove(priv->entries, &entry);

Completed in 154 milliseconds

<<11121314151617181920>>