Searched refs:_inline (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 82 #define _inline static __inline__ macro 84 #define _inline static macro 87 _inline sal_uInt32 mkTag(sal_uInt8 a, sal_uInt8 b, sal_uInt8 c, sal_uInt8 d) { in mkTag() 92 _inline sal_Int16 GetInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt16() 106 _inline sal_uInt16 GetUInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt16() 120 _inline sal_Int32 GetInt32( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt32() 136 _inline sal_uInt32 GetUInt32( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetUInt32() 154 _inline void PutInt16(sal_Int16 val, sal_uInt8 *ptr, sal_uInt32 offset, int bigendian) in PutInt16() 199 _inline void PutInt32(sal_Int32 val, sal_uInt8 *ptr, sal_uInt32 offset, int bigendian) in PutInt32() 250 _inline void *smalloc(sal_uInt32 size) in smalloc() [all …]
|
H A D | sft.cxx | 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() 345 _inline F16Dot16 fixedMul(F16Dot16 a, F16Dot16 b) in fixedMul() 372 _inline F16Dot16 fixedDiv(F16Dot16 a, F16Dot16 b) in fixedDiv() 408 _inline int XUnits(int unitsPerEm, int n) in XUnits() 413 _inline const char *UnicodeRangeName(sal_uInt16 bit) in UnicodeRangeName() 451 _inline void HexFmtOpenString(HexFmt *_this) in HexFmtOpenString() 456 _inline void HexFmtCloseString(HexFmt *_this) in HexFmtCloseString() [all …]
|
/aoo4110/main/external/mingwheaders/ |
H A D | mingw_headers.patch | 2069 +#define _inline inline 2072 +#define _inline static __inline__ 2081 +#undef _inline
|
Completed in 74 milliseconds