HomeSort by relevance Sort by last modified time
    Searched full:anded (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/iptables/extensions/
libxt_connmark.man 6 specified, this is logically ANDed with the mark before the comparison).
libxt_mark.man 8 specified, this is logically ANDed with the \fImask\fP before the
libxt_tos.man 7 logically ANDed with the TOS mark before the comparison.
libxt_time.man 2 options are optional, but are ANDed when specified. All times are interpreted
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 106 Map<String, AttributePolicy> anded = null; local
115 if (anded == null) {
116 anded = Maps.newLinkedHashMap();
117 anded.putAll(this.attrPolicies);
119 anded.put(attrName, joined);
126 if (anded == null) {
127 anded = Maps.newLinkedHashMap();
128 anded.putAll(this.attrPolicies);
130 anded.put(attrName, e.getValue());
133 if (anded == null) { return this;
    [all...]
  /external/llvm/test/CodeGen/X86/
trunc-to-bool.ll 16 %anded = and i32 %shifted, 1
17 %trunced = trunc i32 %anded to i1
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
trunc-to-bool.ll 16 %anded = and i32 %shifted, 1
17 %trunced = trunc i32 %anded to i1
  /external/skia/src/opts/
SkBlitRow_opts.h 109 auto ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0)));
110 if (_mm_testc_si128(ANDed, alphaMask)) {
158 auto ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0)));
159 if (0xffff == _mm_movemask_epi8(_mm_cmpeq_epi8(_mm_and_si128(ANDed, alphaMask),
  /external/skqp/src/opts/
SkBlitRow_opts.h 109 auto ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0)));
110 if (_mm_testc_si128(ANDed, alphaMask)) {
158 auto ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0)));
159 if (0xffff == _mm_movemask_epi8(_mm_cmpeq_epi8(_mm_and_si128(ANDed, alphaMask),
  /external/kernel-headers/original/uapi/linux/
zorro.h 48 * (epc). The epc has to be ANDed with the GVP_PRODMASK before the
  /external/mesa3d/src/gallium/docs/source/cso/
dsa.rst 38 Stencil test value mask; this is ANDed with the value in the stencil
  /libcore/ojluni/src/main/java/java/util/function/
DoublePredicate.java 62 * @param other a predicate that will be logically-ANDed with this
IntPredicate.java 62 * @param other a predicate that will be logically-ANDed with this
LongPredicate.java 62 * @param other a predicate that will be logically-ANDed with this
BiPredicate.java 65 * @param other a predicate that will be logically-ANDed with this
Predicate.java 61 * @param other a predicate that will be logically-ANDed with this
  /external/icu/icu4c/source/common/
propsvec.h 83 * reset the mask bits and set the value bits (ANDed with the mask).
  /external/owasp/sanitizer/
CHANGE_LOG.html 11 a subset of elements when policies were ANDED.</li>
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 382 /** When this bitmask is ANDed with a DTM node handle number, the result
390 /** When this bitmask is ANDed with a DTM node handle number, the result
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/ccn/
ccn_private.h 67 * are logically ANDed and the result it stored back in the 'status_reg'. There
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
SuperIo.h 117 the Register is read, its content is bitwise ANDed with AndMask, and then ORed
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SuperIo.h 141 single function call. For each table entry, the Register is read, its content is bitwise ANDed with
  /external/iproute2/man/man8/
tc-pedit.8 125 which is binary ANDed with
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 53 * true. ANDed with spi_shader_col_format.
  /system/media/audio_utils/spdif/
AC3FrameScanner.cpp 216 // This should be safe because mSubstreamID is ANDed with 0x07 above.

Completed in 712 milliseconds

1 2 3 4