HomeSort by relevance Sort by last modified time
    Searched refs:xFF (Results 176 - 200 of 2877) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_UTF8.java 32 (input[0] & 0xFF) == 0xef && (input[1] & 0xFF) == 0xbb && (input[2] & 0xFF) == 0xbf) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_UTF8.java 31 (input[0] & 0xFF) == 0xef && (input[1] & 0xFF) == 0xbb && (input[2] & 0xFF) == 0xbf) {
  /external/skia/src/gpu/
GrSWMaskHelper.h 72 fPixels.erase(SkColorSetARGB(alpha, 0xFF, 0xFF, 0xFF));
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
iio_kernel_headers.h 124 #define IIO_EVENT_CODE_EXTRACT_TYPE(mask) ((mask >> 56) & 0xFF)
128 #define IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(mask) ((mask >> 32) & 0xFF)
135 #define IIO_EVENT_CODE_EXTRACT_MODIFIER(mask) ((mask >> 40) & 0xFF)
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 267 hnd ? (((hnd->magic >> 24) & 0xFF)?
268 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
269 hnd ? (((hnd->magic >> 16) & 0xFF)?
270 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
271 hnd ? (((hnd->magic >> 8) & 0xFF)?
272 ((hnd->magic >> 8) & 0xFF) : '-') : '?',
273 hnd ? (((hnd->magic >> 0) & 0xFF)?
274 ((hnd->magic >> 0) & 0xFF) : '-') : '?',
275 (sMagic >> 24) & 0xFF,
276 (sMagic >> 16) & 0xFF,
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 270 hnd ? (((hnd->magic >> 24) & 0xFF)?
271 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
272 hnd ? (((hnd->magic >> 16) & 0xFF)?
273 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
274 hnd ? (((hnd->magic >> 8) & 0xFF)?
275 ((hnd->magic >> 8) & 0xFF) : '-') : '?',
276 hnd ? (((hnd->magic >> 0) & 0xFF)?
277 ((hnd->magic >> 0) & 0xFF) : '-') : '?',
278 (sMagic >> 24) & 0xFF,
279 (sMagic >> 16) & 0xFF,
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
gralloc_priv.h 271 hnd ? (((hnd->magic >> 24) & 0xFF)?
272 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
273 hnd ? (((hnd->magic >> 16) & 0xFF)?
274 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
275 hnd ? (((hnd->magic >> 8) & 0xFF)?
276 ((hnd->magic >> 8) & 0xFF) : '-') : '?',
277 hnd ? (((hnd->magic >> 0) & 0xFF)?
278 ((hnd->magic >> 0) & 0xFF) : '-') : '?',
279 (sMagic >> 24) & 0xFF,
280 (sMagic >> 16) & 0xFF,
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h 278 hnd ? (((hnd->magic >> 24) & 0xFF)?
279 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
280 hnd ? (((hnd->magic >> 16) & 0xFF)?
281 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
282 hnd ? (((hnd->magic >> 8) & 0xFF)?
283 ((hnd->magic >> 8) & 0xFF) : '-') : '?',
284 hnd ? (((hnd->magic >> 0) & 0xFF)?
285 ((hnd->magic >> 0) & 0xFF) : '-') : '?',
286 (sMagic >> 24) & 0xFF,
287 (sMagic >> 16) & 0xFF,
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
gralloc_priv.h 278 hnd ? (((hnd->magic >> 24) & 0xFF)?
279 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
280 hnd ? (((hnd->magic >> 16) & 0xFF)?
281 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
282 hnd ? (((hnd->magic >> 8) & 0xFF)?
283 ((hnd->magic >> 8) & 0xFF) : '-') : '?',
284 hnd ? (((hnd->magic >> 0) & 0xFF)?
285 ((hnd->magic >> 0) & 0xFF) : '-') : '?',
286 (sMagic >> 24) & 0xFF,
287 (sMagic >> 16) & 0xFF,
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterBwFilter.java 58 int r = 0xFF & (rgb >> 16);
59 int g = 0xFF & (rgb >> 8);
60 int b = 0xFF & (rgb >> 0);
  /prebuilts/misc/windows/sdl2/test/
testviewport.c 41 SDL_SetRenderDrawColor(renderer, 0x80, 0x80, 0x80, 0xFF);
45 SDL_SetRenderDrawColor(renderer, 0xFF, 0xFF, 0xF, 0xFF);
52 SDL_SetRenderDrawColor(renderer, 0x00, 0xFF, 0x00, 0xFF);
59 SDL_SetRenderDrawColor(renderer, 0x00, 0x00, 0xFF, 0xFF);
66 SDL_SetRenderDrawColor(renderer, 0xFF, 0xFF, 0xF, 0xFF)
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 643 (byte) 0x00, (byte) 0x01, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff,
644 (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff, (byte) 0xff
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 68 return mBuffer.get() & 0xFF;
190 buffer[index++] = (byte)(0xFF & (codePoint >> 16));
191 buffer[index++] = (byte)(0xFF & (codePoint >> 8));
192 buffer[index++] = (byte)(0xFF & codePoint);
223 buffer[index++] = (byte)(0xFF & (codePoint >> 16));
224 buffer[index++] = (byte)(0xFF & (codePoint >> 8));
225 buffer[index++] = (byte)(0xFF & codePoint);
251 stream.write((byte) (0xFF & (codePoint >> 16)));
252 stream.write((byte) (0xFF & (codePoint >> 8)));
253 stream.write((byte) (0xFF & codePoint))
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 83 value = (b.get() & 0xFF);
97 tmp = b.get() & 0xFF;
110 tmp = b.get() & 0xFF;
123 tmp = b.get() & 0xFF;
136 tmp = b.get() & 0xFF;
  /external/skia/src/core/
SkBlitBWMaskTemplate.h 64 int left_mask = 0xFF >> (left_edge & 7);
65 int rite_mask = 0xFF << (8 - (rite_edge & 7));
66 rite_mask &= 0xFF; // only want low-8 bits of mask
74 rite_mask = 0xFF;
76 if (left_mask == 0xFF)
  /libcore/ojluni/src/main/java/java/io/
Bits.java 44 return (char) ((b[off + 1] & 0xFF) +
49 return (short) ((b[off + 1] & 0xFF) +
54 return ((b[off + 3] & 0xFF) ) +
55 ((b[off + 2] & 0xFF) << 8) +
56 ((b[off + 1] & 0xFF) << 16) +
  /device/google/contexthub/util/stm32_flash/
stm32_bl.c 37 csum = 0xFF;
56 buffer[0] = (cnt >> 8) & 0xFF;
57 buffer[1] = (cnt ) & 0xFF;
66 buffer[0] = (addr >> 24) & 0xFF;
67 buffer[1] = (addr >> 16) & 0xFF;
68 buffer[2] = (addr >> 8) & 0xFF;
69 buffer[3] = (addr ) & 0xFF;
  /external/regex-re2/util/
rune.cc 29 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */
30 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */
31 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */
32 T3 = ((1<<(Bit3+1))-1) ^ 0xFF, /* 1110 0000 */
33 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */
34 T5 = ((1<<(Bit5+1))-1) ^ 0xFF, /* 1111 1000 */
43 Testx = Maskx ^ 0xFF, /* 1100 0000 */
  /external/skia/gm/
modecolorfilters.cpp 27 return make_color_shader(SkColorSetARGB(0xFF, 0x42, 0x82, 0x21));
93 SkColorSetARGB(0xFF, 0xFF, 0xFF, 0xFF),
94 SkColorSetARGB(0xFF, 0x00, 0x00, 0x00),
96 SkColorSetARGB(0xFF, 0x10, 0x20, 0x42),
  /external/skia/include/core/
SkColor.h 19 /** 8-bit type for an alpha value. 0xFF is 100% opaque, 0x00 is 100% transparent.
46 * static const SkColor kMyColor = SkColorSetARGB(0xFF, 0x01, 0x02, 0x03)
56 of 0xFF for alpha (fully opaque)
58 #define SkColorSetRGB(r, g, b) SkColorSetARGB(0xFF, r, g, b)
61 #define SkColorGetA(color) (((color) >> 24) & 0xFF)
63 #define SkColorGetR(color) (((color) >> 16) & 0xFF)
65 #define SkColorGetG(color) (((color) >> 8) & 0xFF)
67 #define SkColorGetB(color) (((color) >> 0) & 0xFF)
76 #define SK_AlphaOPAQUE 0xFF //!< opaque SkAlpha value
128 /** Convert HSV components to an ARGB color. The alpha component set to 0xFF
    [all...]
  /frameworks/av/media/mtp/
MtpDataPacket.cpp 243 mBuffer[mOffset++] = (uint8_t)(value & 0xFF);
244 mBuffer[mOffset++] = (uint8_t)((value >> 8) & 0xFF);
251 mBuffer[mOffset++] = (uint8_t)(value & 0xFF);
252 mBuffer[mOffset++] = (uint8_t)((value >> 8) & 0xFF);
259 mBuffer[mOffset++] = (uint8_t)(value & 0xFF);
260 mBuffer[mOffset++] = (uint8_t)((value >> 8) & 0xFF);
261 mBuffer[mOffset++] = (uint8_t)((value >> 16) & 0xFF);
262 mBuffer[mOffset++] = (uint8_t)((value >> 24) & 0xFF);
269 mBuffer[mOffset++] = (uint8_t)(value & 0xFF);
270 mBuffer[mOffset++] = (uint8_t)((value >> 8) & 0xFF);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 228 if ((uint)r0 > 0xFF) r0 = 0xFF & (~(r0 >> 31)); /* clip */
230 if ((uint)r1 > 0xFF) r1 = 0xFF & (~(r1 >> 31)); /* clip */
232 if ((uint)r2 > 0xFF) r2 = 0xFF & (~(r2 >> 31)); /* clip */
234 if ((uint)r3 > 0xFF) r3 = 0xFF & (~(r3 >> 31)); /* clip */
312 if ((uint)r0 > 0xFF) r0 = 0xFF & (~(r0 >> 31)); /* clip *
    [all...]
  /external/valgrind/VEX/useful/
fp_80_64.c 161 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
162 f80[8] = toUChar( bexp & 0xFF );
179 f80[8] = 0xFF;
197 f80[8] = 0xFF;
198 f80[7] = 0xFF;
200 = f80[2] = f80[1] = f80[0] = 0xFF;
206 f80[8] = 0xFF;
209 = f80[2] = f80[1] = f80[0] = 0xFF;
219 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
220 f80[8] = toUChar( bexp & 0xFF );
    [all...]
  /external/skia/tools/debugger/
SkOverdrawMode.cpp 263 SkPackARGB32(0xFF, 128, 158, 255),
264 SkPackARGB32(0xFF, 170, 185, 212),
265 SkPackARGB32(0xFF, 213, 195, 170),
266 SkPackARGB32(0xFF, 255, 192, 127),
267 SkPackARGB32(0xFF, 255, 185, 85),
268 SkPackARGB32(0xFF, 255, 165, 42),
269 SkPackARGB32(0xFF, 255, 135, 0),
270 SkPackARGB32(0xFF, 255, 95, 0),
271 SkPackARGB32(0xFF, 255, 50, 0),
272 SkPackARGB32(0xFF, 255, 0, 0
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_mpo_composer.c 108 buff_addr[buff_offset + 3] = (uint8_t)((value >> 24) & 0xFF);
109 buff_addr[buff_offset + 2] = (uint8_t)((value >> 16) & 0xFF);
110 buff_addr[buff_offset + 1] = (uint8_t)((value >> 8) & 0xFF);
111 buff_addr[buff_offset] = (uint8_t)(value & 0xFF);
139 buff_addr[buff_offset] = (uint8_t)((value >> 24) & 0xFF);
140 buff_addr[buff_offset+1] = (uint8_t)((value >> 16) & 0xFF);
141 buff_addr[buff_offset+2] = (uint8_t)((value >> 8) & 0xFF);
142 buff_addr[buff_offset+3] = (uint8_t)(value & 0xFF);
173 while ((byte != 0xFF) &&
176 //If 0xFF is not found at all, brea
    [all...]

Completed in 2604 milliseconds

1 2 3 4 5 6 78 91011>>