Searched defs:EntryHeader (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h200 // An EntryHeader is the header for a serialized cache entry. No need to
201 // make this portable, so we simply write the struct out. Each EntryHeader
204 // The beginning of each serialized EntryHeader is 4-byte aligned, so the
207 // ((sizeof(EntryHeader) + keySize + valueSize) + 3) & ~3
209 struct EntryHeader { struct in class:android::BlobCache
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h288 // An EntryHeader is the header for a serialized cache entry. No need to
289 // make this portable, so we simply write the struct out. Each EntryHeader
292 // The beginning of each serialized EntryHeader is 4-byte aligned, so the
295 // ((sizeof(EntryHeader) + keySize + valueSize) + 3) & ~3
297 struct EntryHeader { struct in class:android::BlobCache

Completed in 9 milliseconds