Home
last modified time | relevance | path

Searched refs:row_ptr (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A Dlibpng_read_fuzzer.cc30 if (png_handler.row_ptr) \
31 png_free(png_handler.png_ptr, png_handler.row_ptr); \
41 png_handler.row_ptr = nullptr; \
55 png_voidp row_ptr = nullptr; member
59 if (row_ptr) in ~PngObjectHandler()
60 png_free(png_ptr, row_ptr); in ~PngObjectHandler()
99 png_handler.row_ptr = nullptr; in LLVMFuzzerTestOneInput()
175 png_handler.row_ptr = png_malloc( in LLVMFuzzerTestOneInput()
182 static_cast<png_bytep>(png_handler.row_ptr), nullptr); in LLVMFuzzerTestOneInput()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dsse_tensor_utils.cc108 const int8_t* __restrict__ row_ptr = matrix + row * m_cols; in SseMatrixBatchVectorMultiplyAccumulateImpl() local
122 _mm_loadu_si128(reinterpret_cast<const __m128i*>(row_ptr + col)); in SseMatrixBatchVectorMultiplyAccumulateImpl()
134 _mm_loadl_epi64(reinterpret_cast<const __m128i*>(row_ptr + col))); in SseMatrixBatchVectorMultiplyAccumulateImpl()
145 _mm_loadl_epi64(reinterpret_cast<const __m128i*>(row_ptr + col))); in SseMatrixBatchVectorMultiplyAccumulateImpl()
163 sum += row_ptr[col] * vectors[col]; in SseMatrixBatchVectorMultiplyAccumulateImpl()
422 const int8_t* __restrict__ row_ptr = input_vector + row * reduction_size; in SseReductionSumVector() local
427 _mm_loadu_si128(reinterpret_cast<const __m128i*>(row_ptr + col)); in SseReductionSumVector()
436 _mm_loadl_epi64(reinterpret_cast<const __m128i*>(row_ptr + col))); in SseReductionSumVector()
450 row_sum += row_ptr[col]; in SseReductionSumVector()
A Dneon_tensor_utils.cc783 int8_t* row_ptr = in NeonMatrixBatchVectorMultiplyImpl() local
787 row_ptr = aligned_row; in NeonMatrixBatchVectorMultiplyImpl()
837 dotprod += row_ptr[col] * aligned_vec[col]; in NeonMatrixBatchVectorMultiplyImpl()
1107 row_ptr = aligned_row; in NeonMatrixBatchVectorMultiplyAccumulate()
1161 dotprod += row_ptr[col] * aligned_vec[col]; in NeonMatrixBatchVectorMultiplyAccumulate()
1226 const int8_t* row_ptr = matrix + i * n_col; in NeonMatrixScalarMultiplyAccumulate() local
1236 sum += *(row_ptr + j); in NeonMatrixScalarMultiplyAccumulate()
1297 row_ptr = aligned_row; in NeonMatrixBatchVectorMultiplyAccumulateImpl()
1353 dotprod += row_ptr[col] * aligned_vec[col]; in NeonMatrixBatchVectorMultiplyAccumulateImpl()
2001 const int8_t* row_ptr = matrix; in NeonSparseMatrixBatchVectorMultiplyAccumulate() local
[all …]
A Ddepthwiseconv_3x3_filter_common.h572 const T* row_ptr = input_block_data;
574 const T* ptr = row_ptr;
580 row_ptr += input_height_stride;
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dportable_tensor_utils.cc145 const int8_t* row_ptr = matrix; in PortableMatrixBatchVectorMultiplyAccumulate() local
151 __builtin_prefetch(row_ptr, 0 /* prefetch for read */, in PortableMatrixBatchVectorMultiplyAccumulate()
154 for (int col = 0; col < m_cols; ++col, ++row_ptr) { in PortableMatrixBatchVectorMultiplyAccumulate()
155 dotprod += (*row_ptr) * (vectors[col]); in PortableMatrixBatchVectorMultiplyAccumulate()
184 const int8_t* row_ptr = matrix; in PortableMatrixBatchVectorMultiplyAccumulate() local
193 __builtin_prefetch(row_ptr, 0 /* prefetch for read */, in PortableMatrixBatchVectorMultiplyAccumulate()
196 for (int col = 0; col < m_cols; ++col, ++row_ptr) { in PortableMatrixBatchVectorMultiplyAccumulate()
197 dotprod += (*row_ptr) * vectors[col]; in PortableMatrixBatchVectorMultiplyAccumulate()
270 const int8_t* row_ptr = matrix; in PortableSparseMatrixBatchVectorMultiplyAccumulate() local
276 __builtin_prefetch(row_ptr, 0 /* prefetch for read */, in PortableSparseMatrixBatchVectorMultiplyAccumulate()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES6003 Initialize png_handler.row_ptr in contrib/oss-fuzz/libpng_read_fuzzer.cc
6036 Initialize png_handler.row_ptr in contrib/oss-fuzz/libpng_read_fuzzer.cc

Completed in 25 milliseconds