Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h133 #ifndef SEEK_END
134 #define SEEK_END 2 macro
H A Dyaffsfs.c1399 } else if (whence == SEEK_END) { in yaffs_lseek()
/rk3399_rockchip-uboot/tools/
H A Dubsha1.c71 lseek (ifd, SHA1_SUM_POS, SEEK_END); in main()
H A Dmksunxiboot.c119 file_size = lseek(fd_in, 0, SEEK_END); in main()
H A Dmxsboot.c427 size = lseek(infd, 0, SEEK_END); in mx28_nand_write_firmware()
541 fsize = lseek(infd, 0, SEEK_END); in mx28_create_sd_image()
H A Dzynqmpimage.c253 fseek(fp, 0L, SEEK_END); in fsize()
H A Dmxsimage.c456 ret = fseek(fp, 0, SEEK_END); in sb_load_file()
2079 ret = fseek(fp, 0, SEEK_END); in sb_build_tree_from_img()
/rk3399_rockchip-uboot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c61 len = lseek(ifd, 0, SEEK_END); in main()
/rk3399_rockchip-uboot/board/samsung/origen/tools/
H A Dmkorigenspl.c63 len = lseek(ifd, 0, SEEK_END); in main()
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h345 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dloaderimage.c280 fseek(fi, 0, SEEK_END); in main()
H A Dbmp2gray16.c221 fseek(file, 0, SEEK_END); in convert_one_image()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c60 whence = SEEK_END; in os_lseek()
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py778 self._image.seek(0, os.SEEK_END)
913 self._image.seek(0, os.SEEK_END)
950 self._image.seek(0, os.SEEK_END)
989 self._image.seek(0, os.SEEK_END)