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

1 2

  /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/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
dsa.rst 38 Stencil test value mask; this is ANDed with the value in the stencil
  /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/chromium_org/third_party/icu/source/common/
propsvec.h 81 * reset the mask bits and set the value bits (ANDed with the mask).
  /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
  /external/chromium_org/extensions/browser/
quota_service.h 84 // Each heuristic will be evaluated and ANDed together to get a final answer.
  /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/chromium_org/v8/src/
d8.h 338 // os.mkdirp(name, mask) creates a directory. The mask (if present) is anded
jsregexp.h 596 // next n characters are anded with the mask and compared with the value.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 58 // Test under mask. The first operand is ANDed with the second operand
  /external/chromium_org/third_party/mesa/src/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/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/protobuf/python/google/protobuf/internal/
decoder.py 97 Decoded values will be bitwise-anded with the given mask before being
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
decoder.py 104 Decoded values will be bitwise-anded with the given mask before being

Completed in 892 milliseconds

1 2