Searched refs:MY_NO_INLINE (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ |
D | 7zTypes.h | 110 #define MY_NO_INLINE __declspec(noinline) macro 112 #define MY_NO_INLINE macro 120 #define MY_NO_INLINE macro
|
D | 7zArcIn.c | 201 static MY_NO_INLINE SRes ReadNumber(CSzData *sd, UInt64 *value) in ReadNumber() 290 static MY_NO_INLINE SRes SzReadNumber32(CSzData *sd, UInt32 *value) in SzReadNumber32() 367 static MY_NO_INLINE SRes ReadBitVector(CSzData *sd, UInt32 numItems, Byte **v, ISzAlloc *alloc) in ReadBitVector() 395 static MY_NO_INLINE SRes ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *allo… in ReadUi32s() 631 static MY_NO_INLINE SRes SkipNumbers(CSzData *sd2, UInt32 num) in SkipNumbers() 1093 static MY_NO_INLINE SRes ReadTime(CSzBitUi64s *p, UInt32 num, in ReadTime()
|