Searched refs:ORed (Results 1 – 22 of 22) sorted by relevance
/third_party/flutter/skia/src/opts/ |
D | SkBlitRow_opts.h | 177 auto ORed = _mm256_or_si256(s3, _mm256_or_si256(s2, _mm256_or_si256(s1, s0))); in blit_row_s32a_opaque() local 178 if (_mm256_testz_si256(ORed, alphaMask)) { in blit_row_s32a_opaque() 225 auto ORed = _mm_or_si128(s3, _mm_or_si128(s2, _mm_or_si128(s1, s0))); in blit_row_s32a_opaque() local 226 if (_mm_testz_si128(ORed, alphaMask)) { in blit_row_s32a_opaque() 273 auto ORed = _mm_or_si128(s3, _mm_or_si128(s2, _mm_or_si128(s1, s0))); in blit_row_s32a_opaque() local 274 if (0xffff == _mm_movemask_epi8(_mm_cmpeq_epi8(_mm_and_si128(ORed, alphaMask), in blit_row_s32a_opaque()
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering_shared_edge.txt | 68 When the value of SHARED_EDGE_NV is bitwise exclusive-ORed with any of the 157 ORed into a path command? 160 (192) should be exclusive-ORed (^) to construct path commands
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering_shared_edge.txt | 68 When the value of SHARED_EDGE_NV is bitwise exclusive-ORed with any of the 157 ORed into a path command? 160 (192) should be exclusive-ORed (^) to construct path commands
|
/third_party/libuv/docs/src/ |
D | fs_event.rst | 44 The `events` parameter is an ORed mask of :c:type:`uv_fs_event` elements. 108 `path` for changes. `flags` can be an ORed mask of :c:type:`uv_fs_event_flags`.
|
/third_party/grpc/src/proto/grpc/auth/v1/ |
D | authz_policy.proto | 40 // Required. A list of header values to match. The header values are ORed together, 55 // qualified name in the form of "/package.service/method". The paths are ORed
|
/third_party/python/Doc/library/ |
D | winsound.rst | 30 interpretation depends on the value of *flags*, which can be a bitwise ORed
|
D | fcntl.rst | 149 bitwise ORed with :const:`LOCK_NB` to avoid blocking on lock acquisition.
|
D | doctest.rst | 517 :ref:`bitwise ORed <bitwise>` together and passed to various functions. 1124 :ref:`bitwise ORed <bitwise>` into the option flags, and the option flags
|
D | os.rst | 1801 following values (as defined in the :mod:`stat` module) or bitwise ORed 3283 (or a bitwise ORed combination of them). By default, the new file 4294 :data:`WSTOPPED` or :data:`WCONTINUED` and additionally may be ORed with 4860 following values ORed together: :py:data:`os.GRND_RANDOM` and
|
D | tkinter.rst | 969 argument is an ORed combination of any of the three constants below.
|
D | functions.rst | 303 bitwise ORed together to specify multiple options. The bitfield required to
|
/third_party/openssl/doc/man3/ |
D | DSA_get0_pqg.pod | 69 Multiple flags can be passed in one go (bitwise ORed together). Any flags that
|
D | DH_get0_pqg.pod | 73 Multiple flags can be passed in one go (bitwise ORed together). Any flags that
|
D | RSA_get0_key.pod | 105 object. Multiple flags can be passed in one go (bitwise ORed together).
|
D | X509_VERIFY_PARAM_set_flags.pod | 334 of ORed.
|
/third_party/libsnd/include/ |
D | sndfile.h.in | 42 ** ORed with a minor type (ie SF_FORMAT_PCM). SF_FORMAT_TYPEMASK and
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 108 them. All of the rectangles are ORed together, so in exclude mode,
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 1036 The following bit masks are currently defined; these can be ORed together using
|
/third_party/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 4458 ORed together with '|' to specify one or more filters to use.
|
/third_party/libpng/ |
D | libpng-manual.txt | 4458 ORed together with '|' to specify one or more filters to use.
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 4458 ORed together with '|' to specify one or more filters to use.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 44111 pad: don't use parenthesis for ORed pad probe flag enums
|