/frameworks/av/libvideoeditor/vss/common/inc/ |
M4_Utils.h | 40 #define GET_MEMORY32(x) ( (((x)&0xff)<<24) | (((x)&0xff00)<<8) |\
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/ |
g729encsocket_ti.h | 48 0xcf, 0x1d, 0x6e, 0xff, 0x15, 0xab
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
sysmacros.h | 51 return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff); 57 return ((__minor & 0xff) | ((__major & 0xfff) << 8) 58 | (((unsigned long long int) (__minor & ~0xff)) << 12)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
sysmacros.h | 51 return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff); 57 return ((__minor & 0xff) | ((__major & 0xfff) << 8) 58 | (((unsigned long long int) (__minor & ~0xff)) << 12)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
sysmacros.h | 51 return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff); 57 return ((__minor & 0xff) | ((__major & 0xfff) << 8) 58 | (((unsigned long long int) (__minor & ~0xff)) << 12)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/mach-ip22/ |
ds1286.h | 22 #define rtc_read(reg) (hpc3c0->rtcregs[(reg)] & 0xff)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/mach-ip22/ |
ds1286.h | 22 #define rtc_read(reg) (hpc3c0->rtcregs[(reg)] & 0xff)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ComprehensionTlv.java | 123 int temp = data[curIndex++] & 0xff; 126 case 0xff: 136 tag = ((data[curIndex] & 0xff) << 8) 137 | (data[curIndex + 1] & 0xff); 152 temp = data[curIndex++] & 0xff; 156 length = data[curIndex++] & 0xff; 165 length = ((data[curIndex] & 0xff) << 8) 166 | (data[curIndex + 1] & 0xff); 176 length = ((data[curIndex] & 0xff) << 16) 177 | ((data[curIndex + 1] & 0xff) << 8 [all...] |
/external/llvm/test/MC/ARM/ |
neont2-shiftaccum-encoding.s | 48 @ CHECK: vsra.u8 d17, d16, #8 @ encoding: [0xc8,0xff,0x30,0x11] 49 @ CHECK: vsra.u16 d11, d14, #11 @ encoding: [0x95,0xff,0x1e,0xb1] 50 @ CHECK: vsra.u32 d12, d15, #22 @ encoding: [0xaa,0xff,0x1f,0xc1] 51 @ CHECK: vsra.u64 d13, d16, #54 @ encoding: [0x8a,0xff,0xb0,0xd1] 52 @ CHECK: vsra.u8 q1, q7, #8 @ encoding: [0x88,0xff,0x5e,0x21] 53 @ CHECK: vsra.u16 q2, q7, #6 @ encoding: [0x9a,0xff,0x5e,0x41] 54 @ CHECK: vsra.u32 q3, q6, #21 @ encoding: [0xab,0xff,0x5c,0x61] 55 @ CHECK: vsra.u64 q4, q5, #25 @ encoding: [0xa7,0xff,0xda,0x81] 65 @ CHECK: vsra.u8 d16, d16, #8 @ encoding: [0xc8,0xff,0x30,0x01] 66 @ CHECK: vsra.u16 d14, d14, #11 @ encoding: [0x95,0xff,0x1e,0xe1 [all...] |
neont2-shuffle-encoding.s | 17 @ CHECK: vtrn.8 d17, d16 @ encoding: [0xf2,0xff,0xa0,0x10] 19 @ CHECK: vtrn.16 d17, d16 @ encoding: [0xf6,0xff,0xa0,0x10] 21 @ CHECK: vtrn.32 d17, d16 @ encoding: [0xfa,0xff,0xa0,0x10] 23 @ CHECK: vtrn.8 q9, q8 @ encoding: [0xf2,0xff,0xe0,0x20] 25 @ CHECK: vtrn.16 q9, q8 @ encoding: [0xf6,0xff,0xe0,0x20] 27 @ CHECK: vtrn.32 q9, q8 @ encoding: [0xfa,0xff,0xe0,0x20] 29 @ CHECK: vuzp.8 d17, d16 @ encoding: [0xf2,0xff,0x20,0x11] 31 @ CHECK: vuzp.16 d17, d16 @ encoding: [0xf6,0xff,0x20,0x11] 33 @ CHECK: vuzp.8 q9, q8 @ encoding: [0xf2,0xff,0x60,0x21] 35 @ CHECK: vuzp.16 q9, q8 @ encoding: [0xf6,0xff,0x60,0x21 [all...] |
neont2-sub-encoding.s | 15 @ CHECK: vtrn.8 d17, d16 @ encoding: [0xf2,0xff,0xa0,0x10] 17 @ CHECK: vtrn.16 d17, d16 @ encoding: [0xf6,0xff,0xa0,0x10] 19 @ CHECK: vtrn.32 d17, d16 @ encoding: [0xfa,0xff,0xa0,0x10] 21 @ CHECK: vtrn.8 q9, q8 @ encoding: [0xf2,0xff,0xe0,0x20] 23 @ CHECK: vtrn.16 q9, q8 @ encoding: [0xf6,0xff,0xe0,0x20] 25 @ CHECK: vtrn.32 q9, q8 @ encoding: [0xfa,0xff,0xe0,0x20] 27 @ CHECK: vuzp.8 d17, d16 @ encoding: [0xf2,0xff,0x20,0x11] 29 @ CHECK: vuzp.16 d17, d16 @ encoding: [0xf6,0xff,0x20,0x11] 31 @ CHECK: vuzp.8 q9, q8 @ encoding: [0xf2,0xff,0x60,0x21] 33 @ CHECK: vuzp.16 q9, q8 @ encoding: [0xf6,0xff,0x60,0x21 [all...] |
neont2-dup-encoding.s | 32 @ CHECK: vdup.8 d16, d11[0] @ encoding: [0xf1,0xff,0x0b,0x0c] 33 @ CHECK: vdup.16 d17, d12[0] @ encoding: [0xf2,0xff,0x0c,0x1c] 34 @ CHECK: vdup.32 d18, d13[0] @ encoding: [0xf4,0xff,0x0d,0x2c] 35 @ CHECK: vdup.8 q3, d10[0] @ encoding: [0xb1,0xff,0x4a,0x6c] 36 @ CHECK: vdup.16 q9, d9[0] @ encoding: [0xf2,0xff,0x49,0x2c] 37 @ CHECK: vdup.32 q8, d8[0] @ encoding: [0xf4,0xff,0x48,0x0c] 38 @ CHECK: vdup.8 d16, d11[1] @ encoding: [0xf3,0xff,0x0b,0x0c] 39 @ CHECK: vdup.16 d17, d12[1] @ encoding: [0xf6,0xff,0x0c,0x1c] 40 @ CHECK: vdup.32 d18, d13[1] @ encoding: [0xfc,0xff,0x0d,0x2c] 41 @ CHECK: vdup.8 q3, d10[1] @ encoding: [0xb3,0xff,0x4a,0x6c [all...] |
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...] |
/external/openssl/crypto/aes/ |
aes_x86core.c | 499 (Te4[(temp >> 8) & 0xff] ) ^ 500 (Te4[(temp >> 16) & 0xff] << 8) ^ 502 (Te4[(temp ) & 0xff] << 24) ^ 519 (Te4[(temp >> 8) & 0xff] ) ^ 520 (Te4[(temp >> 16) & 0xff] << 8) ^ 522 (Te4[(temp ) & 0xff] << 24) ^ 541 (Te4[(temp >> 8) & 0xff] ) ^ 542 (Te4[(temp >> 16) & 0xff] << 8) ^ 544 (Te4[(temp ) & 0xff] << 24) ^ 554 (Te4[(temp ) & 0xff] ) [all...] |
/external/srtp/crypto/include/ |
integers.h | 120 ((unsigned char *) (addr))[1] = (value >> 16) & 0xff; \ 121 ((unsigned char *) (addr))[2] = (value >> 8) & 0xff; \ 122 ((unsigned char *) (addr))[3] = (value) & 0xff; \ 132 ((unsigned char *) (addr))[2] = (value >> 16) & 0xff; \ 133 ((unsigned char *) (addr))[1] = (value >> 8) & 0xff; \ 134 ((unsigned char *) (addr))[0] = (value) & 0xff; \
|
/external/wpa_supplicant_8/src/crypto/ |
rc4.c | 29 j = (j + S[i] + key[kpos]) & 0xff; 39 i = (i + 1) & 0xff; 40 j = (j + S[i]) & 0xff; 47 i = (i + 1) & 0xff; 48 j = (j + S[i]) & 0xff; 50 *pos++ ^= S[(S[i] + S[j]) & 0xff];
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetTest.java | 83 assertEncodes(Charset.forName("SCSU"), "\ufffd", 14, 0xff, 0xfd); 93 assertEncodes(cs, "a\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66); 95 assertDecodes(cs, "a\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66); 96 assertDecodes(cs, "a\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06); 107 assertDecodes(cs, "\ufffda\u0666", 0xff, 0xfe, 0, 'a', 0x06, 0x66); 109 assertDecodes(cs, "\ufeffa\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66); 119 assertDecodes(cs, "\ufeffa\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06); 122 assertDecodes(cs, "\ufffda\u0666", 0xfe, 0xff, 'a', 0, 0x66, 0x06); 130 assertEncodes(cs, "a\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06); 132 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/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArrayInput.java | 95 int result = ((data[readAt++] & 0xff) + 96 ((data[readAt++] & 0xff) << 8)); 104 int result = (data[readAt++] & 0xff) + 105 ((data[readAt++] & 0xff) << 8) + 106 ((data[readAt++] & 0xff) << 16) + 107 ((data[readAt++] & 0xff) << 24); 135 result = data[end++] & 0xff; 137 currentByteValue = data[end++] & 0xff; 140 currentByteValue = data[end++] & 0xff; 143 currentByteValue = data[end++] & 0xff; [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ARTPSource.cpp | 191 data[5] = (kSourceID >> 16) & 0xff; 192 data[6] = (kSourceID >> 8) & 0xff; 193 data[7] = kSourceID & 0xff; 201 data[13] = (mID >> 16) & 0xff; 202 data[14] = (mID >> 8) & 0xff; 203 data[15] = mID & 0xff; 229 data[5] = (kSourceID >> 16) & 0xff; 230 data[6] = (kSourceID >> 8) & 0xff; 231 data[7] = kSourceID & 0xff; 234 data[9] = (mID >> 16) & 0xff; [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/ |
TypesReader.java | 60 return (arr[pos++] & 0xff); 98 return ((arr[pos++] & 0xff) << 24) | ((arr[pos++] & 0xff) << 16) | ((arr[pos++] & 0xff) << 8) 99 | (arr[pos++] & 0xff); 107 long high = ((arr[pos++] & 0xff) << 24) | ((arr[pos++] & 0xff) << 16) | ((arr[pos++] & 0xff) << 8) 108 | (arr[pos++] & 0xff); /* sign extension may take place - will be shifted away =) */ 110 long low = ((arr[pos++] & 0xff) << 24) | ((arr[pos++] & 0xff) << 16) | ((arr[pos++] & 0xff) << 8 [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSmsAddress.java | 46 int addressLength = origBytes[OFFSET_ADDRESS_LENGTH] & 0xff; 48 int toa = origBytes[OFFSET_TOA] & 0xff; 126 return (origBytes[OFFSET_ADDRESS_LENGTH] & 0xff) == 4 138 && (origBytes[OFFSET_ADDRESS_VALUE] & 0xff) == 0x11; 150 && (origBytes[OFFSET_ADDRESS_VALUE] & 0xff) == 0x10;
|
/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/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/ |
SimpleDERReader.java | 75 int len = readByte() & 0xff; 90 len = len | (readByte() & 0xff); 99 int type = readByte() & 0xff; 113 int type = readByte() & 0xff; 130 int type = readByte() & 0xff; 145 int type = readByte() & 0xff;
|