Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 86) sorted by relevance

1234

/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/
A Dsettings_line.c228 off_t off; in settings_line_raw_read_until() local
291 int settings_line_val_read(off_t val_off, off_t off, char *out, size_t len_req, in settings_line_val_read()
362 int settings_line_val_read(off_t val_off, off_t off, char *out, size_t len_req, in settings_line_val_read()
456 void settings_line_io_init(int (*read_cb)(void *ctx, off_t off, char *buf, in settings_line_io_init()
478 off_t off = 0; in settings_line_cmp() local
509 off_t off, void *cb_arg) in settings_line_dup_check_cb()
552 int settings_line_load_cb(const char *name, void *val_read_cb_ctx, off_t off, in settings_line_load_cb()
A Dsettings_fcb.c117 static int read_entry_len(const struct fcb_entry_ctx *entry_ctx, off_t off) in read_entry_len()
178 static int read_handler(void *ctx, off_t off, char *buf, size_t *len) in read_handler()
293 static int write_handler(void *ctx, off_t off, char const *buf, size_t len) in write_handler()
A Dsettings_file.c103 static int read_entry_len(const struct line_entry_ctx *entry_ctx, off_t off) in read_entry_len()
432 static int read_handler(void *ctx, off_t off, char *buf, size_t *len) in read_handler()
475 static int write_handler(void *ctx, off_t off, char const *buf, size_t len) in write_handler()
/AliOS-Things-master/components/ota/hal/
A Dota_hal_plat.c39 unsigned int off = 0; in ota_hal_init() local
72 OTA_WEAK int ota_hal_write(unsigned int *off, char *in_buf, unsigned int in_buf_len) in ota_hal_write()
184 int ota_hal_read(unsigned int *off, char *out_buf, unsigned int out_buf_len) in ota_hal_read()
A Dota_hal_vfs_plat.c36 unsigned int off = 0; in ota_hal_init() local
113 OTA_WEAK int ota_hal_write(unsigned int *off, char *in_buf, unsigned int in_buf_len) in ota_hal_write()
311 OTA_WEAK int ota_hal_read(unsigned int *off, char *out_buf, unsigned int out_buf_len) in ota_hal_read()
A Dota_hal_ctrl.c46 int ota_write(unsigned int *off, char *in_buf, unsigned int in_buf_len) in ota_write()
81 int ota_read(unsigned int *off, char *out_buf, unsigned int out_buf_len) in ota_read()
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_lfs_mount.py19 def readblocks(self, block, buf, off=0): argument
24 def writeblocks(self, block, buf, off=0): argument
A Dvfs_blockdev.py19 def readblocks(self, block, buf, off=0): argument
24 def writeblocks(self, block, buf, off=None): argument
A Dvfs_lfs_mtime.py20 def readblocks(self, block, buf, off): argument
25 def writeblocks(self, block, buf, off): argument
A Dvfs_lfs_error.py19 def readblocks(self, block, buf, off): argument
24 def writeblocks(self, block, buf, off): argument
A Dvfs_lfs_file.py19 def readblocks(self, block, buf, off): argument
24 def writeblocks(self, block, buf, off): argument
A Dvfs_lfs.py19 def readblocks(self, block, buf, off): argument
24 def writeblocks(self, block, buf, off): argument
A Dvfs_lfs_corrupt.py20 def readblocks(self, block, buf, off): argument
26 def writeblocks(self, block, buf, off): argument
A Dticks_diff.py29 off = 100 variable
A Dvfs_lfs_superblock.py17 def readblocks(self, block, buf, off): argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dpnmdec.c49 static size_t ReadLine(const uint8_t* const data, size_t off, size_t data_size, in ReadLine()
73 static size_t ReadPAMFields(PNMInfo* const info, size_t off) { in ReadPAMFields()
136 size_t off = 0; in ReadHeader() local
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs1.c16 lfs1_off_t off, void *buffer, lfs1_size_t size) { in lfs1_cache_read()
76 lfs1_off_t off, const void *buffer, lfs1_size_t size) { in lfs1_cache_cmp()
97 lfs1_off_t off, lfs1_size_t size, uint32_t *crc) { in lfs1_cache_crc()
154 lfs1_off_t off, const void *buffer, lfs1_size_t size) { in lfs1_cache_prog()
223 lfs1_off_t off, void *buffer, lfs1_size_t size) { in lfs1_bd_read()
242 lfs1_off_t off, lfs1_size_t size, uint32_t *crc) { in lfs1_bd_crc()
277 lfs1_block_t off = ((block - lfs1->free.off) in lfs1_alloc_lookahead() local
290 lfs1_block_t off = lfs1->free.i; in lfs1_alloc() local
1107 static int lfs1_ctz_index(lfs1_t *lfs1, lfs1_off_t *off) { in lfs1_ctz_index()
1156 lfs1_block_t *block, lfs1_off_t *off) { in lfs1_ctz_extend()
[all …]
A Dlfs1.h198 lfs1_off_t off; member
217 lfs1_off_t off; member
233 lfs1_off_t off; member
240 lfs1_off_t off; member
253 lfs1_off_t off; member
269 lfs1_block_t off; member
A Dlfs2.c29 lfs2_block_t block, lfs2_off_t off, in lfs2_bd_read()
118 lfs2_block_t block, lfs2_off_t off, in lfs2_bd_cmp()
345 lfs2_off_t off; member
585 lfs2_off_t off = dir->off; in lfs2_dir_getslice() local
877 lfs2_off_t off = 0; in lfs2_dir_fetchmatch() local
1268 lfs2_off_t off; member
1402 lfs2_off_t off = commit->begin; in lfs2_dir_commitcrc() local
3052 lfs2_soff_t off, int whence) {
4250 lfs2_off_t off; member
4270 lfs2_off_t off; member
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/
A Dcharclass.c18 int off = (*pc >> 5) & 1; in _re1_5_namedclassmatch() local
A Drecursiveloop.c11 int off; in recursiveloop() local
/AliOS-Things-master/components/vfs/example/
A Dvfs_example.c49 static uint32_t driver_vfs_lseek(vfs_file_t *fp, int64_t off, int32_t whence) in driver_vfs_lseek()
73 int64_t off = 0; in driver_vfs_example() local
/AliOS-Things-master/components/kv/src/
A Dkv_cli.c16 kv_size_t off; in __item_print_cb() local
/AliOS-Things-master/components/amp/libjs/lib/
A Duart.js48 off() { method in HW_UART
/AliOS-Things-master/components/amp/jslib/src/
A Duart.js56 off() { method in HW_UART

Completed in 62 milliseconds

1234