Searched refs:x10 (Results 1 - 25 of 1955) sorted by relevance

1234567891011>>

/external/libunwind/src/x86_64/
H A Doffsets.h3 #define FREEBSD_UC_MCONTEXT_OFF 0x10
/external/clang/test/CodeGenCXX/
H A D2008-05-07-CrazyOffsetOf.cpp8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReaderTest.java53 performSizedIntTest(0x110, new byte[]{0x10, 0x01});
56 performSizedIntTest(0xffffff10, new byte[]{0x10, (byte)0xff});
58 performSizedIntTest(0x11001, new byte[]{0x01, 0x10, 0x01});
59 performSizedIntTest(0x7f0110, new byte[]{0x10, 0x01, 0x7f});
60 performSizedIntTest(0xff801001, new byte[]{0x01, 0x10, (byte)0x80});
61 performSizedIntTest(0xffff0110, new byte[]{0x10, 0x01, (byte)0xff});
109 performSizedSmallUintTest(0x110, new byte[]{0x10, 0x01});
112 performSizedSmallUintTest(0xff10, new byte[]{0x10, (byte)0xff});
114 performSizedSmallUintTest(0x11001, new byte[]{0x01, 0x10, 0x01});
115 performSizedSmallUintTest(0x7f0110, new byte[]{0x10,
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexDataWriterTest.java266 testWriteEncodedUintHelper(0x1000, 0x00, 0x10);
369 testWriteRightZeroExtendedIntHelper(0x01100000, 0x10, 0x01);
370 testWriteRightZeroExtendedIntHelper(0x7f100000, 0x10, 0x7f);
371 testWriteRightZeroExtendedIntHelper(0x80100000, 0x10, 0x80);
372 testWriteRightZeroExtendedIntHelper(0xf0100000, 0x10, 0xf0);
373 testWriteRightZeroExtendedIntHelper(0xff100000, 0x10, 0xff);
377 testWriteRightZeroExtendedIntHelper(0x01101000, 0x10, 0x10, 0x01);
378 testWriteRightZeroExtendedIntHelper(0x7f101000, 0x10, 0x10,
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-vmx.s48 # CHECK-BE: vpkpx 2, 3, 4 # encoding: [0x10,0x43,0x23,0x0e]
49 # CHECK-LE: vpkpx 2, 3, 4 # encoding: [0x0e,0x23,0x43,0x10]
51 # CHECK-BE: vpkshss 2, 3, 4 # encoding: [0x10,0x43,0x21,0x8e]
52 # CHECK-LE: vpkshss 2, 3, 4 # encoding: [0x8e,0x21,0x43,0x10]
54 # CHECK-BE: vpkshus 2, 3, 4 # encoding: [0x10,0x43,0x21,0x0e]
55 # CHECK-LE: vpkshus 2, 3, 4 # encoding: [0x0e,0x21,0x43,0x10]
57 # CHECK-BE: vpkswss 2, 3, 4 # encoding: [0x10,0x43,0x21,0xce]
58 # CHECK-LE: vpkswss 2, 3, 4 # encoding: [0xce,0x21,0x43,0x10]
60 # CHECK-BE: vpkswus 2, 3, 4 # encoding: [0x10,0x43,0x21,0x4e]
61 # CHECK-LE: vpkswus 2, 3, 4 # encoding: [0x4e,0x21,0x43,0x10]
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dcofftimes.asm8 times 0x10 mov eax, eax
11 times 0x10 mov eax, eax
12 times 0x10 mov ebx, ebx
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delftimes.asm8 times 0x10 mov eax, eax
11 times 0x10 mov eax, eax
12 times 0x10 mov ebx, ebx
/external/kernel-headers/original/uapi/linux/usb/
H A Dg_printer.h25 #define PRINTER_SELECTED 0x10
/external/strace/xlat/
H A Dopenmodessol.h13 { 0x10, "O_SYNC" },
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-constants.h50 #define TCODE_LOCK_MASK_SWAP (0x10 | EXTCODE_MASK_SWAP)
51 #define TCODE_LOCK_COMPARE_SWAP (0x10 | EXTCODE_COMPARE_SWAP)
52 #define TCODE_LOCK_FETCH_ADD (0x10 | EXTCODE_FETCH_ADD)
53 #define TCODE_LOCK_LITTLE_ADD (0x10 | EXTCODE_LITTLE_ADD)
54 #define TCODE_LOCK_BOUNDED_ADD (0x10 | EXTCODE_BOUNDED_ADD)
55 #define TCODE_LOCK_WRAP_ADD (0x10 | EXTCODE_WRAP_ADD)
56 #define TCODE_LOCK_VENDOR_DEPENDENT (0x10 | EXTCODE_VENDOR_DEPENDENT)
65 #define RCODE_SEND_ERROR 0x10
/external/stlport/stlport/
H A Dcomplex22 # define _STLP_OUTERMOST_HEADER_ID 0x10
27 #if (_STLP_OUTERMOST_HEADER_ID == 0x10)
40 #if (_STLP_OUTERMOST_HEADER_ID != 0x10) || defined (_STLP_IMPORT_VENDOR_STD)
48 #if (_STLP_OUTERMOST_HEADER_ID == 0x10 )
/external/llvm/test/MC/Mips/
H A Dmicromips-loadstore-unaligned.s12 # CHECK-EL: lwl $4, 16($5) # encoding: [0x85,0x60,0x10,0x00]
13 # CHECK-EL: lwr $4, 16($5) # encoding: [0x85,0x60,0x10,0x10]
14 # CHECK-EL: swl $4, 16($5) # encoding: [0x85,0x60,0x10,0x80]
15 # CHECK-EL: swr $4, 16($5) # encoding: [0x85,0x60,0x10,0x90]
19 # CHECK-EB: lwl $4, 16($5) # encoding: [0x60,0x85,0x00,0x10]
20 # CHECK-EB: lwr $4, 16($5) # encoding: [0x60,0x85,0x10,0x10]
21 # CHECK-EB: swl $4, 16($5) # encoding: [0x60,0x85,0x80,0x10]
22 # CHECK-EB: swr $4, 16($5) # encoding: [0x60,0x85,0x90,0x10]
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRC2Engine.java47 (byte)0x5, (byte)0xdf, (byte)0x29, (byte)0x10, (byte)0x67, (byte)0x6c, (byte)0xba, (byte)0xc9,
210 int x76, x54, x32, x10;
215 x10 = ((in[inOff + 1] & 0xff) << 8) + (in[inOff + 0] & 0xff);
219 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1);
220 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2);
221 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3);
222 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5);
225 x10
[all...]
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_LOG.h9 #define IPT_LOG_NFLOG 0x10 /* Unsupported, don't reuse */
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_LOG.h9 #define IP6T_LOG_NFLOG 0x10 /* Unsupported, don't use */
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_LOG.h9 #define XT_LOG_NFLOG 0x10 /* Unsupported, don't reuse */
H A Dxt_SYNPROXY.h8 #define XT_SYNPROXY_OPT_ECN 0x10
/external/libselinux/src/
H A Dselinux_netlink.h10 #define SELNL_MSG_BASE 0x10
/external/llvm/test/MC/ARM/
H A Darm_addrmode3.s3 @ CHECK: ldrsbt r1, [r0], r2 @ encoding: [0xd2,0x10,0xb0,0xe0]
4 @ CHECK: ldrsbt r1, [r0], #4 @ encoding: [0xd4,0x10,0xf0,0xe0]
5 @ CHECK: ldrsht r1, [r0], r2 @ encoding: [0xf2,0x10,0xb0,0xe0]
6 @ CHECK: ldrsht r1, [r0], #4 @ encoding: [0xf4,0x10,0xf0,0xe0]
7 @ CHECK: ldrht r1, [r0], r2 @ encoding: [0xb2,0x10,0xb0,0xe0]
8 @ CHECK: ldrht r1, [r0], #4 @ encoding: [0xb4,0x10,0xf0,0xe0]
9 @ CHECK: strht r1, [r0], r2 @ encoding: [0xb2,0x10,0xa0,0xe0]
10 @ CHECK: strht r1, [r0], #4 @ encoding: [0xb4,0x10,0xe0,0xe0]
/external/qemu/distrib/libselinux/src/
H A Dselinux_netlink.h10 #define SELNL_MSG_BASE 0x10
/external/valgrind/main/memcheck/tests/
H A Dcalloc-overflow.c17 x = calloc(szB, 0x10);
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_luma_copy.s103 add x10,x1,x3 //pu1_dst_tmp += dst_strd
107 st1 {v0.s}[0],[x10],x3 //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
110 st1 {v0.s}[0],[x10],x3 //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
113 st1 {v0.s}[0],[x10],x3 //vst1_lane_u32((uint32_t *)pu1_dst_tmp, src_tmp, 0)
120 sub x1,x10,x15 //pu1_dst = pu1_dst_tmp
141 add x10,x1,x3 //pu1_dst_tmp += dst_strd
144 st1 {v1.8b},[x10],x3 //vst1_u8(pu1_dst_tmp, tmp_src)
147 st1 {v2.8b},[x10],x3 //vst1_u8(pu1_dst_tmp, tmp_src)
149 st1 {v3.8b},[x10],x3 //vst1_u8(pu1_dst_tmp, tmp_src)
155 sub x1,x10,x1
[all...]
H A Dihevc_intra_pred_luma_mode_18_34.s121 mov x10,x2
159 st1 {v0.8b},[x10],x3
160 st1 {v1.8b},[x10],x3
162 st1 {v2.8b},[x10],x3
165 st1 {v3.8b},[x10],x3
168 st1 {v4.8b},[x10],x3
170 st1 {v5.8b},[x10],x3
172 st1 {v6.8b},[x10],x3
174 st1 {v7.8b},[x10],x3
177 sub x20,x10,x1
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_posix.cc183 "lea 0x10(%%rax),%%eax \n"
184 "lea 0x10(%%rbx),%%ebx \n"
185 "lea 0x10(%%rcx),%%ecx \n"
186 "lea 0x10(%%rdx),%%edx \n"
187 "lea 0x10(%%rsi),%%esi \n"
188 "lea 0x10(%%rdi),%%edi \n"
189 "lea 0x10(%%rbp),%%ebp \n"
190 "lea 0x10(%%rsp),%%esp \n"
192 "lea 0x10(%%r8),%%r8d \n"
193 "lea 0x10(
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_posix.cc183 "lea 0x10(%%rax),%%eax \n"
184 "lea 0x10(%%rbx),%%ebx \n"
185 "lea 0x10(%%rcx),%%ecx \n"
186 "lea 0x10(%%rdx),%%edx \n"
187 "lea 0x10(%%rsi),%%esi \n"
188 "lea 0x10(%%rdi),%%edi \n"
189 "lea 0x10(%%rbp),%%ebp \n"
190 "lea 0x10(%%rsp),%%esp \n"
192 "lea 0x10(%%r8),%%r8d \n"
193 "lea 0x10(
[all...]

Completed in 2847 milliseconds

1234567891011>>