Searched defs:data_buf (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | xzupdater.c | 10 unsigned char data_buf[SECTOR_SIZE] = {0}; in ota_image_check() local 36 unsigned char data_buf[SECTOR_SIZE] = {0}; in ota_image_copy() local 60 unsigned char data_buf[16] = {0}; in ota_is_xz_header() local 202 unsigned char data_buf[SECTOR_SIZE] = {0}; in ota_verify_xz() local
|
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_export.c | 12 unsigned char* data_buf = NULL; in xz_check_file_crc() local 49 unsigned char data_buf[16] = {0}; in xz_identify_xz_header() local 203 unsigned char* data_buf = NULL; in xz_verify_uncompress_file() local
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | cap_task.c | 47 cap_data_buf_t *data_buf = NULL; in capture_task_drop() local 147 cap_data_buf_t *data_buf = NULL; in capture_read_data() local
|
A D | pb_task.c | 45 pb_data_buf_t *data_buf = NULL; in pb_thread_loop() local
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_solo.c | 1300 int being_deprecated linkkit_invoke_cota_service(void *data_buf, in linkkit_invoke_cota_service() 1363 int being_deprecated linkkit_invoke_fota_service(void *data_buf, in linkkit_invoke_fota_service()
|
A D | impl_gateway.c | 2535 int linkkit_gateway_invoke_fota_service(void *data_buf, int data_buf_length) in linkkit_gateway_invoke_fota_service()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_usbhost.h | 123 uint8_t *data_buf; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | unicode_gen.c | 2447 void put16(uint8_t *data_buf, int *pidx, uint16_t c) in put16() 2456 void add_decomp_data(uint8_t *data_buf, int *pidx, DecompEntry *de) in add_decomp_data() 2610 uint8_t *data_buf; in build_decompose_table() local
|
A D | quickjs-libc.c | 1239 DynBuf data_buf_s, *data_buf = &data_buf_s; in js_std_urlGet() local
|
/AliOS-Things-master/components/sensor/include/sensor/ |
A D | sensor.h | 351 void *data_buf; member 403 void *data_buf; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flexbuffers.h | 257 Blob(const uint8_t *data_buf, uint8_t byte_width) in Blob()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 1397 DynBuf data_buf_s, *data_buf = &data_buf_s; in js_std_urlGet() local
|
Completed in 43 milliseconds