HomeSort by relevance Sort by last modified time
    Searched full:x32 (Results 101 - 125 of 1816) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/data/mappings/
cns-11643-1992.ucm 150 <U00D7> \x81\x22\x32 |0
183 <U03B4> \x81\x25\x32 |0
227 <U2167> \x81\x24\x32 |0
284 <U2411> \x81\x42\x32 |0
317 <U247B> \x81\x26\x32 |0
350 <U2589> \x81\x23\x32 |0
546 <U4EC2> \x82\x21\x32 |0
597 <U4F11> \x81\x47\x32 |0
692 <U4F98> \x82\x25\x32 |0
763 <U5014> \x81\x54\x32 |
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.csv 138 PIPE_FORMAT_X32_S8X24_UINT , plain, 1, 1, x32 , up8 , x24, , _y__, zs
142 PIPE_FORMAT_UYVY , subsampled, 2, 1, x32 , , , , xyz1, yuv
144 PIPE_FORMAT_YUYV , subsampled, 2, 1, x32 , , , , xyz1, yuv
146 PIPE_FORMAT_R8G8_B8G8_UNORM , subsampled, 2, 1, x32 , , , , xyz1, rgb
147 PIPE_FORMAT_G8R8_G8B8_UNORM , subsampled, 2, 1, x32 , , , , xyz1, rgb
148 PIPE_FORMAT_G8R8_B8R8_UNORM , subsampled, 2, 1, x32 , , , , yxz1, rgb
149 PIPE_FORMAT_R8G8_R8B8_UNORM , subsampled, 2, 1, x32 , , , , yxz1, rgb
152 PIPE_FORMAT_R11G11B10_FLOAT , other, 1, 1, x32 , , , , xyz1, rgb
153 PIPE_FORMAT_R9G9B9E5_FLOAT , other, 1, 1, x32 , , , , xyz1, rgb
  /external/icu4c/data/mappings/
cns-11643-1992.ucm 150 <U00D7> \x81\x22\x32 |0
183 <U03B4> \x81\x25\x32 |0
227 <U2167> \x81\x24\x32 |0
284 <U2411> \x81\x42\x32 |0
317 <U247B> \x81\x26\x32 |0
350 <U2589> \x81\x23\x32 |0
546 <U4EC2> \x82\x21\x32 |0
597 <U4F11> \x81\x47\x32 |0
692 <U4F98> \x82\x25\x32 |0
763 <U5014> \x81\x54\x32 |
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.csv 138 PIPE_FORMAT_X32_S8X24_UINT , plain, 1, 1, x32 , up8 , x24, , _y__, zs
142 PIPE_FORMAT_UYVY , subsampled, 2, 1, x32 , , , , xyz1, yuv
144 PIPE_FORMAT_YUYV , subsampled, 2, 1, x32 , , , , xyz1, yuv
146 PIPE_FORMAT_R8G8_B8G8_UNORM , subsampled, 2, 1, x32 , , , , xyz1, rgb
147 PIPE_FORMAT_G8R8_G8B8_UNORM , subsampled, 2, 1, x32 , , , , xyz1, rgb
148 PIPE_FORMAT_G8R8_B8R8_UNORM , subsampled, 2, 1, x32 , , , , yxz1, rgb
149 PIPE_FORMAT_R8G8_R8B8_UNORM , subsampled, 2, 1, x32 , , , , yxz1, rgb
152 PIPE_FORMAT_R11G11B10_FLOAT , other, 1, 1, x32 , , , , xyz1, rgb
153 PIPE_FORMAT_R9G9B9E5_FLOAT , other, 1, 1, x32 , , , , xyz1, rgb
  /external/valgrind/main/VEX/test/
mmxtest.c 210 /* 2x32, 4x16, and 8x8 Parallel ADDs
247 /* 2x32, 4x16, and 8x8 Parallel SUBs
298 /* 4x16->2x32 Parallel Mul-ADD
300 in the multiply result to make the final 2x32 result)
335 /* 2x32, 4x16, and 8x8 Parallel CoMPare for EQuality
351 /* 2x32, 4x16, and 8x8 Parallel CoMPare for Greater Than
367 /* 1x64, 2x32, and 4x16 Parallel Shift Left Logical
382 /* 1x64, 2x32, and 4x16 Parallel Shift Right Logical
397 /* 2x32 and 4x16 Parallel Shift Right Arithmetic
408 /* 2x32->4x16 and 4x16->8x8 PACK and Signed Saturat
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 160 //This mul segment needs 6*8 = 48 cycles for 16x16 muls, but 6*20 = 120 cycles for 16x32 muls
164 /* Complexity is: 51+48 = 99 cycles for 16x16 muls, but 51+120 = 171 cycles for 16x32 muls*/
197 /* Complexity : (31+6)*20 = 740 cycles for 16x16 muls, but (31+18)*20 = 980 cycles for 16x32 muls*/
202 /* Complexity : 4*(740+3) = 2972 cycles for 16x16 muls, but 4*(980+3) = 3932 cycles for 16x32 muls*/
234 // Complexity: 2*(13+5+4*13+2) = 144 for 16x16 muls, but 2*(13+5+4*33+2) = 304 cycles for 16x32 muls
237 // Complexity: 19*144 = 2736 for 16x16 muls, but 19*304 = 5776 cycles for 16x32 muls
299 // Complexity: 12*(64+40+10) = 1368 for 16x16 muls, but 12*(112+88+10) = 2520 cycles for 16x32 muls
302 // Complexity: 4*1368 = 5472 for 16x16 muls, but 4*2520 = 10080 cycles for 16x32 muls
335 // Complexity: 12*(12+12) = 288 for 16x16 muls, but 12*(12+32) = 528 cycles for 16x32 muls
338 // Complexity: 4*288+6 for 16x16 muls, but 4*528+6 cycles for 16x32 mul
    [all...]
  /external/qemu/pc-bios/keymaps/
da 102 mu 0x32 altgr
103 masculine 0x32 shift altgr
de 101 mu 0x32 altgr
102 masculine 0x32 shift altgr
en-gb 104 mu 0x32 altgr
105 masculine 0x32 shift altgr
fi 110 mu 0x32 altgr
111 masculine 0x32 shift altgr
fr-ch 101 mu 0x32 altgr
102 masculine 0x32 shift altgr
hr 112 section 0x32 altgr
113 masculine 0x32 shift altgr
is 124 mu 0x32 altgr
125 masculine 0x32 shift altgr
it 102 mu 0x32 altgr
103 masculine 0x32 shift altgr
lv 114 mu 0x32 altgr
115 masculine 0x32 shift altgr
no 103 mu 0x32 altgr
104 masculine 0x32 shift altgr
pl 109 mu 0x32 altgr
110 masculine 0x32 shift altgr
ru 96 Cyrillic_softsign 0x32 altgr
97 Cyrillic_SOFTSIGN 0x32 shift altgr
sl 100 section 0x32 altgr
101 masculine 0x32 shift altgr
th 117 Thai_thothahan 0x32 altgr
118 question 0x32 shift altgr
tr 110 mu 0x32 altgr
111 masculine 0x32 shift altgr
  /development/ndk/platforms/android-3/include/linux/raid/
md_u.h 37 #define STOP_ARRAY _IO (MD_MAJOR, 0x32)
  /external/bluetooth/bluedroid/btif/include/
btif_sock_sdp.h 25 static const UINT8 UUID_MAPS_MAS[] = {0x00, 0x00, 0x11, 0x32, 0x00, 0x00, 0x10, 0x00,
  /external/chromium_org/chrome/browser/resources/uber/
uber.html 7 <link id="favicon2x" rel="icon" type="image/png" sizes="32x32">
  /external/chromium_org/net/cert/
crl_set_unittest.cc 18 0x49, 0x73, 0x22, 0x3a, 0x5b, 0x5d, 0x7d, 0xb6, 0xb9, 0x54, 0x32, 0xab, 0xae,
20 0x08, 0xaf, 0xc9, 0xe7, 0x32, 0xac, 0xe2, 0x32, 0x79, 0x04, 0x7c, 0x6d, 0x05,
41 0x74, 0x65, 0x22, 0x3a, 0x31, 0x33, 0x31, 0x31, 0x31, 0x32, 0x33, 0x37, 0x39,
43 0x22, 0x3a, 0x34, 0x33, 0x32, 0x30, 0x30, 0x2c, 0x22, 0x44, 0x65, 0x6c, 0x74,
61 0x74, 0x65, 0x22, 0x3a, 0x31, 0x33, 0x31, 0x31, 0x31, 0x32, 0x35, 0x39, 0x34,
63 0x22, 0x3a, 0x34, 0x33, 0x32, 0x30, 0x30, 0x2c, 0x22, 0x44, 0x65, 0x6c, 0x74,
65 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x73, 0x22, 0x3a, 0x32, 0x2c, 0x22, 0x53,
77 0x01, 0x30, 0x01, 0x31, 0x01, 0x32,
86 0x74, 0x65, 0x22, 0x3a, 0x31, 0x33, 0x31, 0x31, 0x31, 0x32, 0x36, 0x31, 0x31
    [all...]

Completed in 261 milliseconds

1 2 3 45 6 7 8 91011>>