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

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 42 static inline uint32_t ModBase(uint32_t operand) {
50 // ModBase(operand + result) == 0
60 // this case, since all numbers used are unsigned, and ModBase does its work
62 return ModBase(uint32_t(0) - operand);
71 return ModBase((partial_hash * kMult) + next_byte);
79 // avoiding an unnecessary ModBase operation.
154 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
202 RollingHashUtil::ModBase(multiplier * RollingHashUtil::kMult);
228 RollingHashUtil::ModBase(byte_times_multiplier + multiplier);
rolling_hash_test.cc 34 EXPECT_EQ(operand % kBase, RollingHashUtil::ModBase(operand));
37 EXPECT_EQ(0U, RollingHashUtil::ModBase(
  /external/chromium_org/sdch/open-vcdiff/src/
rolling_hash.h 43 static inline uint32_t ModBase(uint32_t operand) {
51 // ModBase(operand + result) == 0
61 // this case, since all numbers used are unsigned, and ModBase does its work
63 return ModBase(uint32_t(0) - operand);
72 return ModBase((partial_hash * kMult) + next_byte);
80 // avoiding an unnecessary ModBase operation.
153 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
198 RollingHashUtil::ModBase(multiplier * RollingHashUtil::kMult);
224 RollingHashUtil::ModBase(byte_times_multiplier + multiplier);
rolling_hash_test.cc 34 EXPECT_EQ(operand % kBase, RollingHashUtil::ModBase(operand));
37 EXPECT_EQ(0U, RollingHashUtil::ModBase(
  /external/open-vcdiff/src/
rolling_hash.h 43 static inline uint32_t ModBase(uint32_t operand) {
51 // ModBase(operand + result) == 0
61 // this case, since all numbers used are unsigned, and ModBase does its work
63 return ModBase(uint32_t(0) - operand);
72 return ModBase((partial_hash * kMult) + next_byte);
80 // avoiding an unnecessary ModBase operation.
153 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
198 RollingHashUtil::ModBase(multiplier * RollingHashUtil::kMult);
224 RollingHashUtil::ModBase(byte_times_multiplier + multiplier);
rolling_hash_test.cc 34 EXPECT_EQ(operand % kBase, RollingHashUtil::ModBase(operand));
37 EXPECT_EQ(0U, RollingHashUtil::ModBase(
  /external/chromium_org/tools/traceline/traceline/
sym_resolver.h 99 info.info.ModBase = base_;
117 info.info.ModBase = base_;
125 int base = static_cast<int>(info.info.ModBase);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 487 DWORD64 ModBase;
607 BOOL IMAGEAPI SymEnumSourceFiles(HANDLE hProcess,ULONG64 ModBase,LPSTR Mask,PSYM_ENUMSOURCFILES_CALLBACK cbSrcFiles,PVOID UserContext);
680 DWORD64 ModBase;
784 ULONG64 ModBase;
843 BOOL IMAGEAPI SymGetTypeInfo(HANDLE hProcess,DWORD64 ModBase,ULONG TypeId,IMAGEHLP_SYMBOL_TYPE_INFO GetType,PVOID pInfo);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 487 DWORD64 ModBase;
607 BOOL IMAGEAPI SymEnumSourceFiles(HANDLE hProcess,ULONG64 ModBase,LPSTR Mask,PSYM_ENUMSOURCFILES_CALLBACK cbSrcFiles,PVOID UserContext);
680 DWORD64 ModBase;
784 ULONG64 ModBase;
843 BOOL IMAGEAPI SymGetTypeInfo(HANDLE hProcess,DWORD64 ModBase,ULONG TypeId,IMAGEHLP_SYMBOL_TYPE_INFO GetType,PVOID pInfo);
    [all...]

Completed in 406 milliseconds