Searched refs:_countof (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/compute/skc/ |
D | skc_styling.h | 86 #define SKC_STYLING_CMDS(...) _countof(__VA_ARGS__),__VA_ARGS__ 87 #define SKC_GROUP_IDS(...) _countof(__VA_ARGS__),__VA_ARGS__
|
/external/skqp/src/compute/tests/groups/ |
D | groups.c | 261 _countof(cmds),cmds); in groups_layers_decode() 275 cmds[_countof(cmds)-1] = SKC_STYLING_OPCODE_BLEND_OVER | SKC_STYLING_OPCODE_IS_FINAL; in groups_layers_decode() 280 _countof(cmds),cmds); in groups_layers_decode()
|
/external/Reactive-Extensions/RxCpp/Ix/CPP/unittest/ |
D | testbench.cpp | 399 VERIFY_EQ(_countof(expect), std::distance(range2.begin(), range2.end())); in TEST() 400 VERIFY_EQ(_countof(expect), std::distance(range2.begin(), range2.end())); in TEST() 402 auto result = std::mismatch(expect, expect + _countof(expect), range2.begin()); in TEST() 492 auto range1 = int_range(0, _countof(num)-5); // 5 digit numbers, plus null terminator in TEST() 506 cout << "length of input: " << (_countof(num)-1) << endl; in TEST()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 266 #define _countof(a) (sizeof(a) / sizeof(*(a))) macro
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | rasterizer.cpp | 290 for (uint32_t i = 0; i < _countof(triDesc.coverageMask); ++i) in RasterizeSimplePoint()
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | setup.hpp | 817 # define GLM_COUNTOF(arr) _countof(arr)
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 253 for(encoding = 0; encoding<_countof(e); ++encoding) { in _PyVerify_Mode_WINNT() 260 if (encoding == _countof(e)) in _PyVerify_Mode_WINNT()
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 130 flDesc.NumFeatureLevels = _countof(featureLevels); in init()
|