Searched defs:num_bytes (Results 1 – 16 of 16) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | allocator.cc | 29 void* Allocator::AllocateFast(std::ptrdiff_t num_bytes) { in AllocateFast() 38 void* Allocator::AllocateSlow(std::ptrdiff_t num_bytes) { in AllocateSlow() 45 void* Allocator::AllocateBytes(std::ptrdiff_t num_bytes) { in AllocateBytes() 57 void* Allocator::AllocateBytesAvoidingAliasingWith(std::ptrdiff_t num_bytes, in AllocateBytesAvoidingAliasingWith()
|
A D | system_aligned_alloc.cc | 29 void *SystemAlignedAlloc(std::ptrdiff_t num_bytes) { in SystemAlignedAlloc()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | malloc.c | 85 void *m_malloc(size_t num_bytes) { in m_malloc() 99 void *m_malloc_maybe(size_t num_bytes) { in m_malloc_maybe() 111 void *m_malloc_with_finaliser(size_t num_bytes) { in m_malloc_with_finaliser() 126 void *m_malloc0(size_t num_bytes) { in m_malloc0() 194 void m_free(void *ptr, size_t num_bytes) in m_free()
|
A D | runtime.c | 1513 NORETURN void m_malloc_fail(size_t num_bytes) { in m_malloc_fail()
|
A D | parse.c | 253 STATIC void *parser_alloc(parser_t *parser, size_t num_bytes) { in parser_alloc()
|
A D | asmxtensa.h | 134 static inline void asm_xtensa_op_entry(asm_xtensa_t *as, uint reg_src, int32_t num_bytes) { in asm_xtensa_op_entry()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | png.c | 47 png_set_sig_bytes(png_structrp png_ptr, int num_bytes) in png_set_sig_bytes() 100 png_alloc_size_t num_bytes = size; variable
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc_dh.c | 157 wordcount_t num_bytes = curve->num_bytes; in uECC_shared_secret() local
|
A D | ecc.c | 814 void uECC_vli_nativeToBytes(uint8_t *bytes, int num_bytes, in uECC_vli_nativeToBytes() 826 int num_bytes) in uECC_vli_bytesToNative()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdatasrc.c | 156 skip_input_data (j_decompress_ptr cinfo, long num_bytes) in skip_input_data()
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | ecc.h | 114 wordcount_t num_bytes; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | common.c | 179 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor) { in TfLiteTensorRealloc()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_jpg.c | 238 static void skip_input_data (j_decompress_ptr cinfo, long num_bytes) in skip_input_data()
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 206 static uint32_t get_bytes(uint8_t *rpt, size_t len, size_t num_bytes, size_t cur) in get_bytes()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_jpeg.c | 617 std_skip_input_data(j_decompress_ptr cinfo, long num_bytes) in std_skip_input_data()
|
A D | tif_ojpeg.c | 2523 OJPEGLibjpegJpegSourceMgrSkipInputData(jpeg_decompress_struct* cinfo, long num_bytes) in OJPEGLibjpegJpegSourceMgrSkipInputData()
|
Completed in 50 milliseconds