/AliOS-Things-master/components/genie_service/genie_port/hal/ |
A D | genie_hal_flash.c | 43 int32_t hal_flash_read_otp(uint32_t off_set, void *out_buf, uint32_t out_buf_len) in hal_flash_read_otp() 63 int32_t hal_flash_read_xtalcap_params(void *out_buf, uint32_t out_buf_len) in hal_flash_read_xtalcap_params() 87 int32_t hal_flash_read_sn_params(void *out_buf, uint32_t out_buf_len) in hal_flash_read_sn_params() 97 int32_t hal_flash_read_mac_params(void *out_buf, uint32_t out_buf_len) in hal_flash_read_mac_params() 113 int32_t hal_flash_read_triples(void *out_buf, uint32_t out_buf_len) in hal_flash_read_triples() 123 int32_t hal_flash_read_group_addr(void *out_buf, uint32_t out_buf_len) in hal_flash_read_group_addr()
|
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_export.c | 69 unsigned char* out_buf = NULL; in copy_xz() local 205 unsigned char* out_buf = NULL; in xz_verify_uncompress_file() local
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | xzupdater.c | 79 unsigned char* out_buf = NULL; in ota_copy_xz() local 204 unsigned char* out_buf = NULL; in ota_verify_xz() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/ |
A D | simpleover.c | 315 add_sprite(png_imagep output, png_bytep out_buf, struct sprite *sprite, in add_sprite() 391 simpleover_process(png_imagep output, png_bytep out_buf, int argc, in simpleover_process()
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_ctrl.c | 81 int ota_read(unsigned int *off, char *out_buf, unsigned int out_buf_len) in ota_read()
|
A D | ota_hal_plat.c | 184 int ota_hal_read(unsigned int *off, char *out_buf, unsigned int out_buf_len) in ota_hal_read()
|
A D | ota_hal_vfs_plat.c | 311 OTA_WEAK int ota_hal_read(unsigned int *off, char *out_buf, unsigned int out_buf_len) in ota_hal_read()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | flash.c | 73 int32_t hal_flash_read(hal_partition_t in_partition, uint32_t *off_set, void *out_buf, uint32_t out… in hal_flash_read()
|
A D | ota.c | 407 static int rtl8721d_ota_read_ota_cb(int* off_set, char* out_buf, int out_buf_len) in rtl8721d_ota_read_ota_cb()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 635 void *out_buf, uint32_t in_buf_len) in hal_flash_read()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moducryptolib.c | 268 mp_obj_t out_buf = MP_OBJ_NULL; in aes_process() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjsc.c | 179 uint8_t *out_buf; in output_object_code() local
|
A D | libbf.c | 7541 NTTLimb *out_buf, NTTLimb *in_buf, in ntt_fft() 7721 static no_inline int ntt_fft(BFNTTState *s, NTTLimb *out_buf, NTTLimb *in_buf, in ntt_fft()
|
A D | quickjs.c | 40698 uint32_t *buf, *out_buf; in js_string_normalize() local
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl.h | 1124 unsigned char *out_buf; /*!< output buffer */ member
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | miniz.h | 2776 tdefl_output_buffer out_buf; MZ_CLEAR_OBJ(out_buf); in tdefl_compress_mem_to_heap() local 2785 tdefl_output_buffer out_buf; MZ_CLEAR_OBJ(out_buf); in tdefl_compress_mem_to_mem() local 2823 …fl_compressor *)MZ_MALLOC(sizeof(tdefl_compressor)); tdefl_output_buffer out_buf; int i, y, z; mz_… in tdefl_write_image_to_png_file_in_memory_ex() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 38422 …parts_iso8601(duk_int_t *parts, duk_int_t tzoffset, duk_small_uint_t flags, duk_uint8_t *out_buf) { in duk__format_parts_iso8601()
|