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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_str_ptr_len.h 278 //! same as StrPtrLen, but includes checksum field and method to speed up querying
285 CheckSumType checkSum;
297 return checkSum;
303 : checkSum(0)
319 : StrPtrLen(rhs), checkSum(rhs.checkSum)
359 this->checkSum = rhs.checkSum;
  /external/opencore/protocols/http_parcom/src/
string_keyvalue_store.cpp 63 // save this checksum
366 uint32 checkSum = 0;
371 checkSum += (uint32)(aBuffer[i] | OSCL_ASCII_CASE_MAGIC_BIT);
375 checkSum += aBuffer[i];
379 return (checkSum % KEYVALUESTORE_HASH_TABLE_SIZE_FOR_KEYS) / 2;
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 72 short checkSum;
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 68 BigEndianULong checkSum;
361 // Rounded up to a multiple of 4 to simplify the checksum calculation.
396 // Update the table checksum in the directory entry.
397 rewrittenSfnt->tables[t].checkSum = 0;
399 rewrittenSfnt->tables[t].checkSum = rewrittenSfnt->tables[t].checkSum + reinterpret_cast<BigEndianULong*>(name)[i];
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 141 milliseconds