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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S361 | d3: x/scratch - offset ptr into PTENRM array
367 | a1: x/ptr to PTENRM array
472 | a1: ptr to PTENRM array/Unchanged
533 | a1: ptr to PTENxx array/Unchanged
574 | a1: ptr to PTENxx array/Unchanged
627 | a1: ptr to PTENxx array/Unchanged
737 | a1: ptr to PTENxx array/Unchanged
809 | a1: ptr to PTENxx array/Unchanged
889 | a1: ptr to PTENxx array/Unchanged
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c582 #define elementsof(array) (sizeof(array)/sizeof(array[0]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drep.h511 u_int site_max; /* Total array slots allocated. */
679 DB_LSN *array; member in struct:__anon2042
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c44 * Note that CLR_ABORT packs the abort_strings[] array so that we do not
240 void pack_array __P((char **array, int end));
1567 pack_array (array, end)
1568 char **array; /* The address of the array of string pointers */
1574 if (array[i] == NULL) {
1576 if (array[j] != NULL)
1577 array[i++] = array[j];
1579 array[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex135 12) array [floor1_subclass_books] element [i],[j] =
205 14) [book] = array [floor1_subclass_books] element [class],([cval] bitwise AND [csub])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb.h188 unsigned short int *array; member in union:semun
341 * The definition of the user_sids array is as follows :
506 struct vuid_cache_entry array[VUID_CACHE_SIZE]; member in struct:vuid_cache
1615 /* A netbios node status array element. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-core.c117 dbg("failed to reallocate collection array");
738 * Extract/implement a data field from/to a little endian report (bit array).
790 * Search an array for a value.
793 static __inline__ int search(__s32 *array, __s32 value, unsigned n) argument
796 if (*array++ == value)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dvisemul.c365 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) function
872 array(regs, insn, opf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.c889 unsigned int *array, unsigned int len)
897 hl += sprintf(outaddr+hl, "%08X ", array[r]);
888 sprinthx4(unsigned char *title, unsigned char *outaddr, unsigned int *array, unsigned int len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dsexp.c324 * Make a list from all items in the array the end of the array is marked
328 gcry_sexp_alist( const gcry_sexp_t *array )
330 (void)array;
1011 specified by ARG_PTR or from the argument array ARG_LIST. */
1613 /* Like gcry_sexp_build, but uses an array instead of variable
H A Dgcrypt.h473 /* Like gcry_sexp_build, but uses an array instead of variable
496 gcry_sexp_t gcry_sexp_alist (const gcry_sexp_t *array);
1045 unsigned char *gcry_pk_get_keygrip (gcry_sexp_t key, unsigned char *array);
1789 non-zero, allocate a new, NULL-terminated array holding the prime
1802 in the NULL terminated array FACTORS. Return the generator as a
1811 /* Convenience function to release the FACTORS array. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dhugetlb.c177 static unsigned int cpuset_mems_nr(unsigned int *array) argument
183 nr += array[node];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_common.c985 * Insert array parameter into frame
988 int irlan_insert_array_param(struct sk_buff *skb, char *name, __u8 *array, argument
991 return __irlan_insert_param(skb, name, IRLAN_ARRAY, 0, 0, array,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_object.c136 static FLAC__bool check_seektable_(const FLAC__StreamMetadata *block, unsigned num_points, const FLAC__StreamMetadata_SeekPoint *array) argument
148 if(0 == array) {
155 if(!compare_seekpoint_array_(block->data.seek_table.points, array, num_points))
751 printf("testing FLAC__metadata_object_seektable_insert_point() on empty array...");
761 printf("testing FLAC__metadata_object_seektable_insert_point() on beginning of non-empty array...");
771 printf("testing FLAC__metadata_object_seektable_insert_point() on middle of non-empty array...");
781 printf("testing FLAC__metadata_object_seektable_insert_point() on end of non-empty array...");
805 printf("testing FLAC__metadata_object_seektable_delete_point() on middle of array...");
814 printf("testing FLAC__metadata_object_seektable_delete_point() on end of array...");
823 printf("testing FLAC__metadata_object_seektable_delete_point() on beginning of array
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.h960 HANDLE *array; /* array of waiting threads, each represented by an event */ member in struct:__anon2187
962 unsigned int alloc; /* length of allocated array */
963 unsigned int offset; /* index of first waiting thread in array */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Djrevdct_arm.S5 With DCTBLOCK being a pointer to an array of 64 'signed shorts'
68 add r11, pc, #(const_array-.-8) @ r11 = base pointer to the constants array
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.h959 HANDLE *array; /* array of waiting threads, each represented by an event */ member in struct:__anon2311
961 unsigned int alloc; /* length of allocated array */
962 unsigned int offset; /* index of first waiting thread in array */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.h959 HANDLE *array; /* array of waiting threads, each represented by an event */ member in struct:__anon2374
961 unsigned int alloc; /* length of allocated array */
962 unsigned int offset; /* index of first waiting thread in array */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm999 Similar to is(), except that if $this and $that are hash or array
1015 This usually means you passed an array or hash instead
1122 warn "eq_array passed a non-array ref";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c14 * an array-switch method of distributing timeslices
825 * Inverse (2^32/x) values of the prio_to_weight[] array, precalculated.
6482 * Special case: If a kmalloc of a doms_cur partition (array of
6531 * cpumasks in the array doms_new[] of cpumasks. This compares
6535 * 'doms_new' is an array of cpumask_t's of length 'ndoms_new'.
6757 struct rt_prio_array *array; local
6804 array = &rq->rt.active;
6806 INIT_LIST_HEAD(array->queue + j);
6807 __clear_bit(j, array->bitmap);
6811 __set_bit(MAX_RT_PRIO, array
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-btree.t621 # check that attempting to tie an array to a DB_BTREE will fail
626 ok(90, $@ =~ /^DB_File can only tie an associative array to a DB_BTREE database/) ;
1001 # iterate through the associative array
H A Ddb-hash.t402 # check that attempting to tie an array to a DB_HASH will fail
407 ok(52, $@ =~ /^DB_File can only tie an associative array to a DB_HASH database/) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java2067 * Nullifies the first element of an array or collection object by removing
2068 * it from the array or collection. Returns the resulting array or
2328 private static String arrayToString(Object[] array) { argument
2331 for (Object o : array) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c1512 e = &table->array[mid];
2078 table->array = start;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlreader.c124 xmlNodePtr *entTab; /* array of entities */
153 xmlPatternPtr *patternTab; /* array of preserve patterns */
619 * @atts: An array of name/value attributes pairs, NULL terminated
670 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
673 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
1757 * @array: a byte array to store the content.
1758 * @offset: the zero-based index into array where the method should
1765 * Returns the number of bytes written to array, or zero if the current
1770 unsigned char *array ATTRIBUTE_UNUSE
[all...]

Completed in 264 milliseconds

1234567