HomeSort by relevance Sort by last modified time
    Searched refs:x10 (Results 1 - 25 of 8215) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/x86_64/
offsets.h 3 #define FREEBSD_UC_MCONTEXT_OFF 0x10
  /external/clang/test/CodeGenCXX/
2008-05-07-CrazyOffsetOf.cpp 8 int offset = (char *) &(((struct bork *) 0x10)->query) - (char *) 0x10;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderTest.java 53 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, 0x01, 0x7f})
    [all...]
  /external/strace/linux/x86_64/
ioctls_arch0.h 7 { "asm/mtrr.h", "MTRRIOC_ADD_ENTRY", _IOC_WRITE, 0x4d00, 0x10 },
8 { "asm/mtrr.h", "MTRRIOC_ADD_PAGE_ENTRY", _IOC_WRITE, 0x4d05, 0x10 },
9 { "asm/mtrr.h", "MTRRIOC_DEL_ENTRY", _IOC_WRITE, 0x4d02, 0x10 },
10 { "asm/mtrr.h", "MTRRIOC_DEL_PAGE_ENTRY", _IOC_WRITE, 0x4d07, 0x10 },
13 { "asm/mtrr.h", "MTRRIOC_KILL_ENTRY", _IOC_WRITE, 0x4d04, 0x10 },
14 { "asm/mtrr.h", "MTRRIOC_KILL_PAGE_ENTRY", _IOC_WRITE, 0x4d09, 0x10 },
15 { "asm/mtrr.h", "MTRRIOC_SET_ENTRY", _IOC_WRITE, 0x4d01, 0x10 },
16 { "asm/mtrr.h", "MTRRIOC_SET_PAGE_ENTRY", _IOC_WRITE, 0x4d06, 0x10 },
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
50 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
65 /* process x12 & x10 */
66 x10 = sad_4pixel(x10, x12, x9);
68 x5 = x5 + x10; /* accumulate low bytes *
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
157 MVN x10, x10, lsr #SHIFT; local
158 BIC x10, x10, x11, lsl #(32-SHIFT); local
177 LDR x10, [ref], lx ; local
180 MVN x10, x10, lsr #SHIFT; local
181 BIC x10, x10, x11, lsl #(32-SHIFT); local
202 RSBS x11, dmin, x10, lsr #16 local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
105 x10 = *((uint32*)(ref += lx));
113 /* process x12 & x10 */
114 x10 = sad_4pixel(x10, x12, x9);
116 x5 = x5 + x10; /* accumulate low bytes */
117 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
294 LDR x10, [ref], lx ; local
320 RSBS x11, dmin, x10, lsr #16; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
53 x10 = *((uint32*)(ref += lx)); /* D C B A */
57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
68 /* process x12 & x10 */
69 x10 = sad_4pixel(x10, x12, x9);
71 x5 = x5 + x10; /* accumulate low bytes *
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
161 MVN x10, x10, lsr #SHIFT; local
162 BIC x10, x10, x11, lsl #(32-SHIFT); local
181 LDR x10, [ref], lx ; local
184 MVN x10, x10, lsr #SHIFT; local
185 BIC x10, x10, x11, lsl #(32-SHIFT); local
206 RSBS x11, dmin, x10, lsr #16 local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
108 x10 = *((uint32*)(ref += lx));
116 /* process x12 & x10 */
117 x10 = sad_4pixel(x10, x12, x9);
119 x5 = x5 + x10; /* accumulate low bytes */
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
297 LDR x10, [ref], lx ; local
323 RSBS x11, dmin, x10, lsr #16; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s 48 # 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/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexDataWriterTest.java 266 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, 0x7f)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hd_init.c 52 htinit(hexdig, USC "0123456789", 0x10);
53 htinit(hexdig, USC "abcdef", 0x10 + 10);
54 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msstkppg.h 9 DEFINE_GUID(CLSID_StockFontPage,0x7ebdaae0,0x8120,0x11cf,0x89,0x9f,0x0,0xaa,0x0,0x68,0x8b,0x10);
10 DEFINE_GUID(CLSID_StockColorPage,0x7ebdaae1,0x8120,0x11cf,0x89,0x9f,0x0,0xaa,0x0,0x68,0x8b,0x10);
11 DEFINE_GUID(CLSID_StockPicturePage,0x7ebdaae2,0x8120,0x11cf,0x89,0x9f,0x0,0xaa,0x0,0x68,0x8b,0x10);
  /bionic/libc/kernel/uapi/linux/
falloc.h 26 #define FALLOC_FL_ZERO_RANGE 0x10
  /bionic/libc/kernel/uapi/linux/usb/
g_printer.h 22 #define PRINTER_SELECTED 0x10
  /development/ndk/platforms/android-21/include/linux/usb/
g_printer.h 22 #define PRINTER_SELECTED 0x10
  /external/kernel-headers/original/uapi/linux/
falloc.h 42 #define FALLOC_FL_ZERO_RANGE 0x10
  /external/kernel-headers/original/uapi/linux/usb/
g_printer.h 25 #define PRINTER_SELECTED 0x10
  /external/strace/xlat/
openmodessol.h 13 { 0x10, "O_SYNC" },
  /hardware/ti/omap3/dspbridge/libbridge/inc/
qos_ti_uuid.h 33 0x00, 0x10, 0x5a, 0x98, 0xca,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
g_printer.h 25 #define PRINTER_SELECTED 0x10
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
g_printer.h 25 #define PRINTER_SELECTED 0x10
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/usb/
g_printer.h 22 #define PRINTER_SELECTED 0x10
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/usb/
g_printer.h 22 #define PRINTER_SELECTED 0x10
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/usb/
g_printer.h 22 #define PRINTER_SELECTED 0x10
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/usb/
g_printer.h 22 #define PRINTER_SELECTED 0x10

Completed in 1517 milliseconds

1 2 3 4 5 6 7 8 91011>>