/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ReshapeFunctions/ |
A D | arm_reshape_s8.c | 49 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size) in arm_reshape_s8()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ReshapeFunctions/ |
A D | arm_reshape_s8.c | 49 void arm_reshape_s8(const int8_t *input, int8_t *output, const uint32_t total_size) in arm_reshape_s8()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | huffman_utils.c | 84 int total_size = 1 << root_bits; // total size root table + 2nd level table in BuildHuffmanTable() local 207 int total_size; in VP8LBuildHuffmanTable() local
|
A D | utils.c | 169 const uint64_t total_size = nmemb * size; in CheckSizeArgumentsOverflow() local
|
A D | quant_levels_dec_utils.c | 223 const size_t total_size = size_scratch_m + size_m + size_lut; in InitParams() local
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_overview.h | 16 int32_t total_size; member
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_mem.h | 50 uint32_t total_size; /**< Total heap size */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | imageio_util.c | 152 const uint64_t total_size = nmemb * size; in ImgIoUtilCheckSizeArgumentsOverflow() local
|
A D | jpegdec.c | 70 size_t total_size = 0; in StoreICCP() local
|
A D | image_enc.c | 306 const uint32_t total_size = bmp_stride * height + BMP_HEADER_SIZE; in WebPWriteBMP() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | dwebp.c | 145 uint32_t total_size = stride * h * (has_alpha ? 2 : 1) in AllocateExternalBuffer() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | netdb.c | 277 size_t total_size; in lwip_getaddrinfo() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_enc.c | 98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
|
A D | histogram_enc.c | 64 const size_t total_size = sizeof(VP8LHistogram) + sizeof(int) * literal_size; in VP8LGetHistogramSize() local 113 const int total_size = VP8LGetHistogramSize(cache_bits); in VP8LAllocateHistogram() local 149 const size_t total_size = HistogramSetTotalSize(size, cache_bits); in VP8LAllocateHistogramSet() local 169 const size_t total_size = HistogramSetTotalSize(size, cache_bits); in VP8LHistogramSetClear() local
|
A D | picture_psnr_enc.c | 184 double total_size = 0., total_distortion = 0.; in WebPPictureDistortion() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/norflash/ |
A D | norflash_drv.h | 78 const uint32_t total_size; member
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | input_data.py | 226 def _progress(count, block_size, total_size): argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | buffer_dec.c | 99 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
|
A D | webp_dec.c | 153 uint32_t total_size = TAG_SIZE + // "WEBP". in ParseOptionalChunks() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moductypes.c | 147 mp_uint_t total_size = 0; in uctypes_struct_agg_size() local 200 mp_uint_t total_size = 0; in uctypes_struct_size() local
|
/AliOS-Things-master/components/drivers/core/fbdev/src/ |
A D | fb.c | 110 unsigned long total_size; in fb_read() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | muxinternal.c | 372 size_t total_size, uint8_t* dst) { in ChunkEmitSpecial()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | stream.c | 306 mp_uint_t total_size = 0; in stream_readall() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftmac.c | 584 FT_ULong total_size = 0; in read_lwfn() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | sse_tensor_utils.cc | 233 const int total_size = n_batch * m_rows; in SseMatrixBatchVectorMultiplyAccumulate() local
|