Searched refs:i_count (Results 1 – 5 of 5) sorted by relevance
/reactos/win32ss/user/user32/windows/ |
H A D | font.c | 34 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 D | fs.h | 90 atomic_t i_count; /* ref count */ member
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | linux.c | 989 atomic_inc(&inode->i_count); 994 if (atomic_dec_and_test(&inode->i_count)) {
|
/reactos/win32ss/user/rtl/ |
H A D | text.c | 1073 INT i_count, in DrawTextExWorker() argument 1083 int len, lh, count=i_count; in DrawTextExWorker()
|
/reactos/win32ss/user/ntuser/ |
H A D | defwnd.c | 13 INT WINAPI DrawTextExWorker( HDC hdc, LPWSTR str, INT i_count,
|