Home
last modified time | relevance | path

Searched refs:fChecksumLimit (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/shared/
H A DChecksumJsonEventListener.cpp13 fChecksumLimit(checksumLimit), in ChecksumJsonEventListener()
85 fChecksum = (fChecksum + static_cast<int32>(content[i])) % fChecksumLimit; in _ChecksumProcessCharacters()
H A DFakeJsonDataGenerator.cpp28 fChecksumLimit(checksumLimit) in FakeJsonStreamDataIO()
82 fChecksum = (fChecksum + static_cast<int32>(c)) % fChecksumLimit; in _ChecksumProcessCharacter()
H A DChecksumJsonEventListener.h35 uint32 fChecksumLimit; variable
H A DFakeJsonDataGenerator.h48 uint32 fChecksumLimit; variable