Searched refs:array (Results 101 - 103 of 103) sorted by relevance

12345

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_paprd.c1360 static int find_max(int *array, int length) argument
1367 if (array[i] > loc_max) {
1368 loc_max = array[i];
H A Dar9300.h316 #define INIT_INI_ARRAY(iniarray, array, rows, columns) do { \
317 (iniarray)->ia_array = (const u_int32_t *)(array); \
644 * Added to support DFS postamble array in INI that we need to apply
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c578 /* This static array is used for the map to single-byte characters when
619 re_dfastate_t *state = entry->array[j];
622 re_free (entry->array);
3150 /* Check whether the array has enough space. */
3157 /* Use realloc since array is NULL if *alloc == 0. */
3434 /* Check whether the array has enough space. */
3440 /* Use realloc since the array is NULL if *alloc == 0. */
3493 /* Use realloc since array is NULL if *alloc == 0. */

Completed in 107 milliseconds

12345