Searched defs:HASH2_CALC (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzHash.h15 #define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8); macro
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzHash.h16 #define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8); macro
/external/lzma/C/
H A DLzHash.h15 #define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8); macro

Completed in 123 milliseconds