Home
last modified time | relevance | path

Searched defs:ItemSize (Results 1 – 11 of 11) sorted by relevance

/reactos/drivers/hid/hidparse/
H A Dhidparse.c20 IN ULONG ItemSize) in AllocFunction()
52 IN ULONG ItemSize) in ZeroFunction()
/reactos/drivers/usb/usbaudio/
H A Dpool.c14 IN ULONG ItemSize) in AllocFunction()
/reactos/drivers/usb/usbccgp/
H A Dmisc.c96 IN ULONG ItemSize) in AllocateItem()
/reactos/dll/win32/hid/
H A Dhid.c46 IN ULONG ItemSize) in AllocFunction()
63 IN ULONG ItemSize) in ZeroFunction()
/reactos/sdk/include/reactos/
H A Dprobe.h100 IN ULONG ItemSize, in ProbeArrayForRead()
121 IN ULONG ItemSize, in ProbeArrayForWrite()
/reactos/drivers/usb/usbstor/
H A Dmisc.c126 IN ULONG ItemSize) in AllocateItem()
/reactos/drivers/usb/usbstor_new/
H A Dmisc.c248 IN ULONG ItemSize) in AllocateItem()
/reactos/dll/appcompat/apphelp/
H A Dshimeng.c55 static inline BOOL ARRAY_InitWorker(PARRAY Array, DWORD ItemSize) in ARRAY_InitWorker()
64 static inline BOOL ARRAY_EnsureSize(PARRAY Array, DWORD ItemSize, DWORD GrowWith) in ARRAY_EnsureSize()
95 static inline PVOID ARRAY_AppendWorker(PARRAY Array, DWORD ItemSize, DWORD GrowWith) in ARRAY_AppendWorker()
109 static inline PVOID ARRAY_AtWorker(PARRAY Array, DWORD ItemSize, DWORD n) in ARRAY_AtWorker()
/reactos/drivers/filesystems/ext2/src/
H A Dea.c199 size_t ItemSize; in Ext2QueryEa() local
/reactos/sdk/lib/drivers/hidparser/
H A Dparser.c16 static UCHAR ItemSize[4] = { 0, 1, 2, 4 }; variable
/reactos/sdk/tools/xml2sdb/
H A Dtinyxml2.h336 virtual int ItemSize() const { in ItemSize() function