/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/skia/src/opts/ |
SkBlitRow_opts_SSE4.cpp | 39 const __m128i ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0))); 40 if (_mm_testc_si128(ANDed, alphaMask)) {
|
SkBlitRow_opts_SSE2.cpp | 166 const __m128i ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0))); 167 cmp = _mm_cmpeq_epi8(_mm_and_si128(ANDed, alphaMask), alphaMask); [all...] |
/external/kernel-headers/original/uapi/linux/ |
zorro.h | 47 * (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
|
/external/boringssl/src/crypto/ |
cpu-intel.c | 116 * Otherwise the value is inverted and ANDed with the probed CPUID result.
|
/external/icu/icu4c/source/common/ |
propsvec.h | 81 * 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
|
/system/media/audio_utils/spdif/ |
AC3FrameScanner.cpp | 211 // This should be safe because mSubstreamID is ANDed with 0x07 above.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteQueryBuilder.java | 87 * by parenthesis and ANDed with the selection passed to {@link #query}. The final 106 * by parenthesis and ANDed with the selection passed to {@link #query}. The final
|
/external/boringssl/src/ssl/ |
ssl_test.cc | 86 // Multiple masks can be ANDed in a single rule.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
PropsVectors.java | 165 * bits and set the value bits (ANDed with the mask).
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.h | 63 // Test under mask. The first operand is ANDed with the second operand
|
/external/llvm/lib/Transforms/Scalar/ |
BDCE.cpp | 323 // Compute the set of alive bits for each operand. These are anded into the
|
/external/v8/src/ |
d8.h | 348 // os.mkdirp(name, mask) creates a directory. The mask (if present) is anded
|
/external/iproute2/doc/ |
ss.sgml | 272 State match is always anded to address/port match.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 540 * so it can be ANDed with the mask of pixels still to be
|
brw_defines.h | 573 * are two contributors ANDed together to whether channels are [all...] |
/external/nanopb-c/generator/google/protobuf/internal/ |
decoder.py | 104 Decoded values will be bitwise-anded with the given mask before being
|