Searched refs:entry_count (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h322 size_t entry_count; member in struct:__anon1836
603 for (size_t i = 0; i < chain->entry_count; ++i) {
610 chain->entry_count = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp1868 int entry_count = 0; local
1886 ++entry_count;
1896 m_entries = new (std::nothrow) Entry[entry_count];
1955 assert(count_ <= entry_count);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1898 int entry_count = 0; local
1916 ++entry_count;
1926 m_entries = new (std::nothrow) Entry[entry_count];
1985 assert(count_ <= entry_count);

Completed in 371 milliseconds