MY_FAST_CALL       15 third_party/lzma_sdk/7zCrc.c typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
MY_FAST_CALL       24 third_party/lzma_sdk/7zCrc.c static UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table)
MY_FAST_CALL       34 third_party/lzma_sdk/7zCrc.c UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
MY_FAST_CALL       35 third_party/lzma_sdk/7zCrc.c UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
MY_FAST_CALL       39 third_party/lzma_sdk/7zCrc.c UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size)
MY_FAST_CALL       44 third_party/lzma_sdk/7zCrc.c UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size)
MY_FAST_CALL       49 third_party/lzma_sdk/7zCrc.c void MY_FAST_CALL CrcGenerateTable()
MY_FAST_CALL       14 third_party/lzma_sdk/7zCrc.h void MY_FAST_CALL CrcGenerateTable(void);
MY_FAST_CALL       20 third_party/lzma_sdk/7zCrc.h UInt32 MY_FAST_CALL CrcUpdate(UInt32 crc, const void *data, size_t size);
MY_FAST_CALL       21 third_party/lzma_sdk/7zCrc.h UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size);
MY_FAST_CALL       10 third_party/lzma_sdk/7zCrcOpt.c UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table)
MY_FAST_CALL       29 third_party/lzma_sdk/7zCrcOpt.c UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table)
MY_FAST_CALL      131 third_party/lzma_sdk/LzmaDec.c static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
MY_FAST_CALL      428 third_party/lzma_sdk/LzmaDec.c static void MY_FAST_CALL LzmaDec_WriteRem(CLzmaDec *p, SizeT limit)
MY_FAST_CALL      454 third_party/lzma_sdk/LzmaDec.c static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
MY_FAST_CALL      509 third_party/lzma_sdk/LzmaEnc.c static void MY_FAST_CALL RangeEnc_ShiftLow(CRangeEnc *p)
MY_FAST_CALL      779 third_party/lzma_sdk/LzmaEnc.c static void MY_FAST_CALL LenPriceEnc_UpdateTable(CLenPriceEnc *p, UInt32 posState, UInt32 *ProbPrices)