Home
last modified time | relevance | path

Searched defs:kEntrySize (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bsdiff/
H A Dendsley_patch_writer_unittest.cc151 size_t kEntrySize = 1000; // must be even for this test. in TEST_F() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/
H A DChmIn.cpp856 const unsigned kEntrySize = 8; in OpenHighLevel() local
/aosp_15_r20/external/skia/experimental/rust_png/decoder/impl/
H A DSkPngRustCodec.cpp736 constexpr size_t kEntrySize = sizeof(PaletteColorEntry); in onTryGetPlteChunk() local
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_parser.cpp511 static constexpr int32_t kEntrySize = 20; in ParseAndAppendCrossRefSubsectionData() local
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dmeshcop_tlvs.hpp655 static constexpr uint8_t kEntrySize = kEntryHeaderSize + sizeof(uint32_t); member in ot::MeshCoP::ChannelMaskTlv
/aosp_15_r20/external/cronet/net/disk_cache/
H A Dbackend_unittest.cc849 const int kEntrySize = 256; in TEST_F() local
H A Dentry_unittest.cc5473 enum { kEntrySize = 1024 }; enumerator