Home
last modified time | relevance | path

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 Dallocator.cc29 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 Dsystem_aligned_alloc.cc29 void *SystemAlignedAlloc(std::ptrdiff_t num_bytes) { in SystemAlignedAlloc()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmalloc.c85 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 Druntime.c1513 NORETURN void m_malloc_fail(size_t num_bytes) { in m_malloc_fail()
A Dparse.c253 STATIC void *parser_alloc(parser_t *parser, size_t num_bytes) { in parser_alloc()
A Dasmxtensa.h134 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 Dpng.c47 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 Decc_dh.c157 wordcount_t num_bytes = curve->num_bytes; in uECC_shared_secret() local
A Decc.c814 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 Djdatasrc.c156 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 Decc.h114 wordcount_t num_bytes; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.c179 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor) { in TfLiteTensorRealloc()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_jpg.c238 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 Dhid.c206 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 Dtif_jpeg.c617 std_skip_input_data(j_decompress_ptr cinfo, long num_bytes) in std_skip_input_data()
A Dtif_ojpeg.c2523 OJPEGLibjpegJpegSourceMgrSkipInputData(jpeg_decompress_struct* cinfo, long num_bytes) in OJPEGLibjpegJpegSourceMgrSkipInputData()

Completed in 50 milliseconds