Lines Matching refs:_inline

234 #define _inline static __inline__  macro
236 #define _inline static macro
239 _inline void *smalloc(size_t size) in smalloc()
246 _inline void *scalloc(size_t n, size_t size) in scalloc()
253 _inline sal_uInt32 mkTag(sal_uInt8 a, sal_uInt8 b, sal_uInt8 c, sal_uInt8 d) { in mkTag()
258 _inline sal_Int16 GetInt16(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetInt16()
272 _inline sal_uInt16 GetUInt16(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetUInt16()
286 _inline sal_Int32 GetInt32(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetInt32()
302 _inline sal_uInt32 GetUInt32(const sal_uInt8 *ptr, size_t offset, int bigendian) in GetUInt32()
319 _inline void PutInt16(sal_Int16 val, sal_uInt8 *ptr, size_t offset, int bigendian) in PutInt16()
345 _inline F16Dot16 fixedMul(F16Dot16 a, F16Dot16 b) in fixedMul()
372 _inline F16Dot16 fixedDiv(F16Dot16 a, F16Dot16 b) in fixedDiv()
399 _inline F16Dot16 fixedMulDiv(F16Dot16 a, F16Dot16 b, F16Dot16 c) in fixedMulDiv()
408 _inline int XUnits(int unitsPerEm, int n) in XUnits()
413 _inline const char *UnicodeRangeName(sal_uInt16 bit) in UnicodeRangeName()
420 _inline const sal_uInt8* getTable( TrueTypeFont *ttf, sal_uInt32 ord) in getTable()
425 _inline sal_uInt32 getTableSize(TrueTypeFont *ttf, sal_uInt32 ord) in getTableSize()
451 _inline void HexFmtOpenString(HexFmt *_this) in HexFmtOpenString()
456 _inline void HexFmtCloseString(HexFmt *_this) in HexFmtCloseString()
462 _inline void HexFmtDispose(HexFmt *_this) in HexFmtDispose()