Home
last modified time | relevance | path

Searched defs:buf_size (Results 1 – 25 of 51) sorted by relevance

123

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/
A Dos_pool.h105 #define os_pool_create(p_handle, ram_type, buf_size, buf_count) \ argument
155 #define os_pool_extend(handle, buf_size, buf_count) \ argument
249 #define os_buffer_get(handle, buf_size) \ argument
/AliOS-Things-master/components/a2sa/example/
A Dsound_example_lb.c31 unsigned int buf_size = 0; in sound_loopback_thread() local
/AliOS-Things-master/components/csi/csi1/include/drv/
A Dcodec.h73 uint32_t buf_size; ///< Used to cache incoming data member
85 uint32_t buf_size; member
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_roller.h155 …atic inline void lv_roller_get_selected_str(const lv_obj_t * roller, char * buf, uint16_t buf_size) in lv_roller_get_selected_str()
/AliOS-Things-master/components/ucamera/src/device/wifi/dechunk/
A Ddechunk.c179 int dechunk_getbuff(void **buff, size_t *buf_size) in dechunk_getbuff()
/AliOS-Things-master/kernel/rhino/include/
A Dk_buf_queue.h45 size_t buf_size; /**< whole queue size */ member
A Dk_mm.h164 size_t buf_size; member
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjint.c185 size_t buf_size = sizeof(stack_buf); in mp_obj_int_print() local
224 char *mp_obj_int_formatted(char **buf, size_t *buf_size, size_t *fmt_size, mp_const_obj_t self_in, in mp_obj_int_formatted()
A Dformatfloat.c114 int mp_format_float(FPTYPE f, char *buf, size_t buf_size, char fmt, int prec, char sign) { in mp_format_float()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/cp_server/
A Dcp_server.h76 uint32_t buf_size; member
90 uint32_t buf_size; member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/mfs/
A Dmfs_file.c66 static long buf_size[MAX_BUFFS]; /* Count of bytes allocated for each buf */ variable
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/
A Dspdio_api.h66 u16 buf_size; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/cmsis_nn/
A Dfully_connected.cc90 const int32_t buf_size = in Prepare() local
A Dconv.cc50 int32_t buf_size = 0; in Prepare() local
A Ddepthwise_conv.cc140 const int32_t buf_size = arm_depthwise_conv_wrapper_s8_get_buffer_size( in Prepare() local
/AliOS-Things-master/components/uservice/src/
A Dinternal.h56 uint16_t buf_size; member
/AliOS-Things-master/components/freetype/src/lzw/
A Dftzopen.h119 FT_Int buf_size; member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/
A Dsimpleover.c422 size_t buf_size, tmp; in simpleover_process() local
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dnet_sockets.c227 void *client_ip, size_t buf_size, size_t *ip_len ) in mbedtls_net_accept()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dcutils.c32 void pstrcpy(char *buf, int buf_size, const char *str) in pstrcpy()
50 char *pstrcat(char *buf, int buf_size, const char *s) in pstrcat()
/AliOS-Things-master/components/amp/components/at/src/
A Dat.c73 static void at_scan_for_callback(int fd, char c, char *buf, int buf_size, int *index) in at_scan_for_callback()
458 static void at_scan_check_buffer(char *buf, int buf_size, int *index, int copy_size) in at_scan_check_buffer()
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.h110 size_t buf_size, member
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c103 int32_t pyamp_httpc_construct_header(char *buf, uint16_t buf_size, in pyamp_httpc_construct_header()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c110 int32_t httpc_construct_header(char *buf, uint16_t buf_size, const char *name, const char *data) in httpc_construct_header()
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_task.c158 aos_status_t aos_task_name_get(aos_task_t *task, char *buf, size_t buf_size) in aos_task_name_get()

Completed in 39 milliseconds

123