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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
bad_coding3.py 2 \x70\x72\x69\x6e\x74\x20\x32\x2b\x32\x0a
  /external/autotest/server/cros/faft/config/
stout.py 11 [0x32, 'press'],
12 [0x32, 'release'],
parrot.py 16 [0x32, 'press'],
17 [0x32, 'release'],
DEFAULTS.py 34 [0x32, 'press'],
35 [0x32, 'release'],
41 [0x32, 'press'],
42 [0x32, 'release'],
  /external/elfutils/tests/
run-strip-test10.sh 18 original=testfile-x32
19 stripped=testfile-x32-d
20 debugfile=testfile-x32-debug
run-backtrace-core-x32.sh 20 # backtrace.x32.exec is created by
21 # gcc -mx32 -static -o backtrace.x32.exec backtrace_child-backtrace-child.o -lpthread
22 # backtrace.x32.core was generated by running "backtrace.x32.exec --gencore"
23 check_core x32
run-strip-test9.sh 19 original=testfile-x32
20 stripped=testfile-x32-s
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/images/cursors/
cursors.properties 14 Cursor.CopyDrop.32x32.File=motif_CopyDrop32x32.gif
15 Cursor.CopyDrop.32x32.HotSpot=0,0
16 Cursor.CopyDrop.32x32.Name=CopyDrop32x32
18 Cursor.MoveDrop.32x32.File=motif_MoveDrop32x32.gif
19 Cursor.MoveDrop.32x32.HotSpot=0,0
20 Cursor.MoveDrop.32x32.Name=MoveDrop32x32
22 Cursor.LinkDrop.32x32.File=motif_LinkDrop32x32.gif
23 Cursor.LinkDrop.32x32.HotSpot=0,0
24 Cursor.LinkDrop.32x32.Name=LinkDrop32x32
26 Cursor.CopyNoDrop.32x32.File=motif_CopyNoDrop32x32.gi
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/images/cursors/
cursors.properties 14 Cursor.CopyDrop.32x32.File=motif_CopyDrop32x32.gif
15 Cursor.CopyDrop.32x32.HotSpot=0,0
16 Cursor.CopyDrop.32x32.Name=CopyDrop32x32
18 Cursor.MoveDrop.32x32.File=motif_MoveDrop32x32.gif
19 Cursor.MoveDrop.32x32.HotSpot=0,0
20 Cursor.MoveDrop.32x32.Name=MoveDrop32x32
22 Cursor.LinkDrop.32x32.File=motif_LinkDrop32x32.gif
23 Cursor.LinkDrop.32x32.HotSpot=0,0
24 Cursor.LinkDrop.32x32.Name=LinkDrop32x32
26 Cursor.CopyNoDrop.32x32.File=motif_CopyNoDrop32x32.gi
    [all...]
  /external/icu/icu4c/source/i18n/
smallintformatter.cpp 18 0x30,0x30,0x30,0x32,0x30,0x30,0x30,0x33,
23 0x30,0x30,0x31,0x32,0x30,0x30,0x31,0x33,
27 0x30,0x30,0x32,0x30,0x30,0x30,0x32,0x31,
28 0x30,0x30,0x32,0x32,0x30,0x30,0x32,0x33,
29 0x30,0x30,0x32,0x34,0x30,0x30,0x32,0x35,
30 0x30,0x30,0x32,0x36,0x30,0x30,0x32,0x37
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
ilp32-10.d 1 #as: --x32
ilp32-6.d 1 #as: --x32
ilp32-7.d 1 #as: --x32
lea1j.d 2 #as: --x32
lea1k.d 2 #as: --x32
lea1l.d 2 #as: --x32
export-class.exp 37 set dump [string map {32 ../ld-i386/i386 x32 x86-64-x32 64 x86-64-64} $abi]
90 set abis { 32 --32 elf_i386 x32 --x32 elf32_x86_64 64 --64 elf_x86_64 }
ilp32-11.d 1 #as: --x32
pr19609-2b.d 2 #as: --x32 -mrelax-relocations=yes
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 27 (byte)0x61, (byte)0x45, (byte)0x6d, (byte)0x8d, (byte)0x9, (byte)0x81, (byte)0x7d, (byte)0x32,
210 int x76, x54, x32, x10; local
214 x32 = ((in[inOff + 3] & 0xff) << 8) + (in[inOff + 2] & 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);
226 x32 += workingKey[x10 & 63]
267 int x76, x54, x32, x10; local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
SmmCommunicate.h 28 0xf328e36c, 0x23b6, 0x4a95, {0x85, 0x4b, 0x32, 0xe1, 0x95, 0x34, 0xcd, 0x75 } \
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
IdleLoopEvent.h 20 { 0x3c8d294c, 0x5fc3, 0x4451, { 0xbb, 0x31, 0xc4, 0xc0, 0x32, 0x29, 0x5e, 0x6c } }
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
HiiKeyBoardLayout.h 23 { 0x14982a4f, 0xb0ed, 0x45b8, { 0xa8, 0x11, 0x5a, 0x7a, 0x9b, 0xc2, 0x32, 0xdf }}
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmEndOfDxe.h 28 0x24e70042, 0xd5c5, 0x4260, { 0x8c, 0x39, 0xa, 0xd3, 0xaa, 0x32, 0xe9, 0x3d } \
  /external/clang/test/Sema/
PR16678.c 38 extern X32TYPE x32;
39 extern __typeof__(2147483648) x32;
40 extern __typeof__(2147483648l) x32;
41 extern __typeof__(2147483648L) x32;

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>