Home
last modified time | relevance | path

Searched refs:anded (Results 1 – 7 of 7) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DElementAndAttributePolicies.java106 Map<String, AttributePolicy> anded = null; in andGlobals() local
115 if (anded == null) { in andGlobals()
116 anded = Maps.newLinkedHashMap(); in andGlobals()
117 anded.putAll(this.attrPolicies); in andGlobals()
119 anded.put(attrName, joined); in andGlobals()
126 if (anded == null) { in andGlobals()
127 anded = Maps.newLinkedHashMap(); in andGlobals()
128 anded.putAll(this.attrPolicies); in andGlobals()
130 anded.put(attrName, e.getValue()); in andGlobals()
133 if (anded == null) { return this; } in andGlobals()
[all …]
/external/llvm/test/CodeGen/X86/
Dtrunc-to-bool.ll16 %anded = and i32 %shifted, 1
17 %trunced = trunc i32 %anded to i1
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtrunc-to-bool.ll16 %anded = and i32 %shifted, 1
17 %trunced = trunc i32 %anded to i1
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtrunc-to-bool.ll32 %anded = and i32 %shifted, 1
33 %trunced = trunc i32 %anded to i1
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst198 bit value is bitwise-anded with 0x1f).
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst201 bit value is bitwise-anded with 0x1f).
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp209 fs_reg anded = abld.vgrf(BRW_REGISTER_TYPE_UD, 1); in emit_system_values_block() local
210 abld.AND(anded, inverted, brw_imm_uw(1)); in emit_system_values_block()
213 abld.MOV(dst, negate(retype(anded, BRW_REGISTER_TYPE_D))); in emit_system_values_block()