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

1 2 3

  /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 49 const __m128i ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0)));
50 if (_mm_testc_si128(ANDed, alphaMask)) {
  /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
  /hardware/bsp/intel/peripheral/libupm/src/hp20x/
hp20x.h 73 CMD_ADC_CVT = 0x40, // mask - ANDed with DSR and CHNL bits
84 CMD_READ_REG = 0x80, // mask - ANDed with reg addr
85 CMD_WRITE_REG = 0xc0 // mask - ANDed with reg addr
  /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 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>
  /toolchain/binutils/binutils-2.25/include/opcode/
nios2.h 86 when disassembling. If the actual opcode anded with the match field
  /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 215 // This should be safe because mSubstreamID is ANDed with 0x07 above.
  /external/boringssl/src/crypto/
cpu-intel.c 249 * Otherwise the value is inverted and ANDed with the probed CPUID result.
  /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
  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.c 110 * they can be bitwise-anded with the board to determine if they fit.
286 /* Generate the unsigned long long int that will later be anded with the
meteor-contest.go 123 * they can be bitwise-anded with the board to determine if they fit.
302 /* Generate the unsigned long long int that will later be anded with the
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.c 110 * they can be bitwise-anded with the board to determine if they fit.
286 /* Generate the unsigned long long int that will later be anded with the

Completed in 2172 milliseconds

1 2 3