Home
last modified time | relevance | path

Searched refs:i_count (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Dfont.c34 INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,
259 INT WINAPI DrawTextExW( HDC hdc, LPWSTR str, INT i_count, in DrawTextExW() argument
262 return DrawTextExWorker( hdc, str, i_count, rect, flags, dtp ); in DrawTextExW()
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dfs.h90 atomic_t i_count; /* ref count */ member
/reactos/drivers/filesystems/ext2/src/
H A Dlinux.c989 atomic_inc(&inode->i_count);
994 if (atomic_dec_and_test(&inode->i_count)) {
/reactos/win32ss/user/rtl/
H A Dtext.c1073 INT i_count, in DrawTextExWorker() argument
1083 int len, lh, count=i_count; in DrawTextExWorker()
/reactos/win32ss/user/ntuser/
H A Ddefwnd.c13 INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,