Searched defs:entryCount (Results 1 – 8 of 8) sorted by relevance
44 void GenerateEntry(int entryCount, int startPosition, Entry &entryTest) in GenerateEntry()53 void GenerateEntryVector(int entryVectorCount, int entryCount, std::vector<Entry> &entrysTest) in GenerateEntryVector()
34 int entryCount = entryMapEntryData->count; in EnforceCodeSignForApp() local
28 uint32_t entryCount = (boxVersion == HEIF_BOX_VERSION_ZERO) ? reader.Read16() : reader.Read32(); in ParseContentChildren() local
79 uint32_t entryCount = 0; member
269 uint32_t entryCount = *reinterpret_cast<const uint32_t*>(ptr + sizeof(uint32_t)); in ParseCtts() local306 uint32_t entryCount = *reinterpret_cast<const uint32_t*>(ptr + sizeof(uint32_t)); in ParseStts() local
68 uint32_t entryCount = 0; member
1606 int16_t entryCount = ReadShort(); in GetDataRangeFromIFD() local
1635 int16_t entryCount = byteOrderedBuffer.ReadShort(); variable