Home
last modified time | relevance | path

Searched refs:s0123 (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc390 uint32 s0123 = (reinterpret_cast<const uint32 *>(src))[0]; in UTF8GenericScan() local
394 uint32 temp = (s0123 - losub) | (s0123 + hiadd) | in UTF8GenericScan()
/external/opencv3/modules/features2d/src/opencl/
Dbrute_force_match.cl107 # define DIST(x, y) {value_type d = ((x) - (y)); result += dot(d.s0123, d.s0123) + dot(d.s4…
/external/opencv3/modules/imgproc/src/opencl/
DmedianFilter.cl75 dst0 = (T4)(src0, src1, dst2.s0123); \