Home
last modified time | relevance | path

Searched refs:fsize (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/cli/src/iobox/
A Dcat.c24 int ret, fd, fsize, total = 0; in cat_main() local
46 fsize = s.st_size; in cat_main()
63 if (total >= fsize) { in cat_main()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/fs/fat/ChaN/
A Dff.h101 DWORD fsize; /* Sectors per FAT */ member
119 DWORD fsize; /* File size */ member
162 DWORD fsize; /* File size */ member
233 #define f_eof(fp) (((fp)->fptr == (fp)->fsize) ? 1 : 0)
236 #define f_size(fp) ((fp)->fsize)
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c486 size_t fsize = 0; in get_file_data() local
501 fsize = (size_t)rs; in get_file_data()
503 buf = (u8_t*)malloc(fsize); in get_file_data()
505 r = fread(buf, 1, fsize, inFile); in get_file_data()
506 *file_size = fsize; in get_file_data()
509 overallDataBytes += fsize; in get_file_data()
512 if (fsize < OUT_BUF_SIZE) { in get_file_data()
515 size_t in_bytes = fsize; in get_file_data()
536 if (out_bytes < fsize) { in get_file_data()
559 …e: %d bytes -> %d bytes (%.02f%%)" NEWLINE, (int)fsize, (int)out_bytes, (float)((out_bytes*100.0)/ in get_file_data()
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_fat.c155 t->items[3] = mp_obj_new_int_from_uint(fno.fsize); in mp_vfs_fat_ilistdir_it_iternext()
295 fno.fsize = 0; in fat_vfs_stat()
327 t->items[6] = mp_obj_new_int_from_uint(fno.fsize); // st_size in fat_vfs_stat()
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h156 DWORD fsize; /* Size of an FAT [sectors] */ member
238 FSIZE_t fsize; /* File size */ member
A Dff.c1022 if (fs->winsect - fs->fatbase < fs->fsize) { /* Is it in the 1st FAT? */ in sync_window()
1023 …if (fs->n_fats == 2) disk_write(fs->drv, fs->win, fs->winsect + fs->fsize, 1); /* Reflect it to 2n… in sync_window()
2116 fno->fsize = (fno->fattrib & AM_DIR) ? 0 : ld_qword(dirb + XDIR_FileSize); /* Size */
2707 fno->fsize = ld_dword(dp->dir + DIR_FileSize); /* Size */
3190 fs->fsize = ld_dword(fs->win + BPB_FatSzEx); /* Number of sectors per FAT */
3241 fs->fsize = fasize;
3286 …if (fs->fsize < (szbfat + (SS(fs) - 1)) / SS(fs)) return FR_NO_FILESYSTEM; /* (BPB_FATSz must not…
/AliOS-Things-master/components/fatfs/include/
A Dff.h120 DWORD fsize; /* Size of an FAT [sectors] */ member
199 FSIZE_t fsize; /* File size */ member
/AliOS-Things-master/components/fatfs/src/
A Dfatfs_vfs.c300 st->st_size = info.fsize; in fatfs_vfs_stat()
A Dff.c878 if (fs->winsect - fs->fatbase < fs->fsize) { /* Is it in the 1st FAT? */ in sync_window()
879 …if (fs->n_fats == 2) disk_write(fs->pdrv, fs->win, fs->winsect + fs->fsize, 1); /* Reflect it to 2… in sync_window()
1990 fno->fsize = (fno->fattrib & AM_DIR) ? 0 : ld_qword(dirb + XDIR_FileSize); /* Size */
2563 fno->fsize = ld_dword(dp->dir + DIR_FileSize); /* Size */
3130 fs->fsize = ld_dword(fs->win + BPB_FatSzEx); /* Number of sectors per FAT */
3166 fs->fsize = fasize;
3211 …if (fs->fsize < (szbfat + (SS(fs) - 1)) / SS(fs)) return FR_NO_FILESYSTEM; /* (BPB_FATSz must not …
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h10000 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERNVPROC) (GLuint index, GLint fsize, GLenum type, GL…
10065 GLAPI void APIENTRY glVertexAttribPointerNV (GLuint index, GLint fsize, GLenum type, GLsizei stride…

Completed in 111 milliseconds