Searched refs:array (Results 276 - 300 of 526) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddisplay.tex138 Fills and returns an array with all the video modes that
H A Dpathlist.tex54 The second form just calls the first form on all elements of the given array.
H A Ddc.tex360 Draws lines using an array of {\it points} of size {\it n}, or list of
369 as its first parameter a reference to an array
381 Draws a filled polygon using an array of {\it points} of size {\it n},
397 as its first parameter a reference to an array
406 Draws two or more filled polygons using an array of {\it points}, adding the
413 {\it n} specifies the number of polygons to draw, the array {\it count} of size
415 {\it points} array.
502 \perlnote{The wxPerl version of this method accepts a reference to an array
697 Fills the {\it widths} array with the widths from the beginning of
831 array {\t
[all...]
H A Dcursor.tex56 Constructs a cursor by passing an array of bits (Motif and GTK+ only). {\it maskBits} is used only under
98 \docparam{bits}{An array of bits.}
H A Ddataviewctrl.tex198 Returns the number of selected rows and fills an array of int
223 Set the selection to the array of int.
H A Dfiledlg.tex124 Fills the array {\it filenames} with the names of the files chosen. This
157 Fills the array {\it paths} with the full paths of the files chosen. This
H A Dgridedit.tex82 \docparam{choices}{An array of strings from which the user can choose.}
83 \docparam{allowOthers}{If allowOthers if true, the user can type a string not in choices array.}
/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_tools.pm644 my @array = split(/,/, $grouplist);
645 foreach my $group (@array) {
789 # return the attributes in an array
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmanage.h120 struct log_entry *array; member in struct:log_history
H A Dmanage.c3252 ALLOC_ARRAY_CLEAR (h->array, struct log_entry, capacity);
3270 log_entry_free_contents (&h->array[log_index(h, i)]);
3271 free (h->array);
3288 e = &h->array[h->base];
3294 e = &h->array[log_index(h, h->size)];
3314 log_history_add (&newlog, &h->array[log_index(h, i)]);
3325 return &h->array[log_index(h, (h->size - 1) - index)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dapp.cpp1235 static CFMutableArrayRef array = 0; local
1236 if ( array == 0)
1237 array= CFArrayCreateMutable(kCFAllocatorDefault,0,&kCFTypeArrayCallBacks);
1238 return array;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_ips.c834 static u16 calc_avg_temp(struct ips_driver *ips, u16 *array) argument
841 total += (u64)(array[i] * 100);
935 static u32 calc_avg_power(struct ips_driver *ips, u32 *array) argument
942 total += array[i];
985 "failed to allocate sample array, ips disabled\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_i386.asm125 ; edi : pointer to base of crc_table array
127 ; ebx : index into crc_table array
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c1489 /* Reallocate the array to fit the new element and the NULL. */
1527 /* Convert the specified string set to array. ARRAY should be large
1530 void string_set_to_array (struct hash_table *ht, char **array)
1534 *array++ = iter.key;
2430 #define ELT(array, pos) ((char *)(array) + (pos) * size)
1522 string_set_to_array(struct hash_table *ht, char **array) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.h431 * newly-allocated array of all the integers in the set.
432 * @return a newly-allocated array of integers that must be freed with tr_free(),
483 /** @brief convenience function to remove an item from an array */
484 void tr_removeElementFromArray( void * array,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c46 * the per-semaphore array structure.
48 * If multiple semaphores in one array are used, then cache line
49 * trashing on the semaphore array spinlock will limit the scaling.
61 * - A woken up task may not even touch the semaphore array anymore, it may
66 * - UNDO values are stored in an array (one per process and per
67 * semaphore array, lazily allocated). For backwards compatibility, multiple
70 * - There are two lists of the pending operations: a per-array list
71 * and per-semaphore list (stored in the array). This allows to achieve FIFO
211 * performing any operation on the sem array.
436 * The function is called without any locks held, thus the semaphore array
876 ushort __user *array = arg.array; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h178 /* q array must be last since # of elements can be either PKTQ_MAX_PREC or 1 */
188 /* q array must be last since # of elements can be either PKTQ_MAX_PREC or 1 */
856 /* GCC 4.8+ complains when using our OFFSETOF macro in array length declarations. */
868 #ifndef ARRAYLAST /* returns pointer to last array element */
882 extern void setbit(void *array, uint bit);
883 extern void clrbit(void *array, uint bit);
884 extern bool isset(const void *array, uint bit);
885 extern bool isclr(const void *array, uint bit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlgc.c92 ** one after last element in a hash array
357 /* if there is array part, assume it may have white values (do not
384 /* traverse array part (numeric keys are 'strong') */
386 if (valiswhite(&h->array[i])) {
388 reallymarkobject(g, gcvalue(&h->array[i]));
419 for (i = 0; i < h->sizearray; i++) /* traverse array part */
420 markvalue(g, &h->array[i]);
642 TValue *o = &h->array[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_i386.asm125 ; edi : pointer to base of crc_table array
127 ; ebx : index into crc_table array
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_lex.c61 /* construct pointer past end of chr array */
62 #define ENDOF(array) ((array) + sizeof(array)/sizeof(chr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c1098 void *grow_array(void *array, int elem_size, int *size, int new_size) argument
1105 uint8_t *tmp = av_realloc(array, new_size*elem_size);
1114 return array;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsbgdec.c157 static void *alloc_array_elem(void **array, size_t elsize, argument
166 *array = av_realloc_f(*array, m, elsize);
167 if (!*array)
171 ret = (char *)*array + elsize * *size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/iucv/
H A Diucv.c194 * iucv_path_table: an array of iucv_path structures.
1110 struct iucv_array *array; local
1124 for (array = buffer; size > 0; array++) {
1125 copy = min_t(size_t, size, array->length);
1126 memcpy((u8 *)(addr_t) array->address,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslab.c47 * Each cache has a short per-cpu head array, most allocs
48 * and frees go into that array, and if that array overflows, then 1/2
49 * of the entries in the array are given back into the global cache.
50 * The head array is strictly LIFO and should improve the cache hit rates.
584 * chicken and egg problem: delay the per-cpu array allocation
612 * We set lock class for alien array caches which are up during init.
673 return cachep->array[smp_processor_id()];
990 * Stuff objects into the remote nodes shared array first.
1048 * Make sure we are not freeing a object from another node to the array
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp49 // array types
2078 wxArrayTreeItemIds &array) const
2081 array.Add(wxTreeItemId(item));
2088 FillArray(children[n], array);
2092 size_t wxGenericTreeCtrl::GetSelections(wxArrayTreeItemIds &array) const
2094 array.Empty();
2098 FillArray((wxGenericTreeItem*) idRoot.m_pItem, array);
2102 return array.Count();

Completed in 429 milliseconds

<<11121314151617181920>>