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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-internals.c72 * Computes the number of elements in a fixed-size array using
75 * @param array the array to count elements in.
588 * Duplicates a string array. Result may be freed with
590 * If the array to be duplicated is #NULL, returns #NULL.
592 * @param array array to duplicate.
596 _dbus_dup_string_array (const char **array) argument
602 if (array == NULL)
605 for (len = 0; array[le
636 _dbus_string_array_contains(const char **array, const char *str) argument
[all...]
H A Ddbus-internals.h178 #define _DBUS_N_ELEMENTS(array) ((int) (sizeof ((array)) / sizeof ((array)[0])))
223 dbus_bool_t _dbus_string_array_contains (const char **array,
225 char** _dbus_dup_string_array (const char **array);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Darrstr.h66 wxSortedArrayString(const wxSortedArrayString& array) argument
67 : wxSortedArrayStringBase(array)
84 // The string array uses it's knowledge of internal structure of the wxString
95 // from the array (operator[] or Item() method), a reference is returned.
112 // if autoSort is true, the array is always sorted (in alphabetical order)
121 // C string array ctor
123 // wxString string array ctor
126 wxArrayString(const wxArrayString& array);
143 // number of elements in the array
147 // number of elements in the array (GetCoun
341 wxSortedArrayString(const wxArrayString& array) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatostrm.tex69 Writes an array of bytes to the stream. The amount of bytes to write is
80 Writes an array of 16 bit unsigned integer to the stream. The amount of
91 Writes an array of 32 bit unsigned integer to the stream. The amount of
102 Writes an array of 64 bit unsigned integer to the stream. The amount of
113 Writes an array of double to the stream. The amount of double to write is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c568 wq->array = NULL;
586 (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE));
590 /* Now is a good opportunity to rotate the array so that its contents
608 wq->array = new_array;
618 wq->array[index] = event;
627 SetEvent (wq->array[wq->offset + 0]);
645 SetEvent (wq->array[index]);
814 if (lock->waiting_readers.array != NULL)
815 free (lock->waiting_readers.array);
816 if (lock->waiting_writers.array !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java257 ddbt.setSize(drec.data.length); // uses whole array
332 static long get_int_in_array(byte[] array, int offset) { argument
334 ((0xff & array[offset + 0]) << 0) |
335 ((0xff & array[offset + 1]) << 8) |
336 ((0xff & array[offset + 2]) << 16) |
337 ((0xff & array[offset + 3]) << 24);
341 static void set_int_in_array(byte[] array, int offset, long value) { argument
342 array[offset + 0] = (byte)((value >> 0) & 0xff);
343 array[offset + 1] = (byte)((value >> 8) & 0xff);
344 array[offse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.c689 wq->array = NULL;
707 (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE));
711 /* Now is a good opportunity to rotate the array so that its contents
729 wq->array = new_array;
741 wq->array[index] = event;
750 SetEvent (wq->array[wq->offset + 0]);
768 SetEvent (wq->array[index]);
943 if (lock->waiting_readers.array != NULL)
944 free (lock->waiting_readers.array);
945 if (lock->waiting_writers.array !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c567 wq->array = NULL;
585 (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE));
589 /* Now is a good opportunity to rotate the array so that its contents
607 wq->array = new_array;
617 wq->array[index] = event;
626 SetEvent (wq->array[wq->offset + 0]);
644 SetEvent (wq->array[index]);
813 if (lock->waiting_readers.array != NULL)
814 free (lock->waiting_readers.array);
815 if (lock->waiting_writers.array !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c567 wq->array = NULL;
585 (HANDLE *) realloc (wq->array, new_alloc * sizeof (HANDLE));
589 /* Now is a good opportunity to rotate the array so that its contents
607 wq->array = new_array;
617 wq->array[index] = event;
626 SetEvent (wq->array[wq->offset + 0]);
644 SetEvent (wq->array[index]);
813 if (lock->waiting_readers.array != NULL)
814 free (lock->waiting_readers.array);
815 if (lock->waiting_writers.array !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dmember.c126 int i, w, x = 0, total = 0, all_zero = 0, *array; local
145 array = kmalloc(sizeof(int) * total, GFP_NOFS);
146 if (!array)
161 array[x++] = memb->nodeid;
164 ls->ls_node_array = array;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmoduleparam.h246 * module_param_string - a char array parameter
344 * module_param_array - a parameter which is an array of some type
345 * @name: the name of the array variable
351 * don't work properly (eg. an array of charp).
354 * array, so the definition must be visible.
360 * module_param_array_named - renamed parameter which is an array of some type
362 * @array: the name of the array variable
370 #define module_param_array_named(name, array, type, nump, perm) \
372 = { ARRAY_SIZE(array), num
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dauthdata.c106 KRB_SID_AND_ATTR_ARRAY *array,
112 if (NULL == array)
119 if (!prs_uint32("count", ps, depth, &array->count))
124 array->krb_sid_and_attrs = PRS_ALLOC_MEM(ps, KRB_SID_AND_ATTRS, num);
125 if (!array->krb_sid_and_attrs) {
130 array->krb_sid_and_attrs = NULL;
136 &array->krb_sid_and_attrs[i],
143 &array->krb_sid_and_attrs[i],
174 GROUP_MEMBERSHIP_ARRAY *array,
180 if (NULL == array)
173 pac_io_group_membership_array(const char *desc, GROUP_MEMBERSHIP_ARRAY *array, uint32 num, prs_struct *ps, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_rt.c734 struct rt_prio_array *array = &rt_rq->active; local
737 sched_find_first_bit(array->bitmap);
815 struct rt_prio_array *array = &rt_rq->active; local
817 struct list_head *queue = array->queue + rt_se_prio(rt_se);
832 __set_bit(rt_se_prio(rt_se), array->bitmap);
840 struct rt_prio_array *array = &rt_rq->active; local
843 if (list_empty(array->queue + rt_se_prio(rt_se)))
844 __clear_bit(rt_se_prio(rt_se), array->bitmap);
888 * Adding/removing a task to/from a priority array:
922 struct rt_prio_array *array local
1042 struct rt_prio_array *array = &rt_rq->active; local
1135 struct rt_prio_array *array; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Djoin.t51 ok 4, $@ =~ /db_join: first parameter is not an array reference/;
54 ok 5, $@ =~ /db_join: first parameter is not an array reference/;
60 ok 6, $@ =~ /db_join: first parameter is not an array reference/;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_cgroup.c442 void *array; local
453 array = vmalloc(array_size);
454 if (!array)
457 memset(array, 0, array_size);
461 ctrl->map = array;
467 vfree(array);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-recno.t27 # full tied array support started in Perl 5.004_57
263 my @new_data = qw(add this to the start of the array) ;
274 ok(40, $h[7] eq "array") ;
293 ok(50, $h[8] eq "array") ;
309 # get the last element of the array
318 # now try to read before the start of the array
320 ok(57, $@ =~ '^Modification of non-creatable array value attempted' );
403 # check that attempting to tie an associative array to a DB_RECNO will fail
408 ok(71, $@ =~ /^DB_File can only tie an array to a DB_RECNO database/) ;
524 # $# sets array t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dprimegen.c40 static void m_out_of_n( char *array, int m, int n );
286 RET_FACTORS: if not NULL, an array with all factors are stored at
379 /* Allocate an array to hold all factors + 2 for later usage. */
387 /* Allocate an array to track pool usage. */
991 modified array with the next permutation of M elements. Note, that
993 permutation it is useful to initialize the array with the first M
995 m_out_of_n (array, m, n);
997 if (array[i])
1006 m_out_of_n ( char *array, int m, int n )
1018 if ( array[
1004 m_out_of_n( char *array, int m, int n ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dprimegen.c40 static void m_out_of_n( char *array, int m, int n );
286 RET_FACTORS: if not NULL, an array with all factors are stored at
379 /* Allocate an array to hold all factors + 2 for later usage. */
387 /* Allocate an array to track pool usage. */
991 modified array with the next permutation of M elements. Note, that
993 permutation it is useful to initialize the array with the first M
995 m_out_of_n (array, m, n);
997 if (array[i])
1006 m_out_of_n ( char *array, int m, int n )
1018 if ( array[
1004 m_out_of_n( char *array, int m, int n ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddataobj.cpp268 wxDataFormat *array = new wxDataFormat[ GetFormatCount() ]; local
269 GetAllFormats( array );
273 wxDataFormat thisFormat = array[ i ];
286 if ( GetDataHere( array[ i ], buf ) )
325 delete [] array;
381 wxDataFormat *array = new wxDataFormat[ formatcount ]; local
382 array[0] = GetPreferredFormat();
383 GetAllFormats( &array[1] );
397 wxDataFormat dataFormat = array[ i ];
508 wxDataFormat *array local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddnd.cpp94 wxDataFormat *array = new wxDataFormat[ formatcount ]; local
95 data->GetAllFormats( array );
98 wxDataFormat format = array[i] ;
105 delete[] array ;
150 wxDataFormat *array = new wxDataFormat[ formatcount ]; local
151 data->GetAllFormats( array );
154 wxDataFormat format = array[i] ;
173 delete[] array ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Ddrp-avail.c132 * @array: pointer to buffer
141 unsigned long get_val(u8 *array, size_t itr, size_t len) argument
150 val |= array[top - 1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_windows.c33 * section of the array.
36 struct __ack_waiter *array; member in struct:__ack_waiters_table
105 slot = &db_rep->waiters->array[i];
170 * Grow the array.
173 w = table->array;
177 table->array = w;
183 w = &table->array[table->next_avail++];
333 &table->array)) != 0)
374 if (!CloseHandle(db_rep->waiters->array[i].event) && ret == 0)
377 __os_free(env, db_rep->waiters->array);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dqos.c161 * Function value_index (value, array, size)
163 * Returns the index to the value in the specified array
165 static inline int value_index(__u32 value, __u32 *array, int size) argument
170 if (array[i] == value)
176 * Function index_value (index, array)
178 * Returns value to index in array, easy!
181 static inline __u32 index_value(int index, __u32 *array) argument
183 return array[index];
205 /* The only safe choice (we don't know the array size) */
219 * Function value_lower_bits (value, array)
223 value_lower_bits(__u32 value, __u32 *array, int size, __u16 *field) argument
249 value_highest_bit(__u32 value, __u32 *array, int size, __u16 *field) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dstrlst.h60 /** Create a new string list from a string array. The strings are
62 * array, or -1 if the array is NULL terminated*/
63 AvahiStringList *avahi_string_list_new_from_array(const char **array, int length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_misc.c1156 BOOL prs_unistr4_array(const char *desc, prs_struct *ps, int depth, UNISTR4_ARRAY *array )
1163 if(!prs_uint32("count", ps, depth, &array->count))
1167 if (array->count) {
1168 if ( !(array->strings = TALLOC_ZERO_ARRAY( get_talloc_ctx(), UNISTR4, array->count)) )
1171 array->strings = NULL;
1177 for ( i=0; i<array->count; i++ ) {
1178 if ( !prs_unistr4_hdr( "string", ps, depth, &array->strings[i]) )
1182 for (i=0;i<array->count;i++) {
1183 if ( !prs_unistr4_str("string", ps, depth, &array
1194 init_unistr4_array( UNISTR4_ARRAY *array, uint32 count, const char **strings ) argument
[all...]

Completed in 346 milliseconds

1234567891011>>