Searched refs:elements (Results 76 - 100 of 236) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darrstrng.tex7 time to the elements is constant, instead of being linear in number of
8 elements as in the case of linked lists. It is also very size efficient and
23 array elements may be modified in place like this
96 the same number of elements and the same strings in the same order.
103 different number of elements or if the elements don't match pairwise.
H A Dsizeritem.tex6 usually necessary to use this class because the sizer elements can also be
164 item is a sizer and not all its elements are hidden. In other words, for sizer
165 items, all of the child elements must be hidden for the sizer itself to be
H A Dupduievt.tex4 to give an application the chance to update various user interface elements.
30 show/hide, and set the text for elements such as menu items and toolbar buttons.
35 the application and change UI elements accordingly. wxWidgets will call your
H A Dauitabart.tex92 Sets the font for drawing text for selected UI elements.
H A Ddirtrav.tex54 The elements of {\tt wxDirTraverseResult} are the possible return values of the
H A Dgraphicsmatrix.tex62 Returns true if the elements of the transformation matrix are equal.
H A Dlist.tex112 \func{}{wxList<T>}{\param{size\_t}{ count}, \param{T *}{elements[]}}
175 Returns the number of elements in the list.
248 Returns the number of elements in the list.
260 two list elements. We use the system {\bf qsort} function for the actual
H A Dtconfig.tex44 like /MyApp/UserPreferences/Colors/Foreground. The previous elements in the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsf.c489 #define elements(x) (sizeof(x)/sizeof((x)[0])) macro
490 for ( i = 0; i < elements( papersizes ); i++ ) {
497 if ( i >= elements( papersizes )) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dbuild.c147 quantlist=_ogg_malloc(sizeof(long)*v.elements*v.entries);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dps3_gelic_wireless.h173 u8 elements[0]; /* ie */ member in struct:gelic_eurus_scan_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutids.c273 * Note: This section also validates that all CID elements are of the
278 cid_objects = obj_desc->package.elements;
H A Dutdelete.c136 obj_pointer = object->package.elements;
521 * Note: There can be null elements within the package,
526 (object->package.elements[i], action,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_perflib.c274 obj = pct->package.elements[0];
290 obj = pct->package.elements[1];
354 status = acpi_extract_package(&(pss->package.elements[i]),
532 status = acpi_extract_package(&(psd->package.elements[0]),
H A Dprocessor_idle.c380 /* There must be at least 2 elements */
382 printk(KERN_ERR PREFIX "not enough elements in _CST\n");
387 count = cst->package.elements[0].integer.value;
407 element = &(cst->package.elements[i]);
414 obj = &(element->package.elements[0]);
426 obj = &(element->package.elements[1]);
482 obj = &(element->package.elements[2]);
488 obj = &(element->package.elements[3]);
H A Dscan.c707 element = &(package->package.elements[0]);
712 (element->package.elements[0].type !=
714 || (element->package.elements[1].type != ACPI_TYPE_INTEGER))
717 element->package.elements[0].reference.handle;
719 (u32) element->package.elements[1].integer.value;
725 element = &(package->package.elements[1]);
736 element = &(package->package.elements[i + 2]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dscan.c155 u8 *elements; local
182 elements = mgmt->u.probe_resp.variable;
187 elements = mgmt->u.beacon.variable;
196 ieee802_11_parse_elems(elements, skb->len - baselen, &elems);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dtranslation-table.c113 if (hna_local_hash->elements * 4 > hna_local_hash->size) {
366 if (hna_global_hash->elements * 4 > hna_global_hash->size) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dpubkey.c1802 gcry_mpi_t *elements, const char *algo_name)
1813 elements[idx] = NULL;
1816 elements[idx] = gcry_sexp_nth_mpi (list, 1, GCRYMPI_FMT_USG);
1818 if (!elements[idx])
1825 /* Check that all elements are available. */
1827 if (!elements[idx])
1839 if (elements[0] && elements[1] && elements[2]
1840 && !elements[
1801 sexp_elements_extract(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, const char *algo_name) argument
1860 sexp_elements_extract_ecc(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, pk_extra_spec_t *extraspec) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c1802 gcry_mpi_t *elements, const char *algo_name)
1813 elements[idx] = NULL;
1816 elements[idx] = gcry_sexp_nth_mpi (list, 1, GCRYMPI_FMT_USG);
1818 if (!elements[idx])
1825 /* Check that all elements are available. */
1827 if (!elements[idx])
1839 if (elements[0] && elements[1] && elements[2]
1840 && !elements[
1801 sexp_elements_extract(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, const char *algo_name) argument
1860 sexp_elements_extract_ecc(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, pk_extra_spec_t *extraspec) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsbgdec.c76 int elements, nb_elements; member in struct:sbg_script_definition
101 int elements, nb_elements; member in struct:sbg_script_event
595 def->elements = tseq;
749 def->elements = synth;
966 be = s->block_tseq + def->elements;
976 ev->elements = def->elements;
1153 s1 = &s->synth[ev1->elements + i];
1195 s1 = i < ev1->nb_elements ? &s->synth[ev1->elements + i] : &s1mod;
1196 s2 = i < ev2->nb_elements ? &s->synth[ev2->elements
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.cpp350 // This is the elements that the circular buffer points to
351 void **elements; member in struct:SizableCircularBuffer
353 void *get(size_t i) { assert(elements); return elements ? elements[i & mask] : NULL; }
354 void put(size_t i, void *data) { assert(elements); elements[i&mask] = data; }
376 // Copy elements from the old buffer to the new buffer
383 free(elements);
384 elements
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dtransmission.js97 this.elements = e;
298 $(this.elements.torrent_list).children('.selected').removeClass('selected');
313 $(this.elements.torrent_list).children().addClass('selected');
317 $(this.elements.torrent_list).children('.selected').removeClass('selected');
1199 var e = this.elements,
1299 list = this.elements.torrent_list,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgraphics.cpp185 // returns true if the elements of the transformation matrix are equal ?
912 REAL elements[6]; local
913 m_matrix->GetElements(elements);
914 if (a) *a = elements[0];
915 if (b) *b = elements[1];
916 if (c) *c = elements[2];
917 if (d) *d = elements[3];
918 if (tx) *tx= elements[4];
919 if (ty) *ty= elements[5];
928 // returns true if the elements o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlist.cpp149 wxListBase::wxListBase(size_t count, void *elements[]) argument
155 Append(elements[n]);
162 wxT("copying list which owns it's elements is a bad idea") );

Completed in 181 milliseconds

12345678910