Home
last modified time | relevance | path

Searched refs:_countof (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/compute/skc/
Dskc_styling.h86 #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/
Dgroups.c261 _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/
Dtestbench.cpp399 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/
Dos.h266 #define _countof(a) (sizeof(a) / sizeof(*(a))) macro
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer.cpp290 for (uint32_t i = 0; i < _countof(triDesc.coverageMask); ++i) in RasterizeSimplePoint()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dsetup.hpp817 # define GLM_COUNTOF(arr) _countof(arr)
/external/python/cpython2/Objects/
Dfileobject.c253 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/
DGrD3DCaps.cpp130 flDesc.NumFeatureLevels = _countof(featureLevels); in init()