HomeSort by relevance Sort by last modified time
    Searched defs:HASH2_CALC (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
LzHash.h 15 #define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzHash.h 16 #define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8);
  /external/lzma/C/
LzHash.h 15 #define HASH2_CALC hashValue = cur[0] | ((UInt32)cur[1] << 8);

Completed in 47 milliseconds