Home
last modified time | relevance | path

Searched defs:G8 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dconnectedcomponents.cpp189 const int G8[4][2] = {{1, -1}, {1, 0}, {1, 1}, {0, -1}};//a, b, c, d neighborhoods variable
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc213 u64 G8 = 1ULL << 33; in SizeClassAllocatorGetBlockBeginStress() local