Searched refs:array (Results 1 - 25 of 167) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfigure2001 array size at least. It's necessary to write '\x00'==0 to get something
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmain.c98 unsigned short int *array; member in union:semun
121 argument.array = values;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure4500 array size at least. It's necessary to write '\x00'==0 to get something
38541 # For the awk script, D is an array of macro values keyed by name,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c872 struct Cookie **array; local
875 /* alloc an array and store all cookie pointers */
876 array = malloc(sizeof(struct Cookie *) * matches);
877 if(!array)
883 array[i++] = co;
886 qsort(array, matches, sizeof(struct Cookie *), cookie_sort);
890 mainco = array[0]; /* start here */
892 array[i]->next = array[i+1];
893 array[matche
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dgetpart.pm109 # decode the whole array before returning it!
151 # the new array.
157 my @array;
161 push @array, $_;
164 return @array;
168 # pass array *REFERENCES* !
191 # Write a given array to the specified file
205 # Load a specified file an return it as an array
209 my @array;
213 push @array,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfigure3790 array size at least. It's necessary to write '\x00'==0 to get something
12489 # For the awk script, D is an array of macro values keyed by name,
/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/minidlna/flac-1.2.1/
H A Dconfigure2860 array size at least. It's necessary to write '\x00'==0 to get something
/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/minidlna/jpeg-7/
H A Dconfigure3639 array size at least. It's necessary to write '\x00'==0 to get something
5276 array size at least. It's necessary to write '\x00'==0 to get something
5609 // Check flexible array members.
5729 array size at least. It's necessary to write '\x00'==0 to get something
15897 # For the awk script, D is an array of macro values keyed by name,
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfigure3595 array size at least. It's necessary to write '\x00'==0 to get something
14138 # For the awk script, D is an array of macro values keyed by name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfigure3531 array size at least. It's necessary to write '\x00'==0 to get something
9570 # For the awk script, D is an array of macro values keyed by name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dconfigure3293 array size at least. It's necessary to write '\x00'==0 to get something
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dconfigure3925 array size at least. It's necessary to write '\x00'==0 to get something
21510 # For the awk script, D is an array of macro values keyed by name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex68 the array \varname{[codebook_codeword_lengths]}. Decode of lengths is
125 of the [codebook_codeword_lengths] array to [current_length]
185 store these in order in the array [codebook_multiplicands]
200 The \varname{[codebook_codeword_lengths]} array and
285 the [codebook_multiplicands] array
320 ( [codebook_multiplicands] array element number [multiplicand_offset] ) *
338 array in a one-to-one mapping. Calculate [unpack] the
350 ( [codebook_multiplicands] array element number [multiplicand_offset] ) *
H A D04-codec.tex113 order, in an array of
146 configuration in slot \varname{[i]} of the floor configuration array \varname{[vorbis_floor_configurations]}.
148 decode the floor configuration as defined in \xref{vorbis:spec:floor1}; save this configuration in slot \varname{[i]} of the floor configuration array \varname{[vorbis_floor_configurations]}.
168 one or two, decode the residue configuration as defined in \xref{vorbis:spec:residue}; save this configuration in slot \varname{[i]} of the residue configuration array \varname{[vorbis_residue_configurations]}.
237 \item save this mapping configuration in slot \varname{[i]} of the mapping configuration array \varname{[vorbis_mapping_configurations]}.
259 \item save this mode configuration in slot \varname{[i]} of the mode configuration array
377 \varname{[mode_number]} from configuration array
380 from the mapping configuration array
H A D06-floor0.tex37 7) array [floor0_book_list] = read a list of [floor0_number_of_books] unsigned integers of eight bits each;
41 this stream undecodable. In addition, any element of the array
120 \begin{array}{ll}
126 \end{array}
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])
H A D08-residue.tex218 4) array [residue_books] element [i][j] = read 8 bits as unsigned integer
222 5) array [residue_books] element [i][j] = unused
234 stream undecodable. All codebooks in array [residue_books] are
235 required to have a value mapping. The presence of codebook in array
305 11) array [classifications] element [j],([i]+[partition_count]) =
324 16) [vqclass] = array [classifications] element [j],[partition_count]
325 17) [vqbook] = array [residue_books] element [vqclass],[pass]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dconfigure3787 array size at least. It's necessary to write '\x00'==0 to get something
4637 array size at least. It's necessary to write '\x00'==0 to get something
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfigure2570 array size at least. It's necessary to write '\x00'==0 to get something
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfigure3371 array size at least. It's necessary to write '\x00'==0 to get something

Completed in 578 milliseconds

1234567