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

  /external/chromium_org/third_party/lzma_sdk/
LzHash.h 11 #define kFix3HashSize (kHash2Size)
LzFind.c 514 curMatch = p->hash[kFix3HashSize + hashValue];
517 p->hash[kFix3HashSize + hashValue] = p->pos;
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
680 curMatch = p->hash[kFix3HashSize + hashValue];
682 p->hash[kFix3HashSize + hashValue] = p->pos;
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
713 p->hash[kFix3HashSize + hash3Value]
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzHash.h 12 #define kFix3HashSize (kHash2Size)
LzFind.c 515 curMatch = p->hash[kFix3HashSize + hashValue];
518 p->hash[kFix3HashSize + hashValue] = p->pos;
548 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
552 p->hash[kFix3HashSize + hash3Value] =
595 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
599 p->hash[kFix3HashSize + hash3Value] =
681 curMatch = p->hash[kFix3HashSize + hashValue];
683 p->hash[kFix3HashSize + hashValue] = p->pos;
698 p->hash[kFix3HashSize + hash3Value] = p->pos;
714 p->hash[kFix3HashSize + hash3Value]
    [all...]
  /external/lzma/C/
LzHash.h 11 #define kFix3HashSize (kHash2Size)
LzFind.c 514 curMatch = p->hash[kFix3HashSize + hashValue];
517 p->hash[kFix3HashSize + hashValue] = p->pos;
547 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
551 p->hash[kFix3HashSize + hash3Value] =
594 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value];
598 p->hash[kFix3HashSize + hash3Value] =
680 curMatch = p->hash[kFix3HashSize + hashValue];
682 p->hash[kFix3HashSize + hashValue] = p->pos;
697 p->hash[kFix3HashSize + hash3Value] = p->pos;
713 p->hash[kFix3HashSize + hash3Value] =
    [all...]
LzFindMt.c 586 curMatch3 = hash[kFix3HashSize + hash3Value];
589 hash[kFix3HashSize + hash3Value] =
621 curMatch3 = hash[kFix3HashSize + hash3Value];
625 hash[kFix3HashSize + hash3Value] =
738 hash[kFix3HashSize + hash3Value] =
751 hash[kFix3HashSize + hash3Value] =

Completed in 61 milliseconds