Home
last modified time | relevance | path

Searched refs:size16 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/include/
Dmodule_common_types.cc91 const uint16_t size16 = rtc::dchecked_cast<uint16_t>(size); in Resize() local
92 if (fragmentationVectorSize < size16) { in Resize()
95 fragmentationOffset = new size_t[size16]; in Resize()
97 sizeof(size_t) * (size16 - old_vector_size)); in Resize()
99 fragmentationLength = new size_t[size16]; in Resize()
101 sizeof(size_t) * (size16 - old_vector_size)); in Resize()
116 fragmentationVectorSize = size16; in Resize()
/external/icu/icu4c/source/tools/toolutil/
Dswapimpl.cpp784 int32_t size16 = 2; // 16bit plus padding in test_swap() local
786 int32_t size = size16 + sizeStr; in test_swap()
798 ds->swapArray16(ds, inBytes+offset, size16, outBytes+offset, pErrorCode); in test_swap()
799 offset+=size16; in test_swap()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp46 static const DXGIFormatSize size16(16, 1, 1); in GetDXGIFormatSizeInfo() local
122 return size16; in GetDXGIFormatSizeInfo()
159 return size16; in GetDXGIFormatSizeInfo()
194 return size16; in GetDXGIFormatSizeInfo()