Searched refs:array (Results 251 - 275 of 526) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpageattr.c787 /* for array changes, we can't use large page */
927 pgprot_t mask, int array)
930 (array ? CPA_ARRAY : 0), NULL);
934 pgprot_t mask, int array)
937 (array ? CPA_ARRAY : 0), NULL);
926 change_page_attr_set(unsigned long *addr, int numpages, pgprot_t mask, int array) argument
933 change_page_attr_clear(unsigned long *addr, int numpages, pgprot_t mask, int array) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davisynth_c.h514 const AVS_Value * array; member in union:AVS_Value::__anon3025
550 { return v.d.array; }
554 { return avs_is_array(v) ? v.d.array[index] : v; }
573 { AVS_Value v; v.type = 'a'; v.d.array = v0; v.array_size = size; return v; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dvisibility.c159 gcry_sexp_alist (const gcry_sexp_t *array) argument
161 return _gcry_sexp_alist (array);
730 gcry_pk_get_keygrip (gcry_sexp_t key, unsigned char *array) argument
737 return _gcry_pk_get_keygrip (key, array);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.c159 gcry_sexp_alist (const gcry_sexp_t *array) argument
161 return _gcry_sexp_alist (array);
730 gcry_pk_get_keygrip (gcry_sexp_t key, unsigned char *array) argument
737 return _gcry_pk_get_keygrip (key, array);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbitmap.tex57 Creates a bitmap from an array of bits.
103 \docparam{bits}{Specifies an array of pixel values.}
150 The fifth form constructs a (usually monochrome) bitmap from an array of pixel values, under both
159 example, assuming that the file {\tt mybitmap.xpm} contains an XPM array
188 depth=-1)}}{Create a bitmap from an array of bits contained in a
H A Dfiletype.tex132 Same as \helpref{GetMimeType}{wxfiletypegetmimetype} but returns array of MIME
133 types. This array will contain only one item in most cases but sometimes,
142 If the function returns {\tt true}, the array {\it extensions} is filled
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py73 """Takes an array, add indentation to each entry and prints it."""
395 'Entry "%s" cannot be created as an array '
403 'Entry "%s" has illegal combination of optional and array '
1080 """Allows direct access to elements of the array."""
1307 array = 0
1325 if not array and token == 'array':
1326 array = 1
1388 if array:
1395 if array
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-parse.c99 tre_ast_node_t **array = *items; local
104 DPRINT(("out of array space, i = %d\n", *i));
105 /* If the array is already 1024 items large, give up -- there's
111 new_items = xrealloc(array, sizeof(*items) * *max_i);
114 *items = array = new_items;
116 array[*i] = tre_ast_new_literal(mem, min, max, -1);
117 status = array[*i] == NULL ? REG_ESPACE : REG_OK;
261 /* Build an array of the items in the bracket expression. */
428 /* Start off with an array of `max_i' elements. */
446 /* Sort the array i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c954 /* Create array of package numbers to check against
1235 static void free_array(char **array) argument
1237 if (array) {
1239 while (array[i]) {
1240 free(array[i]);
1243 free(array);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c23 #define VF_ARRAY 0x0002 /* 1 = it's an array */
43 struct xhash_s *array; /* array ptr */ member in union:var_s::__anon19804
45 char **walker; /* list of array elements (for..in) */
74 struct var_s v; /* variable/array hash */
512 static const char EMSG_NOT_ARRAY[] ALIGN1 = "Not an array";
700 a->x.array = hash_init();
702 return a->x.array;
705 static void clear_array(xhash *array) argument
710 for (i = 0; i < array
1681 hashwalk_init(var *v, xhash *array) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxti.h208 void WXDLLIMPEXP_BASE wxSetStringToArray( const wxString &s , wxArrayString &array ) ;
216 wxArrayString array ; local
217 wxSetStringToArray( s , array ) ;
219 for ( int i = 0 ; i < array.Count() ; ++i )
221 flag = array[i] ;
272 wxArrayString array ; local
273 wxSetStringToArray( s , array ) ;
275 for ( size_t i = 0 ; i < array.Count() ; ++i )
277 flag = array[i] ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
409 Levels: array [TCompressionLevel] of ShortInt =
530 Buf: array [0..4095] of Char;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp1524 // select the array corresponding to the direction in which we do *not*
1526 wxArrayInt& array = m_flexDirection == wxVERTICAL ? m_colWidths local
1529 const size_t count = array.GetCount();
1531 // find the largest value in this array
1537 if ( array[n] > largest )
1538 largest = array[n];
1545 if ( array[n] != -1 )
1546 array[n] = largest;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/radio/
H A Dsi4713-i2c.c170 static int usecs_to_dev(unsigned long usecs, unsigned long const array[], argument
177 if (array[(i * 2) + 1] >= usecs) {
178 rval = array[i * 2];
185 static unsigned long dev_to_usecs(int value, unsigned long const array[], argument
192 if (array[i * 2] == value) {
193 rval = array[(i * 2) + 1];
721 * @pschar: assumed 4 size char array to be loaded into the program service
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Drtd520.c366 unsigned char chanBipolar[RTD_MAX_CHANLIST / 8]; /* bit array */
400 /* Macros for accessing channel list bit array */
401 #define CHAN_ARRAY_TEST(array, index) \
402 (((array)[(index)/8] >> ((index) & 0x7)) & 0x1)
403 #define CHAN_ARRAY_SET(array, index) \
404 (((array)[(index)/8] |= 1 << ((index) & 0x7)))
405 #define CHAN_ARRAY_CLEAR(array, index) \
406 (((array)[(index)/8] &= ~(1 << ((index) & 0x7))))
748 * for a particular board. If you specified a board_name array
1154 /* Note: we also setup the channel list bipolar flag array */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c1452 qsort(lc.array, lc.nlsns, sizeof(DB_LSN), __rep_lsn_cmp);
1465 for (lsnp = &lc.array[0], i = 0; i < lc.nlsns; i++, lsnp++) {
1494 if (lc.array != NULL)
1495 __os_free(env, lc.array);
1558 nalloc * sizeof(DB_LSN), &lc->array)) != 0)
1562 lc->array[lc->nlsns++] = *lsnp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
409 Levels: array [TCompressionLevel] of ShortInt =
530 Buf: array [0..4095] of Char;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
409 Levels: array [TCompressionLevel] of ShortInt =
530 Buf: array [0..4095] of Char;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadt7475.c36 numbers above, these are not also indexes into an array
293 static int find_nearest(long val, const int *array, int size) argument
297 if (val < array[0])
300 if (val > array[size - 1])
306 if (val > array[i + 1])
309 a = val - array[i];
310 b = array[i + 1] - val;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas51 FBuffer: array [Word] of Char;
409 Levels: array [TCompressionLevel] of ShortInt =
530 Buf: array [0..4095] of Char;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiff.c89 #define RET_GEOKEY(TYPE, array, element)\
91 key - TIFF_##TYPE##_KEY_ID_OFFSET < FF_ARRAY_ELEMS(ff_tiff_##array##_name_type_map))\
92 return ff_tiff_##array##_name_type_map[key - TIFF_##TYPE##_KEY_ID_OFFSET].element;
137 #define RET_GEOKEY_VAL(TYPE, array)\
139 val - TIFF_##TYPE##_OFFSET < FF_ARRAY_ELEMS(ff_tiff_##array##_codes))\
140 return av_strdup(ff_tiff_##array##_codes[val - TIFF_##TYPE##_OFFSET]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm277 prev_ptr dw seg _prev ; pointer to the prev array
280 prev_ptr dw seg _prev ; pointer to the prev array
410 mov ds,prev_seg ; reset ds to address the prev array
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dsimple.c220 static const char *const array[SND_MIXER_SCHN_LAST + 1] = { local
233 p = array[channel];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Dmulticell.cpp381 // We first initial all the arrays EXCEPT for the m_minsizes array.
503 *Parameters: int* pointer to array of ints
506 *Description: This member function sums up all the elements of the array which
513 int wxMultiCellSizer :: Sum(int *array, int x) argument
518 sum += array[x];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmain.c98 unsigned short int *array; member in union:semun
121 argument.array = values;

Completed in 508 milliseconds

<<11121314151617181920>>