Lines Matching refs:s32
31 typedef s32 FreeIndex;
39 void Initialize(u16 id, s16 unitSize, s32 count, uptr base, bool bServer);
42 s32 GetMaxCount(void) const;
43 s32 GetFreeCount(void) const;
52 Mbuf* GetPtrFromIndex(s32 index);
55 static size_t GetRequiredMemorySize(s16 unitSize, s32 count);
62 s32* GetWaitCountPtr();
63 s32* GetFreeIndexPtr(void);
70 s32 m_count;
78 SharedArea(size_t unitSize, s32 count);
83 s32 m_maxCount;
84 s32 m_usedCount;
101 inline Mbuf* MbufPool::GetPtrFromIndex(s32 index) in GetPtrFromIndex()
107 inline s32* MbufPool::GetFreeIndexPtr(void) in GetFreeIndexPtr()
117 inline s32 MbufPool::GetMaxCount(void) const in GetMaxCount()
122 inline s32 MbufPool::GetFreeCount(void) const in GetFreeCount()