Searched refs:INLINE (Results 1 – 4 of 4) sorted by relevance
17 INLINE unsigned char get1(unsigned const char* pSrc) in get1()25 INLINE unsigned short get2BE(unsigned char const* pSrc) in get2BE()38 INLINE unsigned int get4BE(unsigned char const* pSrc) in get4BE()53 INLINE unsigned long long get8BE(unsigned char const* pSrc) in get8BE()72 INLINE unsigned short get2LE(unsigned char const* pSrc) in get2LE()85 INLINE unsigned int get4LE(unsigned char const* pSrc) in get4LE()100 INLINE unsigned long long get8LE(unsigned char const* pSrc) in get8LE()119 INLINE unsigned char read1(unsigned const char** ppSrc) in read1()127 INLINE unsigned short read2BE(unsigned char const** ppSrc) in read2BE()140 INLINE unsigned int read4BE(unsigned char const** ppSrc) in read4BE()[all …]
104 INLINE int mzHashTableNumEntries(HashTable* pHashTable) { in mzHashTableNumEntries()111 INLINE int mzHashTableMemUsage(HashTable* pHashTable) { in mzHashTableMemUsage()156 INLINE void mzHashIterNext(HashIter* pIter) { in mzHashIterNext()166 INLINE void mzHashIterBegin(HashTable* pHashTable, HashIter* pIter) { in mzHashIterBegin()171 INLINE bool mzHashIterDone(HashIter* pIter) { in mzHashIterDone()174 INLINE void* mzHashIterData(HashIter* pIter) { in mzHashIterData()
21 #define INLINE extern inline __attribute((__gnu_inline__)) macro23 #define INLINE macro
88 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) { in mzGetZipEntryOffset()91 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) { in mzGetZipEntryUncompLen()