Home
last modified time | relevance | path

Searched refs:xFF (Results 1 – 25 of 198) sorted by relevance

12345678

/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab-traversal.patch90 - (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/
DX86InstrControl.td135 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/
Dc.md58 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/
Dbasic.ll4 ; 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/
Daddress_v4.ipp31 #if UCHAR_MAX > 0xFF
32 if (bytes[0] > 0xFF || bytes[1] > 0xFF
33 || bytes[2] > 0xFF || bytes[3] > 0xFF)
38 #endif // UCHAR_MAX > 0xFF
Daddress_v6.ipp40 #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/
Ducs2.diff114 - 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/
Dpart4.txt12630 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/
Dinvalid-utf8-byte.stream-error17 Invalid byte ('\xFF'): � <--
Dinvalid-utf8-byte.loader-error17 Invalid byte ('\xFF'): � <--
/external/iptables/extensions/
Dlibxt_TOS.man8 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
Dlibxt_u32.man82 \-\-u32 "\fB6 & 0xFF = 1 &&\fP ...
117 \-\-u32 "\fB6 & 0xFF = 6 &&\fP ...
/external/smali/smali/src/test/resources/LexerTest/
DByteLiteralTest.smali15 -0xFF
DByteLiteralTest.tokens15 NEGATIVE_INTEGER_LITERAL("-0xFF")
/external/clang/test/Coverage/
Dc-language-features.inc126 t27 += (unsigned char) 0xFF;
127 t27 += (signed char) 0xFF;
/external/opencv3/doc/py_tutorials/py_gui/py_mouse_handling/
Dpy_mouse_handling.markdown45 if cv2.waitKey(20) & 0xFF == 27:
96 k = cv2.waitKey(1) & 0xFF
/external/opencv3/doc/py_tutorials/py_gui/py_video_display/
Dpy_video_display.markdown38 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/
Dapint-add2.ll33 ;; If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
/external/icu/icu4c/source/data/mappings/
Dibm-9448_X100-2005.ucm270 <U06D2> \xFF |0
339 <UFBAE> \xFF |1
340 <UFBAF> \xFF |1
Dmacos-0_2-10.2.ucm262 <U02C7> \xFF |0
281 <U030C> \xFF |1
Dmacos-29-10.2.ucm275 <U02C7> \xFF |0
279 <U030C> \xFF |1
Dmacos-35-10.2.ucm261 <U02C7> \xFF |0
280 <U030C> \xFF |1
/external/v8/test/webkit/fast/js/kde/
Dliterals-expected.txt32 PASS 0xFF is 255
/external/opencv3/doc/py_tutorials/py_gui/py_trackbar/
Dpy_trackbar.markdown49 k = cv2.waitKey(1) & 0xFF
/external/boringssl/src/crypto/cipher/test/
Daes_128_gcm_tests.txt509 # 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

12345678