HomeSort by relevance Sort by last modified time
    Searched refs:xff (Results 76 - 100 of 1929) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetTest.java 60 assertEncodes(Charset.forName("SCSU"), "\ufffd", 14, 0xff, 0xfd);
70 assertEncodes(cs, "a\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66);
72 assertDecodes(cs, "a\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66);
73 assertDecodes(cs, "a\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06);
84 assertDecodes(cs, "\ufffda\u0666", 0xff, 0xfe, 0, 'a', 0x06, 0x66);
86 assertDecodes(cs, "\ufeffa\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66);
96 assertDecodes(cs, "\ufeffa\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06);
99 assertDecodes(cs, "\ufffda\u0666", 0xfe, 0xff, 'a', 0, 0x66, 0x06);
107 assertEncodes(cs, "a\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06);
109 assertDecodes(cs, "a\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06)
    [all...]
  /libcore/luni/src/main/java/java/net/
Inet6Address.java 191 return ((ipaddress[0] & 0xff) == 0xfe) && ((ipaddress[1] & 0xc0) == 0x80); // fe80:/10
199 return ((ipaddress[0] & 0xff) == 0xff) && ((ipaddress[1] & 0x0f) == 0x0e); // ffxe:/16
203 return ((ipaddress[0] & 0xff) == 0xff) && ((ipaddress[1] & 0x0f) == 0x02); // ffx2:/16
207 return ((ipaddress[0] & 0xff) == 0xff) && ((ipaddress[1] & 0x0f) == 0x01); // ffx1:/16
211 return ((ipaddress[0] & 0xff) == 0xff) && ((ipaddress[1] & 0x0f) == 0x08); // ffx8:/16
215 return ((ipaddress[0] & 0xff) == 0xff) && ((ipaddress[1] & 0x0f) == 0x05); // ffx5:/1
    [all...]
  /external/llvm/test/MC/ARM/
neont2-satshift-encoding.s 13 @ CHECK: vqshl.u8 d16, d16, d17 @ encoding: [0x41,0xff,0xb0,0x04]
15 @ CHECK: vqshl.u16 d16, d16, d17 @ encoding: [0x51,0xff,0xb0,0x04]
17 @ CHECK: vqshl.u32 d16, d16, d17 @ encoding: [0x61,0xff,0xb0,0x04]
19 @ CHECK: vqshl.u64 d16, d16, d17 @ encoding: [0x71,0xff,0xb0,0x04]
29 @ CHECK: vqshl.u8 q8, q8, q9 @ encoding: [0x42,0xff,0xf0,0x04]
31 @ CHECK: vqshl.u16 q8, q8, q9 @ encoding: [0x52,0xff,0xf0,0x04]
33 @ CHECK: vqshl.u32 q8, q8, q9 @ encoding: [0x62,0xff,0xf0,0x04]
35 @ CHECK: vqshl.u64 q8, q8, q9 @ encoding: [0x72,0xff,0xf0,0x04]
41 @ CHECK: vqshl.s32 d16, d16, #31 @ encoding: [0xff,0xef,0x30,0x07]
43 @ CHECK: vqshl.s64 d16, d16, #63 @ encoding: [0xff,0xef,0xb0,0x07
    [all...]
neont2-shiftaccum-encoding.s 21 @ CHECK: vsra.u8 d17, d16, #8 @ encoding: [0xc8,0xff,0x30,0x11]
23 @ CHECK: vsra.u16 d17, d16, #16 @ encoding: [0xd0,0xff,0x30,0x11]
25 @ CHECK: vsra.u32 d17, d16, #32 @ encoding: [0xe0,0xff,0x30,0x11]
27 @ CHECK: vsra.u64 d17, d16, #64 @ encoding: [0xc0,0xff,0xb0,0x11]
29 @ CHECK: vsra.u8 q8, q9, #8 @ encoding: [0xc8,0xff,0x72,0x01]
31 @ CHECK: vsra.u16 q8, q9, #16 @ encoding: [0xd0,0xff,0x72,0x01]
33 @ CHECK: vsra.u32 q8, q9, #32 @ encoding: [0xe0,0xff,0x72,0x01]
35 @ CHECK: vsra.u64 q8, q9, #64 @ encoding: [0xc0,0xff,0xf2,0x01]
45 @ CHECK: vrsra.u8 d17, d16, #8 @ encoding: [0xc8,0xff,0x30,0x13]
47 @ CHECK: vrsra.u16 d17, d16, #16 @ encoding: [0xd0,0xff,0x30,0x13
    [all...]
neont2-shift-encoding.s 5 @ CHECK: vshl.u8 d16, d17, d16 @ encoding: [0x40,0xff,0xa1,0x04]
7 @ CHECK: vshl.u16 d16, d17, d16 @ encoding: [0x50,0xff,0xa1,0x04]
9 @ CHECK: vshl.u32 d16, d17, d16 @ encoding: [0x60,0xff,0xa1,0x04]
11 @ CHECK: vshl.u64 d16, d17, d16 @ encoding: [0x70,0xff,0xa1,0x04]
17 @ CHECK: vshl.i32 d16, d16, #31 @ encoding: [0xff,0xef,0x30,0x05]
19 @ CHECK: vshl.i64 d16, d16, #63 @ encoding: [0xff,0xef,0xb0,0x05]
21 @ CHECK: vshl.u8 q8, q9, q8 @ encoding: [0x40,0xff,0xe2,0x04]
23 @ CHECK: vshl.u16 q8, q9, q8 @ encoding: [0x50,0xff,0xe2,0x04]
25 @ CHECK: vshl.u32 q8, q9, q8 @ encoding: [0x60,0xff,0xe2,0x04]
27 @ CHECK: vshl.u64 q8, q9, q8 @ encoding: [0x70,0xff,0xe2,0x04
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTPSource.cpp 188 data[5] = (kSourceID >> 16) & 0xff;
189 data[6] = (kSourceID >> 8) & 0xff;
190 data[7] = kSourceID & 0xff;
198 data[13] = (mID >> 16) & 0xff;
199 data[14] = (mID >> 8) & 0xff;
200 data[15] = mID & 0xff;
226 data[5] = (kSourceID >> 16) & 0xff;
227 data[6] = (kSourceID >> 8) & 0xff;
228 data[7] = kSourceID & 0xff;
231 data[9] = (mID >> 16) & 0xff;
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
FieldPacker.java 66 mData[mPos++] = (byte)(v & 0xff);
72 mData[mPos++] = (byte)(v & 0xff);
73 mData[mPos++] = (byte)((v >> 8) & 0xff);
74 mData[mPos++] = (byte)((v >> 16) & 0xff);
75 mData[mPos++] = (byte)((v >> 24) & 0xff);
80 mData[mPos++] = (byte)(v & 0xff);
81 mData[mPos++] = (byte)((v >> 8) & 0xff);
82 mData[mPos++] = (byte)((v >> 16) & 0xff);
83 mData[mPos++] = (byte)((v >> 24) & 0xff);
84 mData[mPos++] = (byte)((v >> 32) & 0xff);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmSmsAddress.java 45 int addressLength = origBytes[OFFSET_ADDRESS_LENGTH] & 0xff;
47 int toa = origBytes[OFFSET_TOA] & 0xff;
121 return (origBytes[OFFSET_ADDRESS_LENGTH] & 0xff) == 4
133 && (origBytes[OFFSET_ADDRESS_VALUE] & 0xff) == 0x11;
145 && (origBytes[OFFSET_ADDRESS_VALUE] & 0xff) == 0x10;
SmsCbHeader.java 89 messageIdentifier = ((pdu[2] & 0xff) << 8) | (pdu[3] & 0xff);
102 messageIdentifier = ((pdu[2] & 0xff) << 8) | (pdu[3] & 0xff);
103 dataCodingScheme = pdu[4] & 0xff;
130 messageIdentifier = ((pdu[1] & 0xff) << 8) | pdu[2] & 0xff;
134 dataCodingScheme = pdu[5] & 0xff;
  /dalvik/dx/src/com/android/dx/io/
EncodedValue.java 48 return (data[i] & 0xff) - (other.data[i] & 0xff);
55 return Integer.toHexString(data[0] & 0xff) + "...(" + data.length + ")";
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
KeyUsage.java 73 return "KeyUsage: 0x" + Integer.toHexString(data[0] & 0xff);
75 return "KeyUsage: 0x" + Integer.toHexString((data[1] & 0xff) << 8 | (data[0] & 0xff));
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 757 return InstructionConstants.NAMES[opcode & 0xff];
767 return IS_CATEGORY2[opcode & 0xff];
777 return STACK_POP_COUNTS[opcode & 0xff];
787 return STACK_PUSH_COUNTS[opcode & 0xff];
795 return code[offset] & 0xff;
800 return ((code[offset++] & 0xff) << 8) |
801 ( code[offset ] & 0xff );
807 ((code[offset++] & 0xff) << 16) |
808 ((code[offset++] & 0xff) << 8) |
809 ( code[offset ] & 0xff );
    [all...]
  /external/valgrind/main/none/tests/amd64/
cmpxchg.c 28 rax&0xff,rbx&0xff,rcx&0xff);
51 rax_out&0xff,rbx_out&0xff,rcx_out&0xff);
59 rax&0xff,rbx&0xff,rcx&0xff);
82 rax_out&0xff,rbx_out&0xff,rcx_out&0xff);
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
Pack.java 8 n |= (bs[++off] & 0xff) << 16;
9 n |= (bs[++off] & 0xff) << 8;
10 n |= (bs[++off] & 0xff);
38 n |= (bs[++off] & 0xff) << 8;
39 n |= (bs[++off] & 0xff) << 16;
40 n |= (bs[++off] & 0xff) << 24;
  /external/zlib/contrib/minizip/
crypt.h 30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8))
42 return (int)(((temp * (temp ^ 1)) >> 8) & 0xff);
51 (*(pkeys+1)) += (*(pkeys+0)) & 0xff;
117 c = (rand() >> 7) & 0xff;
126 buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 16) & 0xff, t);
127 buf[n++] = (unsigned char)zencode(pkeys, pcrc_32_tab, (int)(crcForCrypting >> 24) & 0xff, t);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Ralloc.cpp 50 res = (lowReg & 0xff) | ((highReg & 0xff) << 8);
  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 69 (buf[ 0] << 24) | ((buf[ 1] & 0xff) << 16) |
70 ((buf[ 2] & 0xff) << 8) | (buf[ 3] & 0xff);
71 int ilat = (buf[ 4] << 24) | ((buf[ 5] & 0xff) << 16) |
72 ((buf[ 6] & 0xff) << 8) | (buf[ 7] & 0xff);
73 int ilon = (buf[ 8] << 24) | ((buf[ 9] & 0xff) << 16) |
74 ((buf[10] & 0xff) << 8) | (buf[11] & 0xff);
75 int icx = (buf[12] << 24) | ((buf[13] & 0xff) << 16)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RC4Engine.java 58 x = (x + 1) & 0xff;
59 y = (engineState[x] + y) & 0xff;
67 return (byte)(in ^ engineState[(engineState[x] + engineState[y]) & 0xff]);
89 x = (x + 1) & 0xff;
90 y = (engineState[x] + y) & 0xff;
99 ^ engineState[(engineState[x] + engineState[y]) & 0xff]);
135 i2 = ((keyBytes[i1] & 0xff) + engineState[i] + i2) & 0xff;
  /external/libvpx/vpx_ports/
mem_ops.h 176 mem[0] = (val >> 8) & 0xff;
177 mem[1] = (val >> 0) & 0xff;
186 mem[0] = (val >> 16) & 0xff;
187 mem[1] = (val >> 8) & 0xff;
188 mem[2] = (val >> 0) & 0xff;
197 mem[0] = (val >> 24) & 0xff;
198 mem[1] = (val >> 16) & 0xff;
199 mem[2] = (val >> 8) & 0xff;
200 mem[3] = (val >> 0) & 0xff;
209 mem[0] = (val >> 0) & 0xff;
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbConstants.java 173 public static final int USB_CLASS_VENDOR_SPEC = 0xff;
182 public static final int USB_SUBCLASS_VENDOR_SPEC = 0xff;
  /frameworks/base/libs/rs/
rsStream.cpp 79 mData[mPos++] = (uint8_t)(v & 0xff);
80 mData[mPos++] = (uint8_t)((v >> 8) & 0xff);
81 mData[mPos++] = (uint8_t)((v >> 16) & 0xff);
82 mData[mPos++] = (uint8_t)((v >> 24) & 0xff);
83 mData[mPos++] = (uint8_t)((v >> 32) & 0xff);
84 mData[mPos++] = (uint8_t)((v >> 40) & 0xff);
85 mData[mPos++] = (uint8_t)((v >> 48) & 0xff);
86 mData[mPos++] = (uint8_t)((v >> 56) & 0xff);
  /bionic/libc/unistd/
ftok.c 39 return (key_t)( (st.st_ino & 0xffff) | ((st.st_dev & 0xff) << 16) | ((id & 255) << 24) );
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorTest.java 41 assertEquals(0xff, Color.alpha(Color.RED));
42 assertEquals(0xff, Color.alpha(Color.YELLOW));
52 assertEquals(Color.RED, Color.argb(0xff, 0xff, 0x00, 0x00));
53 assertEquals(Color.YELLOW, Color.argb(0xff, 0xff, 0xff, 0x00));
73 assertEquals(0xff, Color.green(Color.GREEN));
127 assertEquals(Color.RED, Color.HSVToColor(0xff, hsv));
174 assertEquals(0xff, Color.red(Color.RED))
    [all...]
  /dalvik/vm/mterp/c/
OP_REM_DOUBLE.cpp 6 vsrc1 = srcRegs & 0xff;
OP_REM_FLOAT.cpp 6 vsrc1 = srcRegs & 0xff;

Completed in 682 milliseconds

1 2 34 5 6 7 8 91011>>