Home
last modified time | relevance | path

Searched refs:buf_offset (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dota.c155 unsigned int buf_offset = 0;; in rtl8721d_ota_write_ota_cb() local
259 buf_offset = len - Cnt +8; in rtl8721d_ota_write_ota_cb()
284 buf_offset = aliota_end_sig; in rtl8721d_ota_write_ota_cb()
294 buf_offset = 0; in rtl8721d_ota_write_ota_cb()
300 … if(ota_writestream_user(DownloadInfo[i].FlashAddr + alink_size, copy_len, buffer+buf_offset) < 0){ in rtl8721d_ota_write_ota_cb()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_unix.c83 char *buf_offset = (char *) buf+bytes_read; in _tiffReadProc() local
87 count=read(fdh.fd, buf_offset, (TIFFIOSize_t) io_size); in _tiffReadProc()
111 const char *buf_offset = (char *) buf+bytes_written; in _tiffWriteProc() local
115 count=write(fdh.fd, buf_offset, (TIFFIOSize_t) io_size); in _tiffWriteProc()
/AliOS-Things-master/components/freetype/src/lzw/
A Dftzopen.c43 state->buf_offset = 0; in ft_lzwstate_refill()
57 FT_Int offset = state->buf_offset; in ft_lzwstate_get_code()
87 state->buf_offset = offset + num_bits; in ft_lzwstate_get_code()
188 state->buf_offset = 0; in ft_lzwstate_reset()
A Dftzopen.h118 FT_Int buf_offset; member

Completed in 7 milliseconds