/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/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 27 ; CHECK-DAG: DemandedBits: 0xFF for %1 = and i32 %a, 255
|
/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/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/tpm2/ |
D | part4.txt | 12630 161 = 0xFF; 12966 408 MemorySet(pcrData, 0xFF, pcrSize); 32611 16 {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 32612 17 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 32613 18 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}}; 32615 20 {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 32616 21 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 32617 22 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC}}; 32625 30 0xF4, 0xFF, 0x0A, 0xFD, 0x82, 0xFF, 0x10, 0x12}}; 32631 36 {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, [all …]
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | invalid-utf8-byte.stream-error | 17 Invalid byte ('\xFF'): � <--
|
D | invalid-utf8-byte.loader-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/clang/test/Coverage/ |
D | c-language-features.inc | 126 t27 += (unsigned char) 0xFF; 127 t27 += (signed char) 0xFF;
|
/external/opencv3/doc/py_tutorials/py_gui/py_mouse_handling/ |
D | py_mouse_handling.markdown | 45 if cv2.waitKey(20) & 0xFF == 27: 96 k = cv2.waitKey(1) & 0xFF
|
/external/opencv3/doc/py_tutorials/py_gui/py_video_display/ |
D | py_video_display.markdown | 38 if cv2.waitKey(1) & 0xFF == ord('q'): 85 if cv2.waitKey(1) & 0xFF == ord('q'): 138 if cv2.waitKey(1) & 0xFF == ord('q'):
|
/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/icu/icu4c/source/data/mappings/ |
D | ibm-9448_X100-2005.ucm | 270 <U06D2> \xFF |0 339 <UFBAE> \xFF |1 340 <UFBAF> \xFF |1
|
D | macos-0_2-10.2.ucm | 262 <U02C7> \xFF |0 281 <U030C> \xFF |1
|
D | macos-29-10.2.ucm | 275 <U02C7> \xFF |0 279 <U030C> \xFF |1
|
D | macos-35-10.2.ucm | 261 <U02C7> \xFF |0 280 <U030C> \xFF |1
|
/external/v8/test/webkit/fast/js/kde/ |
D | literals-expected.txt | 32 PASS 0xFF is 255
|
/external/opencv3/doc/py_tutorials/py_gui/py_trackbar/ |
D | py_trackbar.markdown | 49 k = cv2.waitKey(1) & 0xFF
|
/external/boringssl/src/crypto/cipher/test/ |
D | aes_128_gcm_tests.txt | 509 # 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF 517 # 288 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
|