Searched refs:input_array (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-403409.js | 8 var input_array = []; variable 10 input_array[i] = 0.5; 12 var output_array = input_array.concat(0.5);
|
/external/libjpeg-turbo/ |
D | jutils.c | 93 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()
|
D | jpegint.h | 346 EXTERN(void) jcopy_sample_rows (JSAMPARRAY input_array, int source_row,
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder_unittest.cpp | 46 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/ |
D | jutils.c | 177 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()
|
D | jpegint.h | 399 EXTERN(void) jcopy_sample_rows JPP((JSAMPARRAY input_array, int source_row,
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jutils.c | 111 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()
|
D | jpegint.h | 373 EXTERN(void) jcopy_sample_rows JPP((JSAMPARRAY input_array, int source_row,
|