/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/ |
md5_unittest.cc | 33 0xec, 0xf8, 0x42, 0x7e 55 0xec, 0xf8, 0x42, 0x7e 111 0xec, 0xf8, 0x42, 0x7e
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_format.py | 221 testboth("%x", 0x42, "42") 222 testboth("%x", -0x42, "-42") 225 testboth("%x", float(0x42), "42")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_format.py | 221 testboth("%x", 0x42, "42") 222 testboth("%x", -0x42, "-42") 225 testboth("%x", float(0x42), "42")
|
/external/llvm/test/MC/ARM/ |
basic-arm-instructions.s | 198 @ CHECK: add r4, r5, r6, lsl #5 @ encoding: [0x86,0x42,0x85,0xe0] 199 @ CHECK: add r4, r5, r6, lsr #5 @ encoding: [0xa6,0x42,0x85,0xe0] 200 @ CHECK: add r4, r5, r6, lsr #5 @ encoding: [0xa6,0x42,0x85,0xe0] 201 @ CHECK: add r4, r5, r6, asr #5 @ encoding: [0xc6,0x42,0x85,0xe0] 202 @ CHECK: add r4, r5, r6, ror #5 @ encoding: [0xe6,0x42,0x85,0xe0] 212 @ CHECK: add r4, r4, r5, lsl #5 @ encoding: [0x85,0x42,0x84,0xe0] 213 @ CHECK: add r4, r4, r5, lsr #5 @ encoding: [0xa5,0x42,0x84,0xe0] 214 @ CHECK: add r4, r4, r5, lsr #5 @ encoding: [0xa5,0x42,0x84,0xe0] 215 @ CHECK: add r4, r4, r5, asr #5 @ encoding: [0xc5,0x42,0x84,0xe0] 216 @ CHECK: add r4, r4, r5, ror #5 @ encoding: [0xe5,0x42,0x84,0xe0 [all...] |
neon-mul-accum-encoding.s | 13 @ CHECK: vmla.i8 d16, d18, d17 @ encoding: [0xa1,0x09,0x42,0xf2] 16 @ CHECK: vmla.f32 d16, d18, d17 @ encoding: [0xb1,0x0d,0x42,0xf2] 64 @ CHECK: vmls.i8 d16, d18, d17 @ encoding: [0xa1,0x09,0x42,0xf3]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GsmSmsCbTest.java | 365 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 366 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 367 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 368 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 369 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 370 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 371 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 372 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 373 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41, 374 (byte)0x42, (byte)0x43, (byte)0x44, (byte)0x45, (byte)0x46, (byte)0x47, (byte)0x41 [all...] |
/external/chromium_org/content/browser/renderer_host/p2p/ |
socket_host_unittest.cc | 47 0x21, 0x12, 0xA4, 0x42, // magic cookie 56 0x21, 0x12, 0xA4, 0x42, // magic cookie 65 0x21, 0x12, 0xA4, 0x42, // magic cookie 77 0x21, 0x12, 0xA4, 0x42, // magic cookie 93 0x21, 0x12, 0xA4, 0x42, // magic cookie
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stun_unittest.cc | 98 0x21, 0x12, 0xa4, 0x42, // transaction id 112 0x21, 0x12, 0xa4, 0x42, // magic cookie 124 0x21, 0x12, 0xa4, 0x42, // magic cookie (rfc5389) 130 0x05, 0x13, 0x5e, 0x42, // XOR-ed IPv6 address 138 0x21, 0x12, 0xa4, 0x42, // magic cookie 150 0x21, 0x12, 0xa4, 0x42, 163 0x21, 0x12, 0xa4, 0x42, 177 0x21, 0x12, 0xa4, 0x42, 188 0x21, 0x12, 0xa4, 0x42, 200 0x21, 0x12, 0xa4, 0x42, [all...] |
/external/llvm/test/MC/Mips/mips3/ |
valid.s | 15 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 104 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67] 139 or $2, 4 # CHECK: ori $2, $2, 4 # encoding: [0x34,0x42,0x00,0x04] 186 tlbp # CHECK: tlbp # encoding: [0x42,0x00,0x00,0x08] 187 tlbr # CHECK: tlbr # encoding: [0x42,0x00,0x00,0x01] 188 tlbwi # CHECK: tlbwi # encoding: [0x42,0x00,0x00,0x02] 189 tlbwr # CHECK: tlbwr # encoding: [0x42,0x00,0x00,0x06]
|
/external/llvm/test/MC/Mips/mips4/ |
valid.s | 15 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 107 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67] 155 or $2, 4 # CHECK: ori $2, $2, 4 # encoding: [0x34,0x42,0x00,0x04] 205 tlbp # CHECK: tlbp # encoding: [0x42,0x00,0x00,0x08] 206 tlbr # CHECK: tlbr # encoding: [0x42,0x00,0x00,0x01] 207 tlbwi # CHECK: tlbwi # encoding: [0x42,0x00,0x00,0x02] 208 tlbwr # CHECK: tlbwr # encoding: [0x42,0x00,0x00,0x06]
|
/external/llvm/test/MC/Mips/mips5/ |
valid.s | 15 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 107 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67] 156 or $2, 4 # CHECK: ori $2, $2, 4 # encoding: [0x34,0x42,0x00,0x04] 207 tlbp # CHECK: tlbp # encoding: [0x42,0x00,0x00,0x08] 208 tlbr # CHECK: tlbr # encoding: [0x42,0x00,0x00,0x01] 209 tlbwi # CHECK: tlbwi # encoding: [0x42,0x00,0x00,0x02] 210 tlbwr # CHECK: tlbwr # encoding: [0x42,0x00,0x00,0x06]
|
/external/llvm/test/MC/Mips/mips64/ |
valid.s | 15 and $2,4 # CHECK: andi $2, $2, 4 # encoding: [0x30,0x42,0x00,0x04] 112 ll $v0,-7321($s2) # CHECK: ll $2, -7321($18) # encoding: [0xc2,0x42,0xe3,0x67] 170 or $2, 4 # CHECK: ori $2, $2, 4 # encoding: [0x34,0x42,0x00,0x04] 224 tlbp # CHECK: tlbp # encoding: [0x42,0x00,0x00,0x08] 225 tlbr # CHECK: tlbr # encoding: [0x42,0x00,0x00,0x01] 226 tlbwi # CHECK: tlbwi # encoding: [0x42,0x00,0x00,0x02] 227 tlbwr # CHECK: tlbwr # encoding: [0x42,0x00,0x00,0x06]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
X509KeyManagerTest.java | 114 (byte)0x81, (byte)0x00, (byte)0xaa, (byte)0x42, (byte)0x40, (byte)0xed, (byte)0x92, 115 (byte)0x21, (byte)0x17, (byte)0x99, (byte)0x5f, (byte)0x0e, (byte)0xe4, (byte)0x42, 143 (byte)0x41, (byte)0xe4, (byte)0x42, (byte)0x71, (byte)0x7a, (byte)0x8c, (byte)0x84, 144 (byte)0xc2, (byte)0x02, (byte)0x40, (byte)0x0b, (byte)0x3d, (byte)0x42, (byte)0xe0, 155 (byte)0x29, (byte)0x6a, (byte)0x2a, (byte)0x42, (byte)0x94, (byte)0x5a, (byte)0xf2, 171 (byte)0x5d, (byte)0x02, (byte)0x41, (byte)0x00, (byte)0x92, (byte)0x42, (byte)0xff, 311 (byte)0x42, (byte)0xe8, (byte)0x4a, (byte)0xac, (byte)0x9c, (byte)0xd9, (byte)0x8f, 335 (byte)0xc1, (byte)0xcc, (byte)0x40, (byte)0x0f, (byte)0xde, (byte)0x42, (byte)0x5d, 380 (byte)0x78, (byte)0x8c, (byte)0x0b, (byte)0x02, (byte)0xe0, (byte)0x42, (byte)0x4e, 383 (byte)0x1f, (byte)0x5b, (byte)0x1d, (byte)0xb2, (byte)0xcf, (byte)0x94, (byte)0x42, [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cstrcase.c | 37 beforeLower[]= { 0x61, 0x42, 0x49, 0x3a3, 0xdf, 0x3a3, 0x2f, 0xd93f, 0xdfff }, 135 beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xd93f, 0xdfff }, 136 upperRoot[]= { 0x41, 0x42, 0x49, 0x3a3, 0x53, 0x53, 0x3a3, 0x2f, 0x46, 0x46, 0x49, 0xd93f, 0xdfff }, 137 upperTurkish[]={ 0x41, 0x42, 0x130, 0x3a3, 0x53, 0x53, 0x3a3, 0x2f, 0x46, 0x46, 0x49, 0xd93f, 0xdfff }; 231 beforeTitle[]= { 0x61, 0x42, 0x20, 0x69, 0x3c2, 0x20, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xd93f, 0xdfff }, 233 titleChar[]= { 0x41, 0x42, 0x20, 0x49, 0x3a3, 0x20, 0x53, 0x73, 0x3a3, 0x2f, 0x46, 0x66, 0x69, 0xd93f, 0xdfff }; 423 mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, 0xd93f, 0xdfff }, 627 mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0 }, 722 aBc[] ={ 0x61, 0x42, 0x63, 0 }, 724 ABCg[]={ 0x41, 0x42, 0x43, 0x67, 0 } [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cstrcase.c | 37 beforeLower[]= { 0x61, 0x42, 0x49, 0x3a3, 0xdf, 0x3a3, 0x2f, 0xd93f, 0xdfff }, 135 beforeUpper[]= { 0x61, 0x42, 0x69, 0x3c2, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xd93f, 0xdfff }, 136 upperRoot[]= { 0x41, 0x42, 0x49, 0x3a3, 0x53, 0x53, 0x3a3, 0x2f, 0x46, 0x46, 0x49, 0xd93f, 0xdfff }, 137 upperTurkish[]={ 0x41, 0x42, 0x130, 0x3a3, 0x53, 0x53, 0x3a3, 0x2f, 0x46, 0x46, 0x49, 0xd93f, 0xdfff }; 231 beforeTitle[]= { 0x61, 0x42, 0x20, 0x69, 0x3c2, 0x20, 0xdf, 0x3c3, 0x2f, 0xfb03, 0xd93f, 0xdfff }, 233 titleChar[]= { 0x41, 0x42, 0x20, 0x49, 0x3a3, 0x20, 0x53, 0x73, 0x3a3, 0x2f, 0x46, 0x66, 0x69, 0xd93f, 0xdfff }; 423 mixed[]= { 0x61, 0x42, 0x130, 0x49, 0x131, 0x3d0, 0xdf, 0xfb03, 0xd93f, 0xdfff }, 627 mixed[]= { 0x61, 0x42, 0x131, 0x3a3, 0xdf, 0xfb03, 0xd93f, 0xdfff, 0 }, 724 aBc[] ={ 0x61, 0x42, 0x63, 0 }, 726 ABCg[]={ 0x41, 0x42, 0x43, 0x67, 0 } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dplobby.h | 42 DEFINE_GUID(IID_IDirectPlayLobby2, 0x194c220, 0xa303, 0x11d0, 0x9c, 0x4f, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 45 DEFINE_GUID(IID_IDirectPlayLobby2A, 0x1bb4af80, 0xa303, 0x11d0, 0x9c, 0x4f, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 212 DEFINE_GUID(DPAID_ServiceProvider, 0x7d916c0, 0xe0af, 0x11cf, 0x9c, 0x4e, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 223 DEFINE_GUID(DPAID_Phone, 0x78ec89a0, 0xe0af, 0x11cf, 0x9c, 0x4e, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 224 DEFINE_GUID(DPAID_PhoneW, 0xba5a7a70, 0x9dbf, 0x11d0, 0x9c, 0xc1, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 230 DEFINE_GUID(DPAID_Modem, 0xf6dcc200, 0xa2fe, 0x11d0, 0x9c, 0x4f, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 231 DEFINE_GUID(DPAID_ModemW, 0x1fd92e0, 0xa2ff, 0x11d0, 0x9c, 0x4f, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 237 DEFINE_GUID(DPAID_INet, 0xc4a54da0, 0xe0af, 0x11cf, 0x9c, 0x4e, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 238 DEFINE_GUID(DPAID_INetW, 0xe63232a0, 0x9dbf, 0x11d0, 0x9c, 0xc1, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e); 248 DEFINE_GUID(DPAID_ComPort, 0xf2f0ce00, 0xe0af, 0x11cf, 0x9c, 0x4e, 0x0, 0xa0, 0xc9, 0x5, 0x42, 0x5e) [all...] |
/external/chromium_org/third_party/icu/source/test/perf/convperf/ |
data.h | 12 0x1B,0x24,0x42,0x21,0x21,0x21,0x22,0x21,0x23,0x1B,0x28,0x42,0x20,0x1B,0x24,0x42,0x21,0x25,0x21,0x26, 13 0x21,0x27,0x21,0x28,0x1B,0x28,0x42,0x0D,0x0A,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4A,0x0D,0x0A,0x1B, 14 0x24,0x42,0x21,0x29,0x21,0x2A,0x21,0x2B,0x21,0x2C,0x21,0x2D,0x21,0x2E,0x21,0x2F,0x21,0x30,0x1B,0x28, 15 0x42,0x0D,0x0A,0x4B,0x4C,0x4D,0x4E,0x4F,0x50,0x51,0x52,0x0D,0x0A,0x1B,0x24,0x42,0x21,0x31,0x21,0x32, 16 0x21,0x33,0x21,0x34,0x21,0x35,0x21,0x36,0x21,0x37,0x21,0x38,0x1B,0x28,0x42,0x0D,0x0A,0x1B,0x24,0x42, 17 0x21,0x39,0x21,0x3A,0x21,0x3B,0x21,0x3C,0x21,0x3D,0x21,0x3E,0x21,0x3F,0x1B,0x28,0x42,0x5C,0x0D,0x0A [all...] |
/external/icu/icu4c/source/test/perf/convperf/ |
data.h | 12 0x1B,0x24,0x42,0x21,0x21,0x21,0x22,0x21,0x23,0x1B,0x28,0x42,0x20,0x1B,0x24,0x42,0x21,0x25,0x21,0x26, 13 0x21,0x27,0x21,0x28,0x1B,0x28,0x42,0x0D,0x0A,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4A,0x0D,0x0A,0x1B, 14 0x24,0x42,0x21,0x29,0x21,0x2A,0x21,0x2B,0x21,0x2C,0x21,0x2D,0x21,0x2E,0x21,0x2F,0x21,0x30,0x1B,0x28, 15 0x42,0x0D,0x0A,0x4B,0x4C,0x4D,0x4E,0x4F,0x50,0x51,0x52,0x0D,0x0A,0x1B,0x24,0x42,0x21,0x31,0x21,0x32, 16 0x21,0x33,0x21,0x34,0x21,0x35,0x21,0x36,0x21,0x37,0x21,0x38,0x1B,0x28,0x42,0x0D,0x0A,0x1B,0x24,0x42, 17 0x21,0x39,0x21,0x3A,0x21,0x3B,0x21,0x3C,0x21,0x3D,0x21,0x3E,0x21,0x3F,0x1B,0x28,0x42,0x5C,0x0D,0x0A [all...] |
/external/libexif/contrib/examples/ |
write-exif.c | 48 0x96, 0x51, 0x7c, 0x96, 0xee, 0x14, 0xba, 0x04, 0xf2, 0x2c, 0x42, 0xa3, 57 0x74, 0x0d, 0x42, 0x01, 0x04, 0xc9, 0x3b, 0x93, 0x30, 0x09, 0xdb, 0x5f, 62 0x5b, 0x72, 0xd6, 0xa2, 0xeb, 0x15, 0x73, 0x6e, 0x13, 0xf7, 0x36, 0x42, 64 0x3d, 0x70, 0xed, 0xdb, 0x84, 0x29, 0x6c, 0x40, 0x42, 0x3b, 0x13, 0x3f, 86 0x4a, 0x42, 0x52, 0x90, 0x02, 0x40, 0xd8, 0x01, 0xb0, 0xae, 0x95, 0x87, 89 0x42, 0xae, 0x98, 0x0d, 0x7f, 0x90, 0x0a, 0x27, 0xe2, 0x00, 0xfc, 0xd5,
|
/external/llvm/test/MC/Mips/ |
micromips-relocations.s | 16 # CHECK-FIXUP: # encoding: [0x42'A',0x30'A',0x00,0x00] 36 # CHECK-FIXUP: # encoding: [0x42'A',0x30'A',0x00,0x00] 66 # CHECK-FIXUP: # encoding: [0x42'A',0x30'A',0x00,0x00]
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestKeyPair.java | 62 (byte) 0x58, (byte) 0x42, (byte) 0x2b, (byte) 0x41, 104 (byte) 0xfd, (byte) 0x0b, (byte) 0x63, (byte) 0x42, 156 (byte) 0x42, (byte) 0xb4, (byte) 0x76, (byte) 0x02, 200 (byte) 0x66, (byte) 0xc1, (byte) 0x42, (byte) 0x30, 221 (byte) 0x58, (byte) 0x42, (byte) 0x2b, (byte) 0x41, 276 (byte) 0x21, (byte) 0xcc, (byte) 0x0d, (byte) 0x42, 302 (byte) 0x27, (byte) 0x56, (byte) 0x5f, (byte) 0x42, 362 (byte) 0x42, (byte) 0x56, (byte) 0xa0, (byte) 0x32, 388 (byte) 0x42, (byte) 0xda, (byte) 0x36, (byte) 0x83, 434 (byte) 0x4c, (byte) 0x93, (byte) 0x6b, (byte) 0x42, [all...] |
/external/chromium_org/chrome/browser/prefs/tracked/ |
pref_hash_calculator_helper_win.cc | 50 {MAC_LENGTH, {0x00, 0x26, 0x37, 0xbd, 0x39, 0x42}}, 56 {MAC_LENGTH-1, {0x65, 0x90, 0x07, 0x42, 0xf1}}, 92 {MAC_LENGTH, {0x44, 0x45, 0x53, 0x54, 0x42, 0x00}},
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestKeyPair.java | 62 (byte)0x58, (byte)0x42, (byte)0x2b, (byte)0x41, 104 (byte)0xfd, (byte)0x0b, (byte)0x63, (byte)0x42, 156 (byte)0x42, (byte)0xb4, (byte)0x76, (byte)0x02, 200 (byte)0x66, (byte)0xc1, (byte)0x42, (byte)0x30, 221 (byte)0x58, (byte)0x42, (byte)0x2b, (byte)0x41, 276 (byte)0x21, (byte)0xcc, (byte)0x0d, (byte)0x42, 302 (byte)0x27, (byte)0x56, (byte)0x5f, (byte)0x42, 362 (byte)0x42, (byte)0x56, (byte)0xa0, (byte)0x32, 388 (byte)0x42, (byte)0xda, (byte)0x36, (byte)0x83, 434 (byte)0x4c, (byte)0x93, (byte)0x6b, (byte)0x42, [all...] |
/hardware/intel/img/psb_video/fw/msvdx/ |
thread1_bin.c | 64 0x21,0x94,0xFE,0x93,0x09,0xC8,0x42,0x0E,0x00,0xC0,0x00,0x0E,0x29,0xC8,0x22,0x84,0x82,0xC8,0x00,0x84,0x29,0xC8,0x22,0x86,0xA8,0xC6,0x20,0x86,0x83,0x9E, 65 0x43,0x9E,0x09,0xC8,0x42,0x0D,0x4E,0xCD,0x00,0x0D,0x09,0xC8,0x42,0x09,0x4E,0xCD,0x40,0x09,0x09,0xC8,0x42,0x0E,0x0A,0xC0,0x20,0x0E,0x09,0xC8,0xC2,0x87, 67 0xC2,0x0D,0x4C,0xCD,0xC0,0x0D,0x09,0xC8,0x42,0x0E,0x80,0xB0,0xE6,0x0B,0x7F,0xB7,0x74,0x7E,0x82,0x08,0x8D,0xA4,0xF3,0x9F,0xFF,0x97,0x13,0x9D,0x81,0x80, 75 0x06,0x71,0x01,0x01,0x42,0xB3,0x26,0x44,0x44,0x70,0x21,0xB3,0x24,0x44,0x01,0xC0,0x02,0x90,0xFF,0xFF,0xA1,0x90,0x49,0xC0,0x02,0x0A,0xFC,0xC2,0x40,0x0A, 84 0x4E,0xA3,0x90,0xD8,0x45,0xA1,0x80,0xB7,0x8C,0x42,0x5B,0xCA,0x16,0x09,0x5A,0xCA,0x14,0x09,0x10,0xF0,0x45,0xA2,0x10,0xF0,0x51,0xA1,0xA0,0x9B,0x0A,0x0A, 88 0x6C,0x7F,0x5F,0xB7,0x6C,0x7F,0x80,0x74,0x04,0x93,0x27,0xC9,0x8B,0x9C,0x08,0xF2,0x42,0xA3,0x94,0xC0,0x35,0x9A,0x71,0xC9,0x80,0x9C,0x11,0xF0,0xC4,0x2A, 91 0x22,0xA9,0x11,0xD0,0x56,0x09,0x09,0x59,0x28,0x01,0x95,0x70,0x0F,0x02,0x24,0xB3,0x26,0x44,0x50,0xF2,0x25,0xA2,0xA4,0x97,0x40,0x75,0xFD,0xFF,0x42,0x90, 95 0x42,0x0A,0x9C,0xC0,0x00,0x0A,0x80,0xB5,0x2C,0x4C,0x09,0xC8,0x42,0x0D,0x09,0xC8,0x42,0x09,0x80,0xB7,0x0 (…) [all...] |
/bionic/libc/kernel/uapi/drm/ |
nouveau_drm.h | 132 #define DRM_NOUVEAU_GEM_CPU_PREP 0x42
|