Home
last modified time | relevance | path

Searched refs:KeySize (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/move/test/
Dinplace_merge_test.cpp54 const std::size_t KeySize = NumBlocksA + NumBlocksB + 1; in alternating_test() local
55 const std::size_t HdrSize = BlockSize + KeySize; in alternating_test()
63 for (std::size_t szt_i = 0u; szt_i != KeySize; ++szt_i) { in alternating_test()
70 testarray[KeySize+szt_i].key = std::size_t(-1); in alternating_test()
71 testarray[KeySize+szt_i].val = szt_i; in alternating_test()
112 BOOST_TEST( is_order_type_ordered(testarray.get()+KeySize, DataSize) ); in alternating_test()
113 BOOST_TEST( is_key(testarray.get(), KeySize) ); in alternating_test()
115 || is_buffer(testarray.get()+ KeySize+DataSize, BlockSize) )); in alternating_test()
122 , order_type_less(), op, testarray.get()+KeySize ); in alternating_test()
124 BOOST_TEST( is_key(testarray.get(), KeySize) ); in alternating_test()
[all …]
/third_party/flutter/skia/src/gpu/
DGrPath.cpp19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey()
39 int cnt0 = GrStyle::KeySize(fStyle, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo()
DGrStyle.cpp11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle
36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey()
103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
DGrStyle.h65 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
/third_party/skia/src/gpu/
DGrStyle.cpp11 int GrStyle::KeySize(const GrStyle &style, Apply apply, uint32_t flags) { in KeySize() function in GrStyle
36 SkASSERT(KeySize(style, apply) >= 0); in WriteKey()
103 SkASSERT(KeySize(style, apply) == i); in WriteKey()
DGrStyle.h66 static int KeySize(const GrStyle&, Apply, uint32_t flags = 0);
/third_party/cef/libcef/common/
Dcrash_reporter_client.h104 enum KeySize { SMALL_SIZE, MEDIUM_SIZE, LARGE_SIZE }; enum
108 using KeyMap = std::map<std::string, std::pair<KeySize, size_t>>;
Dcrash_reporter_client.cc453 KeySize size; in ReadCrashConfigFile()
781 const KeySize size = it->second.first; in SetCrashKeyValue()
/third_party/mesa3d/src/gallium/frontends/nine/
Dcryptosession9.h84 UINT KeySize );
Dcryptosession9.c97 UINT KeySize ) in NineCryptoSession9_GetEncryptionBltKey() argument
Dnine_lock.c402 UINT KeySize ) in LockCryptoSession9_GetEncryptionBltKey() argument
406 r = NineCryptoSession9_GetEncryptionBltKey(This, pReadbackKey, KeySize); in LockCryptoSession9_GetEncryptionBltKey()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.cpp269 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.cpp335 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags); in setInheritedKey()
/third_party/mesa3d/include/D3D9/
Dd3d9.h147 virtual HRESULT WINAPI GetEncryptionBltKey(void *pReadbackKey, UINT KeySize) = 0;
659 …ULT (WINAPI *GetEncryptionBltKey)(IDirect3DCryptoSession9 *This, void *pReadbackKey, UINT KeySize);