HomeSort by relevance Sort by last modified time
    Searched refs:x21 (Results 601 - 625 of 1703) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
usb_ch9.h 100 #define USB_DT_WIRE_ADAPTER 0x21
103 #define USB_DT_CS_DEVICE 0x21
  /external/libhevc/common/arm64/
ihevc_sao_edge_offset_class3_chroma.s 83 stp x21, x22,[sp,#-16]!
91 mov x21,x7 // *pu1_avail 0x34
107 mov x5, x21 //Loads pu1_avail
324 mov x5, x21 //Loads pu1_avail
393 mov x11, x21 //I Loads pu1_avail
524 mov x5, x21 //III Loads pu1_avail
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-memory.s 417 ; CHECK: ldr b1, [x1, x2] ; encoding: [0x21,0x68,0x62,0x3c]
418 ; CHECK: ldr b1, [x1, x2, lsl #0] ; encoding: [0x21,0x78,0x62,0x3c]
419 ; CHECK: ldr h1, [x1, x2] ; encoding: [0x21,0x68,0x62,0x7c]
420 ; CHECK: ldr h1, [x1, x2, lsl #1] ; encoding: [0x21,0x78,0x62,0x7c]
421 ; CHECK: ldr s1, [x1, x2] ; encoding: [0x21,0x68,0x62,0xbc]
422 ; CHECK: ldr s1, [x1, x2, lsl #2] ; encoding: [0x21,0x78,0x62,0xbc]
423 ; CHECK: ldr d1, [x1, x2] ; encoding: [0x21,0x68,0x62,0xfc]
424 ; CHECK: ldr d1, [x1, x2, lsl #3] ; encoding: [0x21,0x78,0x62,0xfc]
425 ; CHECK: ldr q1, [x1, x2] ; encoding: [0x21,0x68,0xe2,0x3c]
426 ; CHECK: ldr q1, [x1, x2, lsl #4] ; encoding: [0x21,0x78,0xe2,0x3c
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
filters.c 510 spx_word16_t x11, x21; local
516 x21 = xx2[N2-1+j-i];
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
521 y1 = MAC16_16(MAC16_16(y1, a1, x11), a1, x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
526 y1 = ADD32(y1,MULT16_16(a1, x11+x21));
539 y2 = MAC16_16(MAC16_16(y2, a0, x11), NEG16(a0), x21);
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
544 y2 = ADD32(y2,MULT16_16(a0, x11-x21));
545 y3 = ADD32(y3,MULT16_16(a1, x11+x21));
    [all...]
  /external/speex/libspeex/
filters.c 510 spx_word16_t x11, x21; local
516 x21 = xx2[N2-1+j-i];
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
521 y1 = MAC16_16(MAC16_16(y1, a1, x11), a1, x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
526 y1 = ADD32(y1,MULT16_16(a1, x11+x21));
539 y2 = MAC16_16(MAC16_16(y2, a0, x11), NEG16(a0), x21);
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
544 y2 = ADD32(y2,MULT16_16(a0, x11-x21));
545 y3 = ADD32(y3,MULT16_16(a1, x11+x21));
    [all...]
  /libcore/luni/src/test/java/tests/targets/security/
KeyStoreTestPKCS12.java 57 (byte) 0x21, (byte) 0xBB, (byte) 0x5F, (byte) 0x65, (byte) 0xE4,
149 (byte) 0x62, (byte) 0x56, (byte) 0x21, (byte) 0xBD, (byte) 0x3B,
176 (byte) 0x14, (byte) 0x69, (byte) 0x44, (byte) 0x68, (byte) 0x21,
291 (byte) 0x20, (byte) 0xC6, (byte) 0xAB, (byte) 0x21, (byte) 0xB8,
315 (byte) 0x56, (byte) 0xC5, (byte) 0xA5, (byte) 0x21, (byte) 0xD7,
318 (byte) 0x9E, (byte) 0xB4, (byte) 0x21, (byte) 0x7E, (byte) 0xEE,
400 (byte) 0xFB, (byte) 0x03, (byte) 0x21, (byte) 0x01, (byte) 0xE1,
420 (byte) 0xAA, (byte) 0xFD, (byte) 0x6A, (byte) 0x21, (byte) 0x10,
    [all...]
  /libcore/support/src/test/java/tests/security/
DefaultKeys.java 34 (byte) 0x21, (byte) 0xEC, (byte) 0xB5, (byte) 0xEB, (byte) 0x67, (byte) 0xA2, (byte) 0x4F, (byte) 0xC1, (byte) 0x93, (byte) 0xEF, (byte) 0x96, (byte) 0x41, (byte) 0x05, (byte) 0x3D, (byte) 0xC5, (byte) 0x3E, (byte) 0x04,
44 (byte) 0xE6, (byte) 0xDA, (byte) 0x07, (byte) 0x1A, (byte) 0x77, (byte) 0x5C, (byte) 0xA7, (byte) 0x21, (byte) 0x41, (byte) 0x89, (byte) 0x8C, (byte) 0x95, (byte) 0x6A, (byte) 0x5D, (byte) 0x9C, (byte) 0x3C, (byte) 0xAE,
52 (byte) 0xD8, (byte) 0x28, (byte) 0x57, (byte) 0x65, (byte) 0x2B, (byte) 0xFA, (byte) 0xF2, (byte) 0x21, (byte) 0xB8, (byte) 0x60, (byte) 0xAE, (byte) 0x43, (byte) 0x4B, (byte) 0x51, (byte) 0x85, (byte) 0xCB, (byte) 0xDA,
54 (byte) 0xD4, (byte) 0xA2, (byte) 0x08, (byte) 0x93, (byte) 0x63, (byte) 0x21, (byte) 0x0E, (byte) 0xC5, (byte) 0x3C, (byte) 0x97, (byte) 0x7E, (byte) 0x71, (byte) 0x0B, (byte) 0x79, (byte) 0xF8, (byte) 0x60, (byte) 0x73,
64 (byte) 0xC5, (byte) 0xEC, (byte) 0x21, (byte) 0x47, (byte) 0x65, (byte) 0xDC, (byte) 0xE5, (byte) 0xC2, (byte) 0x0D, (byte) 0x42, (byte) 0x28, (byte) 0xE1, (byte) 0x17, (byte) 0x1A, (byte) 0x00, (byte) 0xBD, (byte) 0xBE,
72 (byte) 0xB9, (byte) 0x05, (byte) 0x0F, (byte) 0xB4, (byte) 0x57, (byte) 0xFB, (byte) 0xD3, (byte) 0x95, (byte) 0x5C, (byte) 0x21, (byte) 0xEC, (byte) 0xB5, (byte) 0xEB, (byte) 0x67, (byte) 0xA2, (byte) 0x4F, (byte) 0xC1,
95 (byte) 0xE0, (byte) 0xA3, (byte) 0xAE, (byte) 0x1E, (byte) 0x2B, (byte) 0xB3, (byte) 0xA6, (byte) 0x75, (byte) 0x91, (byte) 0x6E, (byte) 0xA3, (byte) 0x7F, (byte) 0x0B, (byte) 0xFA, (byte) 0x21, (byte) 0x35, (byte) 0x62,
116 (byte) 0x1E, (byte) 0x2B, (byte) 0xB3, (byte) 0xA6, (byte) 0x75, (byte) 0x91, (byte) 0x6E, (byte) 0xA3, (byte) 0x7F, (byte) 0x0B, (byte) 0xFA, (byte) 0x21, (byte) 0x35, (byte) 0x62, (byte) 0xF1, (byte) 0xFB, (byte) 0x62,
143 (byte) 0x2B, (byte) 0xB3, (byte) 0xA6, (byte) 0x75, (byte) 0x91, (byte) 0x6E, (byte) 0xA3, (byte) 0x7F, (byte) 0x0B, (byte) 0xFA, (byte) 0x21, (byte) 0x35, (byte) 0x62, (byte) 0xF1, (byte) 0xFB, (byte) 0x62, (byte) 0x7A,
170 (byte) 0x75, (byte) 0x91, (byte) 0x6E, (byte) 0xA3, (byte) 0x7F, (byte) 0x0B, (byte) 0xFA, (byte) 0x21, (byte) 0x35, (byte) 0x62, (byte) 0xF1, (byte) 0xFB, (byte) 0x62, (byte) 0x7A, (byte) 0x01, (byte) (…)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
testdata.h 105 0x7f, 0xe6, 0x7b, 0xc5, 0x21, 0x74, 0x21, 0x17, 0x56, 0x7f, 0x90, 0xa6,
172 0x69, 0xa4, 0xbe, 0xae, 0x2f, 0x74, 0x21, 0xb5, 0x51, 0xf4, 0x87, 0x9d,
190 0xbf, 0x4a, 0x34, 0x7c, 0x69, 0x21, 0x0b, 0x24, 0x19, 0x8f, 0x24, 0x62,
222 0x56, 0x65, 0x4f, 0x60, 0x3d, 0x73, 0x55, 0xba, 0x21, 0x65, 0xf6, 0x30,
224 0x1f, 0x0d, 0x86, 0x57, 0xd3, 0xf7, 0x5c, 0x50, 0x21, 0x39, 0x90, 0x9e,
277 0x2e, 0x5f, 0xa2, 0xe9, 0xee, 0xd0, 0xe4, 0x87, 0x1b, 0x05, 0xbf, 0x21,
290 0xaa, 0x92, 0xec, 0x56, 0x07, 0xc8, 0xc3, 0x21, 0xa7, 0x7e, 0xb0, 0x31,
299 0x35, 0x40, 0x3c, 0x0e, 0x28, 0x05, 0x6e, 0x15, 0x21, 0x3e, 0x58, 0x8e,
314 0xc1, 0xbe, 0x57, 0x21, 0xdf, 0x2a, 0x47, 0x24, 0x0d, 0x07, 0xec, 0x83
    [all...]
  /external/chromium_org/ppapi/examples/video_decode/
testdata.h 105 0x7f, 0xe6, 0x7b, 0xc5, 0x21, 0x74, 0x21, 0x17, 0x56, 0x7f, 0x90, 0xa6,
172 0x69, 0xa4, 0xbe, 0xae, 0x2f, 0x74, 0x21, 0xb5, 0x51, 0xf4, 0x87, 0x9d,
190 0xbf, 0x4a, 0x34, 0x7c, 0x69, 0x21, 0x0b, 0x24, 0x19, 0x8f, 0x24, 0x62,
222 0x56, 0x65, 0x4f, 0x60, 0x3d, 0x73, 0x55, 0xba, 0x21, 0x65, 0xf6, 0x30,
224 0x1f, 0x0d, 0x86, 0x57, 0xd3, 0xf7, 0x5c, 0x50, 0x21, 0x39, 0x90, 0x9e,
277 0x2e, 0x5f, 0xa2, 0xe9, 0xee, 0xd0, 0xe4, 0x87, 0x1b, 0x05, 0xbf, 0x21,
290 0xaa, 0x92, 0xec, 0x56, 0x07, 0xc8, 0xc3, 0x21, 0xa7, 0x7e, 0xb0, 0x31,
299 0x35, 0x40, 0x3c, 0x0e, 0x28, 0x05, 0x6e, 0x15, 0x21, 0x3e, 0x58, 0x8e,
314 0xc1, 0xbe, 0x57, 0x21, 0xdf, 0x2a, 0x47, 0x24, 0x0d, 0x07, 0xec, 0x83
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnEngDic/
WnnEngDic.c 46 0x00, 0x63, 0x0d, 0x0d, 0x8a, 0x12, 0x43, 0x21, 0x0a, 0x80, 0xc3, 0x25, 0x8c, 0x00, 0x43, 0x29,
55 0x09, 0x82, 0x00, 0x44, 0x21, 0x04, 0x00, 0x44, 0x2f, 0x86, 0x00, 0x44, 0x3e, 0x89, 0x00, 0xc4,
90 0xe0, 0x08, 0x48, 0x2c, 0x05, 0x80, 0x68, 0x2d, 0x56, 0x35, 0x0c, 0x2a, 0xc9, 0x21, 0xe0, 0x48,
113 0x20, 0x7b, 0x21, 0x40, 0x48, 0xc9, 0x07, 0x80, 0x48, 0xcb, 0x08, 0x80, 0x68, 0xd0, 0x84, 0x0a,
132 0x00, 0xb0, 0x12, 0x12, 0x30, 0x0a, 0x21, 0x21, 0xe0, 0x60, 0x49, 0x0b, 0x83, 0x80, 0x49, 0x0b,
140 0x00, 0x21, 0x7e, 0xc2, 0x20, 0x49, 0x38, 0x09, 0x80, 0x49, 0x3b, 0x0b, 0x00, 0x49, 0x40, 0x8b,
144 0x49, 0x52, 0x04, 0x00, 0x21, 0xbb, 0x21, 0x40, 0x49, 0x50, 0x86, 0x00, 0x49, 0x51, 0x08, 0x00,
145 0x69, 0x52, 0x0d, 0xed, 0x11, 0x49, 0x53, 0x89, 0x00, 0x21, 0xc3, 0x22, 0xc0, 0x49, 0x51, 0x8c
    [all...]

Completed in 1105 milliseconds

<<21222324252627282930>>