Home
last modified time | relevance | path

Searched refs:input_array (Results 1 – 8 of 8) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-crbug-403409.js8 var input_array = []; variable
10 input_array[i] = 0.5;
12 var output_array = input_array.concat(0.5);
/external/libjpeg-turbo/
Djutils.c93 jcopy_sample_rows (JSAMPARRAY input_array, int source_row, in jcopy_sample_rows() argument
106 input_array += source_row; in jcopy_sample_rows()
110 inptr = *input_array++; in jcopy_sample_rows()
Djpegint.h346 EXTERN(void) jcopy_sample_rows (JSAMPARRAY input_array, int source_row,
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder_unittest.cpp46 CFX_ByteArray input_array; in TEST() local
48 input_array.SetSize(input_length); in TEST()
50 input_array.SetAt(j, ptr->input[j]); in TEST()
55 &input_array, ptr->offset, ptr->count, ptr->startmode, result); in TEST()
/external/opencv3/3rdparty/libjpeg/
Djutils.c177 jcopy_sample_rows (JSAMPARRAY input_array, int source_row, in jcopy_sample_rows() argument
194 input_array += source_row; in jcopy_sample_rows()
198 inptr = *input_array++; in jcopy_sample_rows()
Djpegint.h399 EXTERN(void) jcopy_sample_rows JPP((JSAMPARRAY input_array, int source_row,
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jutils.c111 jcopy_sample_rows (JSAMPARRAY input_array, int source_row, in jcopy_sample_rows() argument
128 input_array += source_row; in jcopy_sample_rows()
132 inptr = *input_array++; in jcopy_sample_rows()
Djpegint.h373 EXTERN(void) jcopy_sample_rows JPP((JSAMPARRAY input_array, int source_row,