Searched refs:elements (Results 26 - 50 of 236) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_urlglob.c51 pat->content.Set.elements = malloc(sizeof(char*));
53 if(!pat->content.Set.elements)
56 pat->content.Set.elements[0] = malloc(len+1);
57 if(!pat->content.Set.elements[0])
60 memcpy(pat->content.Set.elements[0], fixed, len);
61 pat->content.Set.elements[0][len] = 0;
84 ','-separated elements are collected until the next closing '}'
98 pat->content.Set.elements = NULL;
122 if(pat->content.Set.elements) {
123 char **new_arr = realloc(pat->content.Set.elements,
[all...]
H A Dtool_urlglob.h38 char **elements; member in struct:__anon1029::__anon1030::__anon1031
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dportlistingparse.c12 /* list of the elements */
16 } elements[] = { variable in typeref:struct:__anon7453
53 for(i = 0; elements[i].str; i++)
55 if(memcmp(name, elements[i].str, l) == 0)
57 pdata->curelt = elements[i].code;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_mem.c42 #define LPFC_MBUF_POOL_SIZE 64 /* max elements in MBUF safety pool */
89 pool->elements = kmalloc(sizeof(struct lpfc_dmabuf) *
91 if (!pool->elements)
97 pool->elements[i].virt = pci_pool_alloc(phba->lpfc_mbuf_pool,
98 GFP_KERNEL, &pool->elements[i].phys);
99 if (!pool->elements[i].virt)
158 pci_pool_free(phba->lpfc_mbuf_pool, pool->elements[i].virt,
159 pool->elements[i].phys);
160 kfree(pool->elements);
212 pci_pool_free(phba->lpfc_mbuf_pool, pool->elements[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmempool.c21 pool->elements[pool->curr_nr++] = element;
27 return pool->elements[--pool->curr_nr];
36 kfree(pool->elements);
42 * @min_nr: the minimum number of elements guaranteed to be
68 pool->elements = kmalloc_node(min_nr * sizeof(void *),
70 if (!pool->elements) {
102 * @new_min_nr: the new minimum number of elements guaranteed to be
147 memcpy(new_elements, pool->elements,
149 kfree(pool->elements);
150 pool->elements
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dinspector.js12 elements: { },
57 var e = data.elements,
95 e = data.elements,
483 $(data.elements.file_list).empty();
554 file_list = data.elements.file_list,
590 peers_list = data.elements.peers_list,
705 trackers_list = data.elements.trackers_list,
768 data.elements.info_page = $('#inspector-page-info')[0];
769 data.elements.files_page = $('#inspector-page-files')[0];
770 data.elements
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3collections.c402 /* Now we can free the elements and the entry in order
426 /* Now we can free the elements and the entry in order
793 /* There was one more bucket, see if it has any elements in it
1095 vector->elements = (pANTLR3_VECTOR_ELEMENT)ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_VECTOR_ELEMENT) * initialSize));
1099 vector->elements = vector->internal;
1102 if (vector->elements == NULL)
1145 if (vector->elements[entry].freeptr != NULL)
1147 vector->elements[entry].freeptr(vector->elements[entry].element);
1149 vector->elements[entr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddpx.c67 int w, h, stride, bits_per_color, descriptor, elements, target_packet_size, source_packet_size; local
115 elements = 4;
118 elements = 3;
127 if (elements == 4) {
132 source_packet_size = elements;
133 target_packet_size = elements;
148 source_packet_size = elements * 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqsplit.c388 if(_Ndist(v->elements,_now(v,i),_now(v,j))==0.f){
391 memcpy(_now(v,i),_now(v,v->entries),sizeof(float)*v->elements);
392 memcpy(quantlist+i*v->elements,quantlist+v->entries*v->elements,
393 sizeof(long)*v->elements);
404 float firstmetric=_Ndist(v->elements,_now(v,0),ppt);
410 float thismetric=_Ndist(v->elements,_now(v,j),ppt);
424 memcpy(_now(v,j),_now(v,v->entries),sizeof(float)*v->elements);
425 v->assigned[j]=v->assigned[v->elements];
426 memcpy(quantlist+j*v->elements,quantlis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dhash.h49 int elements; /* number of elements registered */ member in struct:hashtable_t
71 * called to remove the elements inside of the hash. if you don't remove the
72 * elements, memory might be leaked. */
96 * the returned iterator to access the elements until hash_it_t returns NULL. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dhwxface.c523 * The package must have at least two elements. NOTE (March 2005): This
526 * by BIOS vendors seems to be to have 2 or more elements, at least
531 "Sleep State return package does not have at least two elements"));
535 /* The first two elements must both be of type Integer */
537 else if (((info->return_object->package.elements[0])->common.type
539 ((info->return_object->package.elements[1])->common.type
542 "Sleep State return package elements are not both Integers "
545 package.elements[0]),
547 package.elements[1])));
553 (info->return_object->package.elements[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dflex_array.c28 char elements[FLEX_ARRAY_PART_SIZE]; member in struct:flex_array_part
47 * @element_size: the size of individual elements in the array
48 * @total: total number of elements that this should hold
56 * The maximum number of elements is defined as: the number of
57 * elements that can be stored in a page times the number of
195 dst = &part->elements[index_inside_part(fa, element_nr)];
222 dst = &part->elements[index_inside_part(fa, element_nr)];
289 return &part->elements[index_inside_part(fa, element_nr)];
317 if (part->elements[i] != FLEX_ARRAY_FREE)
327 * elements
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/
H A DMakefile.in52 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
57 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
140 examples/elements.o: examples/elements.c
141 examples/elements: examples/elements.o $(LIBRARY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t338 my $elements = scalar @h ;
339 print "The array contains $elements entries\n" ;
374 my $elements = $db->length() ;
375 print "The array contains $elements entries\n" ;
H A Dexamples.t.T351 my $elements = scalar @h ;
352 print "The array contains $elements entries\n" ;
388 my $elements = $db->length() ;
389 print "The array contains $elements entries\n" ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A DMakefile31 ELEMENTS = $(DESTDIR)/elements
154 $(ELEMENTS): $(DESTDIR)/elements.o $(LAUNCH)
158 $(DESTDIR)/elements.o: elements.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_drivers_conv.c83 uint32 elements, size=0, pos=0, i; local
93 elements=PyList_Size(list);
94 for (i = 0; i < elements; i++) {
106 for (i = 0; i < elements; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhashset.tex36 // iterate over all the elements in the class
113 \twocolitem{wxHashSet::iterator}{Used to enumerate all the elements in a hash
115 \twocolitem{wxHashSet::const\_iterator}{Used to enumerate all the elements
161 Removes all elements from the hash set.
167 Counts the number of elements with the given key present in the set.
174 Returns true if the hash set does not contain any elements, false otherwise.
189 Erases the element with the given key, and returns the number of elements
222 Returns the number of elements in the set.
H A Darray.tex16 linear according to the number of container elements as for linked lists). However, these
29 array item access is, of course, constant (independent of the number of elements)
64 function for comparing two elements of the array element type and always stores
69 memory allocation routine). However, in a usual situation elements are added to
75 wxObjArray class treats its elements like "objects". It may delete them when
83 elements class is in scope. As it probably sounds very complicated here is an
157 help of the macros in this section. The class of array elements must be (at
210 constructors and assignment operators. Copying wxArray just copies the elements
240 \membersection{Number of elements and simple item access}\label{arrayelementsaccess}
242 Functions in this section return the total number of array elements an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.h13 UCHAR elements[sizeof(struct essid_element) member in struct:beacon_rx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/
H A DMakefile31 ELEMENTS = $(DESTDIR)/elements
154 $(ELEMENTS): $(DESTDIR)/elements.o $(LAUNCH)
158 $(DESTDIR)/elements.o: elements.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmempool.h16 int min_nr; /* nr of elements at *elements */
17 int curr_nr; /* Current nr of elements at *elements */
18 void **elements; member in struct:mempool_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3rewritestreams.h42 /// A generic list of elements tracked in an alternative to be used in
52 /// Once you start next()ing, do not try to add more elements. It will
66 /// which bumps it to 1 meaning no more elements.
70 /// Track single elements w/o creating a list. Upon 2nd add, alloc list
76 pANTLR3_VECTOR elements; member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
106 /// not consumed any of its elements. Elements themselves are untouched.
114 /// Return the next element in the stream. If out of elements, throw
115 /// an exception unless size()==1. If size is 1, then return elements[0].
148 /// Number of elements available in the stream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mempool.c58 * We just cast freed elements to this so we can
67 * The dummy size of the variable-length "elements"
89 /* this is a long so that "elements" is aligned */
90 long used_so_far; /**< bytes of this block already allocated as elements. */
92 unsigned char elements[ELEMENT_PADDING]; /**< the block data, actually allocated to required size */ member in struct:DBusMemBlock
102 unsigned int zero_elements : 1; /**< whether to zero-init allocated elements */
104 DBusFreedElement *free_elements; /**< a free list of elements to recycle */
106 int allocated_elements; /**< Count of outstanding allocated elements */
134 * @param zero_elements whether to zero-initialize elements
182 * Frees a memory pool (and all elements allocate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/
H A DMakefile51 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
56 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
146 examples/elements.o: examples/elements.c
147 examples/elements: examples/elements.o $(LIBRARY)

Completed in 334 milliseconds

12345678910