OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeCheckSum
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc
50
ComputeChecksum
();
296
void ReadableFontData::
ComputeChecksum
() {
300
sum =
ComputeCheckSum
(0, Length());
308
sum +=
ComputeCheckSum
(low_bound, high_bound);
316
int64_t ReadableFontData::
ComputeCheckSum
(int32_t low_bound,
readable_font_data.h
285
void
ComputeChecksum
();
297
int64_t
ComputeCheckSum
(int32_t low_bound, int32_t high_bound);
Completed in 3293 milliseconds