Home
last modified time | relevance | path

Searched refs:fptr (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h118 DWORD fptr; /* File read/write pointer (0ed on file open) */ member
233 #define f_eof(fp) (((fp)->fptr == (fp)->fsize) ? 1 : 0)
235 #define f_tell(fp) ((fp)->fptr)
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c3628 remain = fp->obj.objsize - fp->fptr;
3729 if ((!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) && (DWORD)(fp->fptr + btw) < (DWORD)fp->fptr) {
3734 …-= wcnt, *bw += wcnt, wbuff += wcnt, fp->fptr += wcnt, fp->obj.objsize = (fp->fptr > fp->obj.objsi…
3799 fp->fptr < fp->obj.objsize &&
4191 ifptr = fp->fptr;
4192 fp->fptr = nsect = 0;
4198 ofs -= fp->fptr;
4214 ofs -= bcs; fp->fptr += bcs;
4234 fp->fptr += ofs;
4243 fp->obj.objsize = fp->fptr;
[all …]
A Dff.h199 FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */ member
313 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize))
315 #define f_tell(fp) ((fp)->fptr)
/AliOS-Things-master/components/fatfs/src/
A Dff.c3575 remain = fp->obj.objsize - fp->fptr;
3676 if ((!FF_FS_EXFAT || fs->fs_type != FS_EXFAT) && (DWORD)(fp->fptr + btw) < (DWORD)fp->fptr) {
3681 …-= wcnt, *bw += wcnt, wbuff += wcnt, fp->fptr += wcnt, fp->obj.objsize = (fp->fptr > fp->obj.objsi…
3746 fp->fptr < fp->obj.objsize &&
4127 ifptr = fp->fptr;
4128 fp->fptr = nsect = 0;
4134 ofs -= fp->fptr;
4150 ofs -= bcs; fp->fptr += bcs;
4154 fp->obj.objsize = fp->fptr;
4170 fp->fptr += ofs;
[all …]
/AliOS-Things-master/components/fatfs/include/
A Dff.h160 FSIZE_t fptr; /* File read/write pointer (Zeroed on file open) */ member
278 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize))
280 #define f_tell(fp) ((fp)->fptr)
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c10188 DUK_INTERNAL_DECL void duk_debug_format_funcptr(char *buf, duk_size_t buf_size, duk_uint8_t *fptr, …
10208 DUK_INTERNAL_DECL void duk_fb_put_funcptr(duk_fixedbuffer *fb, duk_uint8_t *fptr, duk_size_t fptr_s…
49658 DUK_INTERNAL void duk_fb_put_funcptr(duk_fixedbuffer *fb, duk_uint8_t *fptr, duk_size_t fptr_size) { argument
49660 duk_debug_format_funcptr(buf, sizeof(buf), fptr, fptr_size);
50737 DUK_INTERNAL void duk_debug_format_funcptr(char *buf, duk_size_t buf_size, duk_uint8_t *fptr, duk_s… argument
50754 ch = fptr[i];
50756 ch = fptr[fptr_size - 1 - i];

Completed in 366 milliseconds