OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fChecksum
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/core/
SkDescriptor.h
69
fChecksum
= SkDescriptor::ComputeChecksum(this);
75
SkASSERT(
fChecksum
== SkDescriptor::ComputeChecksum(this));
107
// SkASSERT(a.
fChecksum
!= b.
fChecksum
|| memcmp(&a, &b, a.fLength) == 0);
123
uint32_t getChecksum() const { return
fChecksum
; }
135
uint32_t
fChecksum
; // must be first
/external/skia/src/ports/
SkFontHost_tables.cpp
27
uint32_t
fChecksum
;
SkFontHost_mac_atsui.cpp
543
uint32_t
fChecksum
;
/external/icu4c/tools/genrb/
genrb.c
106
int32_t
fChecksum
;
393
poolBundle.
fChecksum
= poolBundle.fIndexes[URES_INDEX_POOL_CHECKSUM];
587
data->fPoolChecksum = poolBundle.
fChecksum
;
Completed in 710 milliseconds