Home
last modified time | relevance | path

Searched refs:fdx (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.c883 struct yaffsfs_FileDes *fdx; in yaffs_open_sharing() local
891 fdx = &yaffsfs_fd[i]; in yaffs_open_sharing()
892 if (fdx->handleCount > 0 && in yaffs_open_sharing()
893 fdx->inodeId >= 0 && in yaffs_open_sharing()
894 yaffsfs_inode[fdx->inodeId].iObj in yaffs_open_sharing()
896 if (!fdx->shareRead) in yaffs_open_sharing()
898 if (!fdx->shareWrite) in yaffs_open_sharing()
900 if (fdx->reading) in yaffs_open_sharing()
902 if (fdx->writing) in yaffs_open_sharing()
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1662 float fx,fdx,fdy; member
1703 z->fdx = dxdy; in stbtt__new_active()
1912 if (e->fdx == 0) { in stbtt__fill_active_edges_new()
1924 float dx = e->fdx; in stbtt__fill_active_edges_new()
2138 z->fx += z->fdx; // advance to position for current scanline in stbtt__rasterize_sorted_edges()