HomeSort by relevance Sort by last modified time
    Searched refs:MY_NO_INLINE (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
7zTypes.h 110 #define MY_NO_INLINE __declspec(noinline)
112 #define MY_NO_INLINE
120 #define MY_NO_INLINE
7zArcIn.c 201 static MY_NO_INLINE SRes ReadNumber(CSzData *sd, UInt64 *value)
239 static MY_NO_INLINE const Byte *SzReadNumbers(const Byte *data, const Byte *dataLim, UInt64 *values, UInt32 num)
290 static MY_NO_INLINE SRes SzReadNumber32(CSzData *sd, UInt32 *value)
367 static MY_NO_INLINE SRes ReadBitVector(CSzData *sd, UInt32 numItems, Byte **v, ISzAlloc *alloc)
395 static MY_NO_INLINE SRes ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBitUi32s *crcs, ISzAlloc *alloc)
631 static MY_NO_INLINE SRes SkipNumbers(CSzData *sd2, UInt32 num)
1093 static MY_NO_INLINE SRes ReadTime(CSzBitUi64s *p, UInt32 num,
    [all...]

Completed in 105 milliseconds