Home
last modified time | relevance | path

Searched refs:size16 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dsvq1enc_altivec.c36 int i, size16 = size >> 4; in ssd_int8_vs_int16_altivec() local
44 while (size16) { in ssd_int8_vs_int16_altivec()
62 size16--; in ssd_int8_vs_int16_altivec()
/third_party/skia/modules/skunicode/include/
H A DSkUnicode.h167 size_t size16 = 0; in extractUtfConversionMapping() local
180 ++size16; in extractUtfConversionMapping()
183 SkASSERT(size16 == next); in extractUtfConversionMapping()
184 if (size16 != next) { in extractUtfConversionMapping()
202 ++size16; in extractUtfConversionMapping()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dswapimpl.cpp894 int32_t size16 = 2; // 16bit plus padding in test_swap() local
896 int32_t size = size16 + sizeStr; in test_swap()
908 ds->swapArray16(ds, inBytes+offset, size16, outBytes+offset, pErrorCode); in test_swap()
909 offset+=size16; in test_swap()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dswapimpl.cpp894 int32_t size16 = 2; // 16bit plus padding in test_swap() local
896 int32_t size = size16 + sizeStr; in test_swap()
908 ds->swapArray16(ds, inBytes+offset, size16, outBytes+offset, pErrorCode); in test_swap()
909 offset+=size16; in test_swap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dformatutils11.cpp46 static const DXGIFormatSize size16(16, 1, 1); in GetDXGIFormatSizeInfo()
122 return size16; in GetDXGIFormatSizeInfo()
159 return size16; in GetDXGIFormatSizeInfo()
194 return size16; in GetDXGIFormatSizeInfo()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A 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()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c58 uint32_t size16 = 0; in zink_create_vertex_elements_state() local
89 size16 |= BITFIELD_BIT(i); in zink_create_vertex_elements_state()
132 else if (size16 & BITFIELD_BIT(i)) in zink_create_vertex_elements_state()

Completed in 7 milliseconds