Searched refs:tmp_ptr (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | kernel_avx2_fma.cc | 562 &tmp_ptr[0 * dst_stride], accum_data_v0); 564 &tmp_ptr[1 * dst_stride], accum_data_v1); 566 &tmp_ptr[2 * dst_stride], accum_data_v2); 568 &tmp_ptr[3 * dst_stride], accum_data_v3); 570 &tmp_ptr[4 * dst_stride], accum_data_v4); 583 tmp_ptr, residual_rows, result); 584 tmp_ptr += dst_stride; 630 tmp_ptr, residual_rows, result); 631 tmp_ptr += dst_stride; 677 tmp_ptr, residual_rows, result); [all …]
|
A D | kernel_avx.cc | 971 &tmp_ptr[0 * dst_stride], accum_data_v0); 973 &tmp_ptr[1 * dst_stride], accum_data_v1); 975 &tmp_ptr[2 * dst_stride], accum_data_v2); 977 &tmp_ptr[3 * dst_stride], accum_data_v3); 979 &tmp_ptr[4 * dst_stride], accum_data_v4); 992 tmp_ptr, residual_rows, result); 993 tmp_ptr += dst_stride; 1055 tmp_ptr, residual_rows, result); 1056 tmp_ptr += dst_stride; 1118 tmp_ptr, residual_rows, result); [all …]
|
A D | kernel_avx512.cc | 527 std::int8_t* tmp_ptr = static_cast<std::int8_t*>(dst_ptr); 549 std::uint8_t* tmp_ptr = static_cast<std::uint8_t*>(dst_ptr); 571 std::int16_t* tmp_ptr = static_cast<std::int16_t*>(dst_ptr); 594 std::int32_t* tmp_ptr = static_cast<std::int32_t*>(dst_ptr); 599 std::int32_t* tmp_ptr = static_cast<std::int32_t*>(dst_ptr); 821 std::int8_t* tmp_ptr = static_cast<std::int8_t*>(dst_ptr); 828 std::uint8_t* tmp_ptr = static_cast<std::uint8_t*>(dst_ptr); 835 std::int16_t* tmp_ptr = static_cast<std::int16_t*>(dst_ptr); 839 _mm256_mask_storeu_epi16(tmp_ptr, row_mask, 843 std::int32_t* tmp_ptr = static_cast<std::int32_t*>(dst_ptr); [all …]
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_label.c | 110 ext->dot.tmp_ptr = NULL; in lv_label_create() 143 if(copy_ext->dot_tmp_alloc && copy_ext->dot.tmp_ptr) { in lv_label_create() 144 int len = strlen(copy_ext->dot.tmp_ptr); in lv_label_create() 1175 ext->dot.tmp_ptr = lv_mem_alloc(len + 1); in lv_label_set_dot_tmp() 1176 if(ext->dot.tmp_ptr == NULL) { in lv_label_set_dot_tmp() 1180 memcpy(ext->dot.tmp_ptr, data, len); in lv_label_set_dot_tmp() 1181 ext->dot.tmp_ptr[len] = '\0'; in lv_label_set_dot_tmp() 1200 return ext->dot.tmp_ptr; in lv_label_get_dot_tmp() 1214 if(ext->dot_tmp_alloc && ext->dot.tmp_ptr) { in lv_label_dot_tmp_free() 1215 lv_mem_free(ext->dot.tmp_ptr); in lv_label_dot_tmp_free() [all …]
|
A D | lv_label.h | 69 …char * tmp_ptr; /* Pointer to the allocated memory containing the character which are replaced by … member
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_httpc.c | 383 char *tmp_ptr, *ptr_body_end; in _http_parse_response_header() local 440 tmp_ptr = strstr(data, "Content-Length"); in _http_parse_response_header() 441 if (tmp_ptr != NULL) { in _http_parse_response_header() 443 atoi(tmp_ptr + strlen("Content-Length: ")); in _http_parse_response_header()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 27289 duk_uint8_t *tmp_ptr; in duk_to_buffer_raw() local 27291 tmp_ptr = (duk_uint8_t *) DUK_HBUFFER_GET_DATA_PTR(thr->heap, h_buf); in duk_to_buffer_raw() 27292 src_data = (const duk_uint8_t *) tmp_ptr; in duk_to_buffer_raw() 27301 dst_data = tmp_ptr; in duk_to_buffer_raw()
|
Completed in 239 milliseconds