/external/libvncserver/webclients/java-applet/ssl/ |
D | tightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab-traversal.patch | 90 - (pixBuf[i * 4 + 1] & 0xFF) << 16 | 91 - (pixBuf[i * 4 + 2] & 0xFF) << 8 | 92 - (pixBuf[i * 4 + 3] & 0xFF); 93 + (pixBuf[i * 4 + 2] & 0xFF) << 16 | 94 + (pixBuf[i * 4 + 1] & 0xFF) << 8 | 95 + (pixBuf[i * 4 + 0] & 0xFF); 103 - (pixBuf[i * 4 + 1] & 0xFF) << 16 | 104 - (pixBuf[i * 4 + 2] & 0xFF) << 8 | 105 - (pixBuf[i * 4 + 3] & 0xFF); 106 + (pixBuf[i * 4 + 2] & 0xFF) << 16 | [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 135 def JMP16r : I<0xFF, MRM4r, (outs), (ins GR16:$dst), "jmp{w}\t{*}$dst", 138 def JMP16m : I<0xFF, MRM4m, (outs), (ins i16mem:$dst), "jmp{w}\t{*}$dst", 142 def JMP32r : I<0xFF, MRM4r, (outs), (ins GR32:$dst), "jmp{l}\t{*}$dst", 145 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst", 149 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst", 152 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst", 166 def FARJMP64 : RI<0xFF, MRM5m, (outs), (ins opaque80mem:$dst), 170 def FARJMP16m : I<0xFF, MRM5m, (outs), (ins opaque32mem:$dst), 173 def FARJMP32m : I<0xFF, MRM5m, (outs), (ins opaque48mem:$dst), 204 def CALL16r : I<0xFF, MRM2r, (outs), (ins GR16:$dst), [all …]
|
/external/skia/experimental/c-api-example/ |
D | c.md | 58 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0x00, 0xFF)); 61 sk_paint_set_color(fill, sk_color_set_argb(0xFF, 0x00, 0xFF, 0xFF)); 70 sk_paint_set_color(stroke, sk_color_set_argb(0xFF, 0xFF, 0x00, 0x00)); 82 sk_paint_set_color(fill, sk_color_set_argb(0x80, 0x00, 0xFF, 0x00));
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrControl.td | 101 def JMP32r : I<0xFF, MRM4r, (outs), (ins GR32:$dst), "jmp{l}\t{*}$dst", 103 def JMP32m : I<0xFF, MRM4m, (outs), (ins i32mem:$dst), "jmp{l}\t{*}$dst", 106 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst", 108 def JMP64m : I<0xFF, MRM4m, (outs), (ins i64mem:$dst), "jmp{q}\t{*}$dst", 117 def FARJMP64 : RI<0xFF, MRM5m, (outs), (ins opaque80mem:$dst), 120 def FARJMP16m : I<0xFF, MRM5m, (outs), (ins opaque32mem:$dst), 122 def FARJMP32m : I<0xFF, MRM5m, (outs), (ins opaque48mem:$dst), 149 def CALL32r : I<0xFF, MRM2r, (outs), (ins GR32:$dst, variable_ops), 152 def CALL32m : I<0xFF, MRM2m, (outs), (ins i32mem:$dst, variable_ops), 163 def FARCALL16m : I<0xFF, MRM3m, (outs), (ins opaque32mem:$dst), [all …]
|
D | X86InstrArithmetic.td | 396 def INC64r : RI<0xFF, MRM0r, (outs GR64:$dst), (ins GR64:$src1), "inc{q}\t$dst", 404 def INC64_16r : I<0xFF, MRM0r, (outs GR16:$dst), (ins GR16:$src1), 408 def INC64_32r : I<0xFF, MRM0r, (outs GR32:$dst), (ins GR32:$src1), 412 def DEC64_16r : I<0xFF, MRM1r, (outs GR16:$dst), (ins GR16:$src1), 416 def DEC64_32r : I<0xFF, MRM1r, (outs GR32:$dst), (ins GR32:$src1), 428 def INC16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 432 def INC32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", 436 def INC64m : RI<0xFF, MRM0m, (outs), (ins i64mem:$dst), "inc{q}\t$dst", 443 def INC64_16m : I<0xFF, MRM0m, (outs), (ins i16mem:$dst), "inc{w}\t$dst", 447 def INC64_32m : I<0xFF, MRM0m, (outs), (ins i32mem:$dst), "inc{l}\t$dst", [all …]
|
/external/llvm/test/Analysis/DemandedBits/ |
D | basic.ll | 4 ; CHECK-DAG: DemandedBits: 0xFF for %1 = add nsw i32 %a, 5 5 ; CHECK-DAG: DemandedBits: 0xFF for %3 = trunc i32 %2 to i8 6 ; CHECK-DAG: DemandedBits: 0xFF for %2 = mul nsw i32 %1, %b
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/impl/ |
D | address_v4.ipp | 31 #if UCHAR_MAX > 0xFF 32 if (bytes[0] > 0xFF || bytes[1] > 0xFF 33 || bytes[2] > 0xFF || bytes[3] > 0xFF) 38 #endif // UCHAR_MAX > 0xFF
|
D | address_v6.ipp | 40 #if UCHAR_MAX > 0xFF 43 if (bytes[i] > 0xFF) 49 #endif // UCHAR_MAX > 0xFF 269 bytes_type v6_bytes = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xFF, 0xFF,
|
/external/python/cpython2/Lib/test/imghdrdata/ |
D | python.xbm | 6 0x0F, 0xF8, 0x0F, 0xF8, 0x0F, 0xFC, 0xFF, 0xFF, };
|
/external/regex-re2/ |
D | ucs2.diff | 114 - int lo2 = lo & 0xFF; 116 - int hi2 = hi & 0xFF; 127 - AddUCS2Pair(lo1, lo1, false, lo2, 0xFF, lo1==0 && foldcase); 132 - if (hi2 < 0xFF) { 139 - AddUCS2Pair(lo1, hi1, false, 0, 0xFF, false); 177 - dot = c.Cat(c.ByteRange(0x00, 0xFF, false), c.ByteRange(0x00, 0xFF, false)); 179 - dot = c.ByteRange(0x00, 0xFF, false); 181 + dot = c.ByteRange(0x00, 0xFF, false); 193 c = text.begin()[-1] & 0xFF; 200 p < text.end() && (p[0] & 0xFF) != first_byte_) { [all …]
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | invalid-utf8-byte.loader-error | 17 Invalid byte ('\xFF'): � <--
|
D | invalid-utf8-byte.stream-error | 17 Invalid byte ('\xFF'): � <--
|
/external/iptables/extensions/ |
D | libxt_TOS.man | 8 into the TOS/Priority field. If \fImask\fP is omitted, 0xFF is assumed. 12 a mask of 0xFF (see NOTE below). The list of recognized TOS names can be
|
D | libxt_u32.man | 82 \-\-u32 "\fB6 & 0xFF = 1 &&\fP ... 117 \-\-u32 "\fB6 & 0xFF = 6 &&\fP ...
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | ByteLiteralTest.smali | 15 -0xFF
|
D | ByteLiteralTest.tokens | 15 NEGATIVE_INTEGER_LITERAL("-0xFF")
|
/external/pdfium/third_party/lcms2-2.6/ |
D | 0001-from16-to-8-overflow.patch | 9 -#define FROM_16_TO_8(rgb) (cmsUInt8Number) ((((rgb) * 65281 + 8388608) >> 24) & 0xFF)
|
/external/protobuf/objectivec/ |
D | GPBCodedOutputStream.m | 129 GPBWriteRawByte(state, (value)&0xFF); 130 GPBWriteRawByte(state, (value >> 8) & 0xFF); 131 GPBWriteRawByte(state, (value >> 16) & 0xFF); 132 GPBWriteRawByte(state, (value >> 24) & 0xFF); 137 GPBWriteRawByte(state, (int32_t)(value)&0xFF); 138 GPBWriteRawByte(state, (int32_t)(value >> 8) & 0xFF); 139 GPBWriteRawByte(state, (int32_t)(value >> 16) & 0xFF); 140 GPBWriteRawByte(state, (int32_t)(value >> 24) & 0xFF); 141 GPBWriteRawByte(state, (int32_t)(value >> 32) & 0xFF); 142 GPBWriteRawByte(state, (int32_t)(value >> 40) & 0xFF); [all …]
|
/external/clang/test/Coverage/ |
D | c-language-features.inc | 126 t27 += (unsigned char) 0xFF; 127 t27 += (signed char) 0xFF;
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-add2.ll | 33 ;; If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-add2.ll | 33 ;; If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
|
/external/icu/icu4c/source/data/mappings/ |
D | ibm-9448_X100-2005.ucm | 272 <U06D2> \xFF |0 341 <UFBAE> \xFF |1 342 <UFBAF> \xFF |1
|
D | macos-35-10.2.ucm | 263 <U02C7> \xFF |0 282 <U030C> \xFF |1
|
D | macos-29-10.2.ucm | 277 <U02C7> \xFF |0 281 <U030C> \xFF |1
|
D | macos-0_2-10.2.ucm | 264 <U02C7> \xFF |0 283 <U030C> \xFF |1
|