/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() argument 63 int32_t hal_flash_read_xtalcap_params(void *out_buf, uint32_t out_buf_len) in hal_flash_read_xtalcap_params() argument 73 memcpy(out_buf, &xtal_cap, sizeof(uint32_t)); 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() argument 89 return hal_flash_read_otp(SN_PARAMS_OFFSET, out_buf, 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() argument 99 if (!out_buf || out_buf_len < 6) 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() argument 115 return hal_flash_read_otp(TRIPLE_OFFSET, out_buf, 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() argument [all …]
|
A D | flash.h | 26 int32_t hal_flash_read_triples(void *out_buf, uint32_t out_buf_len); 46 int32_t hal_flash_read_group_addr(void *out_buf, uint32_t out_buf_len); 50 int32_t hal_flash_read_xtalcap_params(void *out_buf, uint32_t out_buf_len); 52 int32_t hal_flash_read_mac_params(void *out_buf, uint32_t out_buf_len); 74 int32_t hal_flash_read_sn_params(void *out_buf, uint32_t out_buf_len);
|
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_export.c | 69 unsigned char* out_buf = NULL; in copy_xz() local 98 if(out_buf == NULL) { in copy_xz() 105 b.out = out_buf; in copy_xz() 182 if(out_buf != NULL) { in copy_xz() 183 ota_free(out_buf); in copy_xz() 184 out_buf = NULL; in copy_xz() 229 if(out_buf == NULL) { in xz_verify_uncompress_file() 237 b.out = out_buf; in xz_verify_uncompress_file() 302 if(out_buf != NULL) { in xz_verify_uncompress_file() 303 ota_free(out_buf); in xz_verify_uncompress_file() [all …]
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | xzupdater.c | 79 unsigned char* out_buf = NULL; in ota_copy_xz() local 101 out_buf = malloc(XZ_BUF_SIZE); in ota_copy_xz() 102 if(out_buf == NULL) { in ota_copy_xz() 109 b.out = out_buf; in ota_copy_xz() 183 if(out_buf) { in ota_copy_xz() 184 free(out_buf); in ota_copy_xz() 204 unsigned char* out_buf = NULL; in ota_verify_xz() local 221 if(out_buf == NULL) { in ota_verify_xz() 228 b.out = out_buf; in ota_verify_xz() 291 if(out_buf) { in ota_verify_xz() [all …]
|
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/ |
A D | stream.py | 11 self.out_buf = b"" 59 self.out_buf += buf 62 mv = memoryview(self.out_buf) 69 self.out_buf = b""
|
/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 270 out_buf = args[2]; in aes_process() 284 if (out_buf != MP_OBJ_NULL) { in aes_process() 285 mp_get_buffer_raise(out_buf, &out_bufinfo, MP_BUFFER_WRITE); in aes_process() 330 if (out_buf != MP_OBJ_NULL) { in aes_process() 331 return out_buf; in aes_process()
|
/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() argument 81 …if(off_set == NULL || out_buf == NULL || *off_set + out_buf_len > partition_info->partition_length… in hal_flash_read() 87 flash_stream_read(&flash_obj, start_addr, out_buf_len, out_buf); 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() argument 410 return hal_flash_read(boot_part, (uint32_t*)off_set, out_buf, out_buf_len); in rtl8721d_ota_read_ota_cb()
|
/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() argument 363 out_buf + (y*output->width + x)*3/*RGB*/, in add_sprite() 391 simpleover_process(png_imagep output, png_bytep out_buf, int argc, in simpleover_process() argument 492 if (!add_sprite(output, out_buf, sprites+isprite, &argc, &argv)) in simpleover_process()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | speech_ff_3mic_ns1.h | 13 …process(SpeechFF3MicNs1State *st, short *pcm_buf, short *ref_buf, int32_t pcm_len, short *out_buf);
|
A D | triple_mic_denoise3.h | 30 …ocess(TripleMicDenoise3State *st, speech_data_t *pcm_buf, int32_t pcm_len, speech_data_t *out_buf);
|
A D | speech_3mic_ns.h | 37 …2_t speech_3mic_ns_process(Speech3MicNsState *st, short *pcm_buf, int32_t pcm_len, short *out_buf);
|
A D | sensormic_denoise.h | 41 …sormic_denoise_process(SensorMicDenoiseState *st, short *pcm_buf, int32_t pcm_len, short *out_buf);
|
A D | leftright_denoise.h | 42 …tright_denoise_process(LeftRightDenoiseState *st, short *pcm_buf, int32_t pcm_len, short *out_buf);
|
A D | speech_2mic_ns2_denoise.h | 44 …t speech_2mic_ns2_process(Speech2MicNs2State *st, short *pcm_buf, int32_t pcm_len, short *out_buf);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjsc.c | 179 uint8_t *out_buf; in output_object_code() local 185 out_buf = JS_WriteObject(ctx, &out_buf_len, obj, flags); in output_object_code() 186 if (!out_buf) { in output_object_code() 197 dump_hex(fo, out_buf, out_buf_len); in output_object_code() 200 js_free(ctx, out_buf); in output_object_code()
|
/AliOS-Things-master/components/ota/hal/ |
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() argument 187 ret = aos_hal_flash_read(boot_part, off, out_buf, out_buf_len); in ota_hal_read()
|
A D | ota_hal_ctrl.c | 81 int ota_read(unsigned int *off, char *out_buf, unsigned int out_buf_len) in ota_read() argument 84 ret = ota_hal_read(off, out_buf, out_buf_len); in ota_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() argument 334 ret = read(temp_fd, (void *)out_buf, out_buf_len); in ota_hal_read()
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_import.h | 128 int ota_read(unsigned int *off, char *out_buf, unsigned int out_buf_len);
|
/AliOS-Things-master/components/amp_adapter/include/peripheral/ |
A D | aos_hal_flash.h | 184 void *out_buf, uint32_t in_buf_len);
|
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/hal/ |
A D | flash.h | 186 void *out_buf, uint32_t in_buf_len);
|
/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 2778 out_buf.m_expandable = MZ_TRUE; in tdefl_compress_mem_to_heap() 2780 *pOut_len = out_buf.m_size; return out_buf.m_pBuf; in tdefl_compress_mem_to_heap() 2785 tdefl_output_buffer out_buf; MZ_CLEAR_OBJ(out_buf); in tdefl_compress_mem_to_mem() local 2787 out_buf.m_pBuf = (mz_uint8*)pOut_buf; out_buf.m_capacity = out_buf_len; in tdefl_compress_mem_to_mem() 2789 return out_buf.m_size; in tdefl_compress_mem_to_mem() 2825 …BJ(out_buf); out_buf.m_expandable = MZ_TRUE; out_buf.m_capacity = 57+MZ_MAX(64, (1+bpl)*h); if (NU… in tdefl_write_image_to_png_file_in_memory_ex() 2833 *pLen_out = out_buf.m_size-41; in tdefl_write_image_to_png_file_in_memory_ex() 2849 memcpy(out_buf.m_pBuf, pnghdr, 41); in tdefl_write_image_to_png_file_in_memory_ex() 2853 …(mz_uint32)mz_crc32(MZ_CRC32_INIT,out_buf.m_pBuf+41-4, *pLen_out+4); for (i=0; i<4; ++i, c<<=8) (o… in tdefl_write_image_to_png_file_in_memory_ex() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 635 void *out_buf, uint32_t in_buf_len) in hal_flash_read() argument 649 ret = bes_hal_flash_read(operate_partition_id, start_addr, out_buf, in_buf_len); in hal_flash_read()
|
/AliOS-Things-master/components/csi/csi2/dsp/include/ |
A D | csky_math.h | 1900 q15_t * out_buf, 1910 q31_t * out_buf, 1919 q15_t * out_buf, 1929 q31_t * out_buf, 1938 q15_t * out_buf, 1949 q31_t * out_buf, 1959 q15_t * out_buf, 1970 q31_t * out_buf,
|