HomeSort by relevance Sort by last modified time
    Searched full:x20 (Results 751 - 775 of 8870) sorted by null

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/test/bench/go1/
regexp_test.go 27 regexpText[i] = byte(rand.Intn(0x7E+1-0x20) + 0x20)
  /prebuilts/go/linux-x86/src/runtime/
rt0_linux_amd64.s 18 MOVQ R12, 0x20(SP)
45 MOVQ 0x20(SP), R12
  /prebuilts/go/linux-x86/test/bench/go1/
regexp_test.go 27 regexpText[i] = byte(rand.Intn(0x7E+1-0x20) + 0x20)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
power4.s 49 mtcrf 0x20,3
60 mfcr 3,0x20
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
vxworks1.dd 44 80c10: 08020208 j 80820 <_PROCEDURE_LINKAGE_TABLE_\+0x20>
45 80c10: R_MIPS_26 \.plt\+0x20
  /external/libvncserver/examples/
radon.h 8 0x00,0x60,0x90,0x90,0x40,0x20,0x90,0x8a,0x84,0x7a,0x00,0x00, /* 38 */
17 0x00,0x02,0x02,0x02,0x04,0x08,0x10,0x20,0x40,0x80,0x00,0x00, /* 47 */
30 0x00,0x08,0x08,0x10,0x20,0x40,0x20,0x10,0x08,0x08,0x00,0x00, /* 60 */
33 0x00,0xfc,0x02,0x02,0x02,0x1c,0x20,0x20,0x00,0x20,0x00,0x00, /* 63 */
60 0x00,0xfc,0x02,0x04,0x08,0x10,0x20,0x40,0x80,0x7e,0x00,0x00, /* 90 */
61 0x00,0x1c,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x1c,0x00,0x00, /* 91 *
    [all...]
  /bionic/libc/kernel/uapi/linux/
fdreg.h 36 #define STATUS_DMA 0x20
45 #define ST0_SE 0x20
52 #define ST1_CRC 0x20
61 #define ST2_CRC 0x20
67 #define ST3_RY 0x20
106 #define FDC_8272A 0x20
  /development/ndk/platforms/android-21/include/linux/
fdreg.h 36 #define STATUS_DMA 0x20
45 #define ST0_SE 0x20
52 #define ST1_CRC 0x20
61 #define ST2_CRC 0x20
67 #define ST3_RY 0x20
106 #define FDC_8272A 0x20
  /external/kernel-headers/original/uapi/linux/
fdreg.h 33 #define STATUS_DMA 0x20 /* 0- DMA mode */
42 #define ST0_SE 0x20 /* Seek end */
50 #define ST1_CRC 0x20 /* CRC error in data or addr */
59 #define ST2_CRC 0x20 /* CRC error in data field */
66 #define ST3_RY 0x20 /* drive is ready */
114 #define FDC_8272A 0x20 /* Intel 8272a, NEC 765 */
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_420p.s 90 stp x19, x20,[sp,#-16]!
126 sub x20,x6,#16
127 neg x6, x20
184 sub x20,x6,#16
185 neg x6, x20
201 ldp x19, x20,[sp],#16
ihevcd_fmt_conv_420sp_to_420sp.s 92 stp x19, x20,[sp,#-16]!
130 sub x20,x6,#32
131 neg x6, x20
184 sub x20,x6,#16
185 neg x6, x20
201 ldp x19, x20,[sp],#16
  /external/llvm/test/MC/ARM/
neon-convert-encoding.s 3 @ CHECK: vcvt.s32.f32 d16, d16 @ encoding: [0x20,0x07,0xfb,0xf3]
7 @ CHECK: vcvt.f32.s32 d16, d16 @ encoding: [0x20,0x06,0xfb,0xf3]
21 @ CHECK: vcvt.s32.f32 d16, d16 @ encoding: [0x20,0x07,0xfb,0xf3]
29 @ CHECK: vcvt.f32.s32 d16, d16 @ encoding: [0x20,0x06,0xfb,0xf3]
51 @ CHECK: vcvt.f32.f16 q8, d16 @ encoding: [0x20,0x07,0xf6,0xf3]
53 @ CHECK: vcvt.f16.f32 d16, q8 @ encoding: [0x20,0x06,0xf6,0xf3]
  /external/llvm/test/MC/Disassembler/ARM/
neont-VST-reencoding.txt 6 0x81 0xf9 0x61 0x20
7 0x82 0xf9 0x82 0x20
9 0x82 0xf9 0xc2 0x20
15 # CHECK: vst1.8 {d2[3]}, [r1], r1 @ encoding: [0x81,0xf9,0x61,0x20]
16 # CHECK: vst1.8 {d2[4]}, [r2], r2 @ encoding: [0x82,0xf9,0x82,0x20]
18 # CHECK: vst1.8 {d2[6]}, [r2], r2 @ encoding: [0x82,0xf9,0xc2,0x20]
  /external/llvm/test/MC/Disassembler/Sparc/
sparc-fp.txt 14 0x89 0xa0 0x1a 0x20
23 0x89 0xa0 0x19 0x20
40 0x89 0xa0 0x00 0x20
58 0x89 0xa0 0x01 0x20
67 0x89 0xa0 0x05 0x20
142 0x89 0xa0 0x10 0x20
  /external/owasp/sanitizer/src/main/org/owasp/html/
Strings.java 65 if (c <= 'Z') { c |= 0x20; }
66 if (d <= 'Z' && d >= 'A') { d |= 0x20; }
82 if (c <= 'Z') { c |= 0x20; }
83 if (d <= 'Z' && d >= 'A') { d |= 0x20; }
107 for (int i = 'A'; i <= 'Z'; ++i) { LCASE_CHARS[i] = (char) (i | 0x20); }
109 for (int i = 'a'; i <= 'z'; ++i) { UCASE_CHARS[i] = (char) (i & ~0x20); }
  /external/vixl/test/traces/a64/
sim-sli-8b-2opimm-trace-a64.h 42 0x3f, 0x5f, 0xdf, 0xe0, 0xff, 0x00, 0x1f, 0x20,
50 0x5f, 0xdf, 0xe0, 0xff, 0x00, 0x1f, 0x20, 0x3f,
58 0xdf, 0xe0, 0xff, 0x00, 0x1f, 0x20, 0x3f, 0xa0,
66 0xe0, 0xff, 0x00, 0x1f, 0x20, 0x3f, 0xa0, 0xc0,
74 0xff, 0x00, 0x1f, 0x20, 0x3f, 0xa0, 0xc0, 0x80,
82 0x00, 0x1f, 0x20, 0x3f, 0xa0, 0xc0, 0x80, 0xdf,
90 0x1f, 0x20, 0x3f, 0xa0, 0xc0, 0x80, 0xdf, 0xe0,
98 0x20, 0x3f, 0xa0, 0xc0, 0x80, 0xdf, 0xe0, 0xff,
122 0xc0, 0x80, 0xdf, 0xe0, 0xff, 0x00, 0x1f, 0x20,
128 0xe0, 0xf7, 0xf8, 0xff, 0x00, 0x07, 0x08, 0x20,
    [all...]
sim-sqshl-8b-2opimm-trace-a64.h 115 0x80, 0x80, 0x80, 0xa0, 0xc0, 0xe0, 0x00, 0x20,
122 0x80, 0x80, 0xd0, 0xe0, 0xf0, 0x00, 0x10, 0x20,
123 0x80, 0x80, 0xa0, 0xc0, 0xe0, 0x00, 0x20, 0x40,
128 0xe0, 0xf4, 0xf8, 0xfc, 0x00, 0x04, 0x08, 0x20,
130 0x80, 0xd0, 0xe0, 0xf0, 0x00, 0x10, 0x20, 0x7f,
131 0x80, 0xa0, 0xc0, 0xe0, 0x00, 0x20, 0x40, 0x7f,
136 0xf4, 0xf8, 0xfc, 0x00, 0x04, 0x08, 0x20, 0x7f,
138 0xd0, 0xe0, 0xf0, 0x00, 0x10, 0x20, 0x7f, 0x7f,
139 0xa0, 0xc0, 0xe0, 0x00, 0x20, 0x40, 0x7f, 0x7f,
144 0xf8, 0xfc, 0x00, 0x04, 0x08, 0x20, 0x7f, 0x7f
    [all...]
sim-sqshlu-8b-2opimm-trace-a64.h 115 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20,
122 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20,
123 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x40,
128 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x20,
130 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x80,
131 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0xff,
136 0x00, 0x00, 0x00, 0x00, 0x04, 0x08, 0x20, 0xcc,
138 0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x80, 0xff,
139 0x00, 0x00, 0x00, 0x00, 0x20, 0x40, 0xff, 0xff,
144 0x00, 0x00, 0x00, 0x04, 0x08, 0x20, 0xcc, 0xff
    [all...]
sim-uqshl-8b-2opimm-trace-a64.h 115 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x20,
122 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x10, 0x20,
123 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x20, 0x40,
128 0xff, 0xff, 0xff, 0xff, 0x00, 0x04, 0x08, 0x20,
130 0xff, 0xff, 0xff, 0xff, 0x00, 0x10, 0x20, 0x80,
131 0xff, 0xff, 0xff, 0xff, 0x00, 0x20, 0x40, 0xff,
136 0xff, 0xff, 0xff, 0x00, 0x04, 0x08, 0x20, 0xcc,
138 0xff, 0xff, 0xff, 0x00, 0x10, 0x20, 0x80, 0xff,
139 0xff, 0xff, 0xff, 0x00, 0x20, 0x40, 0xff, 0xff,
144 0xff, 0xff, 0x00, 0x04, 0x08, 0x20, 0xcc, 0xff
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
UserData.java 55 * 0x20 offset, meaning that the ASCII SPACE character is at index
56 * 0, with the resulting code of 0x20.
76 * 7-bit encoding tables. Current choice is SPACE, which is 0x20
79 static final byte UNENCODABLE_7_BIT_CHAR = 0x20;
84 public static final int PRINTABLE_ASCII_MIN_INDEX = 0x20;
120 public static final int ASCII_MAP_BASE_INDEX = 0x20;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fdreg.h 33 #define STATUS_DMA 0x20 /* 0- DMA mode */
42 #define ST0_SE 0x20 /* Seek end */
50 #define ST1_CRC 0x20 /* CRC error in data or addr */
59 #define ST2_CRC 0x20 /* CRC error in data field */
66 #define ST3_RY 0x20 /* drive is ready */
114 #define FDC_8272A 0x20 /* Intel 8272a, NEC 765 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fdreg.h 33 #define STATUS_DMA 0x20 /* 0- DMA mode */
42 #define ST0_SE 0x20 /* Seek end */
50 #define ST1_CRC 0x20 /* CRC error in data or addr */
59 #define ST2_CRC 0x20 /* CRC error in data field */
66 #define ST3_RY 0x20 /* drive is ready */
114 #define FDC_8272A 0x20 /* Intel 8272a, NEC 765 */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
fdreg.h 36 #define STATUS_DMA 0x20
45 #define ST0_SE 0x20
52 #define ST1_CRC 0x20
61 #define ST2_CRC 0x20
67 #define ST3_RY 0x20
106 #define FDC_8272A 0x20
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
fdreg.h 36 #define STATUS_DMA 0x20
45 #define ST0_SE 0x20
52 #define ST1_CRC 0x20
61 #define ST2_CRC 0x20
67 #define ST3_RY 0x20
106 #define FDC_8272A 0x20
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
fdreg.h 36 #define STATUS_DMA 0x20
45 #define ST0_SE 0x20
52 #define ST1_CRC 0x20
61 #define ST2_CRC 0x20
67 #define ST3_RY 0x20
106 #define FDC_8272A 0x20

Completed in 5059 milliseconds

<<31323334353637383940>>