Searched refs:array (Results 76 - 100 of 526) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltable.c10 ** Tables keep its elements in two parts: an array part and a hash part.
11 ** Non-negative integer keys are all candidates to be kept in the array
12 ** part. The actual size of the array is the largest `n' such that at
40 ** max size of array part is 2^MAXBITS
125 ** the array part of the table, -1 otherwise.
141 ** elements in the array part, then elements in the hash part. The
148 if (0 < i && i <= t->sizearray) /* is `key' inside array part? */
158 /* hash elements are numbered after array ones */
171 for (i++; i < t->sizearray; i++) { /* try first array part */
172 if (!ttisnil(&t->array[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-recursive.c203 /* point type_pos at the array element type */
207 sub->u.array.start_pos = _DBUS_INT_MAX;
211 /** compute position of array length given array_len_offset, which is
214 ((reader)->u.array.start_pos - ((int)(reader)->array_len_offset) - 4)
229 _dbus_verbose (" reader %p len_pos %d array len %u len_offset %d\n",
233 _dbus_assert (reader->u.array.start_pos - len_pos - 4 < 8);
258 sub->u.array.start_pos = sub->value_pos;
259 _dbus_assert ((sub->u.array.start_pos - (len_pos + 4)) < 8); /* only 3 bits in array_len_offset */
260 sub->array_len_offset = sub->u.array.start_pos - (len_pos + 4);
263 _dbus_verbose (" type reader %p array star
[all...]
H A Ddbus-marshal-recursive.h56 int start_pos; /**< for array readers, the start of the array values */
57 } array; member in union:DBusTypeReader::__anon1679
68 dbus_uint32_t container_type : 8; /**< what are we inside? (e.g. struct, variant, array) */
82 int start_pos; /**< position of first element in the array */
83 int len_pos; /**< position of length of the array */
84 int element_type_pos; /**< position of array element type in type_str */
85 } array; member in union:DBusTypeWriter::__anon1681
90 * When modifying an existing block of values, array lengths may need
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils-test.c354 int array[10] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; local
355 int n = sizeof( array ) / sizeof( array[0] );
357 tr_removeElementFromArray( array, 5u, sizeof( int ), n-- );
359 check_int_eq( ( i<5 ? i : i+1 ), array[i] );
361 tr_removeElementFromArray( array, 0u, sizeof( int ), n-- );
363 check_int_eq( ( i<4 ? i+1 : i+2 ), array[i] );
365 tr_removeElementFromArray( array, n-1, sizeof( int ), n ); n--;
367 check_int_eq( ( i<4 ? i+1 : i+2 ), array[i] );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_hw.c308 struct ar5416IniArray *array; local
310 array = power_off ? &ah->iniPcieSerdes :
313 for (i = 0; i < array->ia_rows; i++) {
315 INI_RA(array, i, 0),
316 INI_RA(array, i, 1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Devent.c762 const u64 *array = event->sample.array; local
766 array++;
770 u32 *p = (u32 *)array;
773 array++;
777 data->time = *array;
778 array++;
782 data->addr = *array;
783 array++;
788 data->id = *array;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h176 #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt.
178 an int containing element count in the array. */
381 * Create an array of dictionaries, one dictionary for each stream
386 * @return pointer to the created array of dictionaries, NULL if it
552 * Realloc array to hold new_size elements of elem_size.
555 * @param array array to reallocate
558 * @param new_size number of elements to place in reallocated array
559 * @return reallocated array
561 void *grow_array(void *array, in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dwget.h226 /* The number of elements in an array. For example:
232 #define countof(array) (sizeof (array) / sizeof ((array)[0]))
286 don't need a full dynamic array. Assumes that BASEVAR points to a
287 malloced array of TYPE objects (or possibly a NULL pointer, if
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dccwdev.h35 /* scan through an array of device ids and return the first
38 * the array must end with an entry containing zero match_flags
41 ccw_device_id_match(const struct ccw_device_id *array, argument
44 const struct ccw_device_id *id = array;
46 for (id = array; id->match_flags; id++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.h4 #define array_length(array) (sizeof(array) / sizeof(array[0]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhthlpdat.tex54 Returns array with help books info.
60 Returns reference to array with contents entries.
66 Returns reference to array with index entries.
H A Dfildrptg.tex46 \docparam{filenames}{An array of filenames.}
53 %\perlnote{In wxPerl there is just an array reference in place of {\tt nFiles}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h351 #define ADD_TO_ARRAY(mem_ctx, type, elem, array, num) \
353 *(array) = ((mem_ctx) != NULL) ? \
354 TALLOC_REALLOC_ARRAY(mem_ctx, (*(array)), type, (*(num))+1) : \
355 SMB_REALLOC_ARRAY((*(array)), type, (*(num))+1); \
356 SMB_ASSERT((*(array)) != NULL); \
357 (*(array))[*(num)] = (elem); \
361 #define ADD_TO_LARGE_ARRAY(mem_ctx, type, elem, array, num, size) \
362 add_to_large_array((mem_ctx), sizeof(type), &(elem), (void *)(array), (num), (size));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddnd.cpp94 wxDataFormat *array = new wxDataFormat[formatcount]; local
95 data->GetAllFormats( array );
98 wxDataFormat format = array[i];
106 delete [] array;
139 wxDataFormat *array = new wxDataFormat[formatcount]; local
140 data->GetAllFormats( array );
143 wxDataFormat format = array[i];
163 delete [] array;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dgpio.h73 * @names: if set, must be an array of strings to use as alternative
74 * names for the GPIOs in this chip. Any entry in the array
76 * array must be @ngpio entries long. A name can include a single printk
196 extern int gpio_request_array(struct gpio *array, size_t num);
197 extern void gpio_free_array(struct gpio *array, size_t num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdbmp.c113 * The image has been read into the whole_image array, but is otherwise
129 /* Fetch next row from virtual array */
158 /* Fetch next row from virtual array */
197 /* Read the data into a virtual array in input-file row order. */
218 /* Set up to read from the virtual array in top-to-bottom order */
246 #define GET_2B(array,offset) ((unsigned int) UCH(array[offset]) + \
247 (((unsigned int) UCH(array[offset+1])) << 8))
248 #define GET_4B(array,offset) ((INT32) UCH(array[offse
[all...]
H A Dwrbmp.c37 * in a virtual array during put_pixel_row calls, then actually emit the
38 * BMP file during finish_output. The virtual array contains one JSAMPLE per
53 JDIMENSION cur_output_row; /* next row# to write to virtual array */
81 /* Access next row in virtual array */
116 /* Access next row in virtual array */
162 #define PUT_2B(array,offset,value) \
163 (array[offset] = (char) ((value) & 0xFF), \
164 array[offset+1] = (char) (((value) >> 8) & 0xFF))
165 #define PUT_4B(array,offset,value) \
166 (array[offse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_cpupri.c50 #define for_each_cpupri_active(array, idx) \
51 for_each_set_bit(idx, array, CPUPRI_NR_PRIORITIES)
88 * still set in the array, since the map could have
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dbin2carray.lua9 -- Transforms a binary file (the compiled lsyncd runner script) in a c array
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.h568 void *snd_array_new(struct snd_array *array);
569 void snd_array_free(struct snd_array *array);
570 static inline void snd_array_init(struct snd_array *array, unsigned int size, argument
573 array->elem_size = size;
574 array->alloc_align = align;
577 static inline void *snd_array_elem(struct snd_array *array, unsigned int idx) argument
579 return array->list + idx * array->elem_size;
582 static inline unsigned int snd_array_index(struct snd_array *array, void *ptr) argument
584 return (unsigned long)(ptr - array
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmbuf.h65 struct mbuf_item *array; member in struct:mbuf_set
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A DMakefile10 proc-y += inode.o root.o base.o generic.o array.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/varparam/
H A Dvarparam.h264 class array: xsd__anyType class in inherits:xsd__anyType
267 array();
268 virtual ~array();
269 array(int n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/varparam/
H A Dvarparam.h264 class array: xsd__anyType class in inherits:xsd__anyType
267 array();
268 virtual ~array();
269 array(int n);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dvia_raid.c41 } PACKED array; member in struct:via_meta

Completed in 493 milliseconds

1234567891011>>