HomeSort by relevance Sort by last modified time
    Searched refs:x13 (Results 351 - 375 of 1398) sorted by null

<<11121314151617181920>>

  /external/tcpdump/
print-cdp.c 65 { 0x13, "AVVID untrusted ports CoS"},
194 case 0x13: /* AVVID untrusted port CoS - not documented */
  /hardware/ti/omap3/dspbridge/inc/
errbase.h 222 #define DSP_ERANGE (DSP_EBASE + 0x13)
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
errbase.h 222 #define DSP_ERANGE (DSP_EBASE + 0x13)
    [all...]
  /sdk/emulator/qtools/
decoder.cpp 56 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
72 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
  /external/chromium_org/media/base/android/
media_codec_bridge_unittest.cc 44 0xfa, 0x25, 0xf3, 0x74, 0x13, 0x0f, 0xf8, 0x19, 0x28, 0x84, 0x06, 0x36,
61 0x20, 0x38, 0x1b, 0x95, 0x07, 0xfa, 0xa8, 0x9c, 0x21, 0x0f, 0x13, 0x8c,
66 0x3f, 0x13, 0x74, 0x11, 0x04, 0x10, 0xf1, 0x37, 0x38, 0xc6, 0x00, 0x60,
76 0x03, 0x38, 0xeb, 0x37, 0x13, 0x48, 0x41, 0xbe, 0x7f, 0x04, 0x70, 0x62,
83 0x4b, 0x05, 0x85, 0xf5, 0x58, 0x25, 0x13, 0xcd, 0x51, 0x19, 0x1a, 0x88,
  /external/chromium_org/net/cert/
x509_certificate_known_roots_mac.h 43 {0x13, 0x2d, 0x0d, 0x45, 0x53, 0x4b, 0x69, 0x97, 0xcd, 0xb2,
52 0x8e, 0x13, 0x6b, 0xd4, 0xb7, 0xd1, 0xe9, 0x8e, 0x46, 0xa5},
66 0xbc, 0x13, 0x05, 0x43, 0x9e, 0xd2, 0x82, 0x48, 0x0b, 0xe3},
73 {0x29, 0x64, 0xb6, 0x86, 0x13, 0x5b, 0x5d, 0xfd, 0xdd, 0x32,
116 0x2a, 0xfa, 0xb9, 0x13, 0x56, 0x41, 0xe3, 0x88, 0xe1, 0x86},
130 0xb9, 0xdc, 0x35, 0xe2, 0x13, 0x6f, 0x38, 0x77, 0x7a, 0xf4},
157 {0x51, 0xa4, 0x4c, 0x28, 0xf3, 0x13, 0xe3, 0xf9, 0xcb, 0x5e,
180 0x6a, 0xc4, 0xe7, 0xa6, 0xe2, 0x13, 0xf9, 0x46, 0xe1, 0x79},
219 {0x70, 0x43, 0x2d, 0xe4, 0x3c, 0x9d, 0x1e, 0x79, 0xc1, 0x13,
231 {0x75, 0xe0, 0xab, 0xb6, 0x13, 0x85, 0x12, 0x27, 0x1c, 0x04
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
testrsa.h 66 0x13,0xb7,0xd6,0xee,0xd8,0xa5,0x65,0x05,0x72,0x87,
78 0x33,0x70,0x9d,0x0f,0x42,0x6b,0x13,0x68,0x24,0xd3,
132 0x2c,0xca,0x8d,0x7b,0xab,0x0b,0x13,0x0d,0x7e,0x38,
206 0xfa,0x13,0xc6,0x98,0x4d,0xca,0x84,0x9c,0x06,0xca,
208 0xe7,0xf3,0xdd,0xce,0x64,0x59,0xbf,0x21,0x13,0xa9,
220 0x13,0xaf,0x79,0xb7,0xad,0x11,0xd1,0x30,0x9a,0x14,
225 0x18,0xb4,0x13,0xd1,0xe6,0x97,0xd0,0x9f,0x6a,0x80,
228 0x7d,0x13,0x35,0xce,0x27,0xcd,0xd8,0x49,0x51,0x63,
284 0x01,0x00,0xc0,0x71,0xac,0x1a,0x13,0x88,0x82,0x43,
292 0x3a,0x36,0xc2,0x4f,0xea,0x25,0xdf,0x13,0x16,0x4b
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/chacha/
chacha_vec.c 215 x9, x10, x11, x12, x13, x14, x15; local
240 x12 = counter+BPI*iters+(BPI-1); x13 = 0;
255 QROUND_WORDS( x1, x5, x9,x13)
260 QROUND_WORDS( x2, x7, x8,x13)
293 op[13] = REVW_BE(REVW_BE(ip[13]) ^ (x13));
  /external/elfutils/libdw/
dwarf.h 69 DW_TAG_structure_type = 0x13,
146 DW_AT_language = 0x13,
272 DW_FORM_ref4 = 0x13,
295 DW_OP_drop = 0x13,
659 DW_CFA_def_cfa_offset_sf = 0x13,
  /external/llvm/include/llvm/Support/
Dwarf.h 86 DW_TAG_structure_type = 0x13,
159 DW_AT_language = 0x13,
318 DW_FORM_ref4 = 0x13,
345 DW_OP_drop = 0x13,
648 DW_CFA_def_cfa_offset_sf = 0x13,
  /external/openssl/apps/
testrsa.h 66 0x13,0xb7,0xd6,0xee,0xd8,0xa5,0x65,0x05,0x72,0x87,
78 0x33,0x70,0x9d,0x0f,0x42,0x6b,0x13,0x68,0x24,0xd3,
132 0x2c,0xca,0x8d,0x7b,0xab,0x0b,0x13,0x0d,0x7e,0x38,
206 0xfa,0x13,0xc6,0x98,0x4d,0xca,0x84,0x9c,0x06,0xca,
208 0xe7,0xf3,0xdd,0xce,0x64,0x59,0xbf,0x21,0x13,0xa9,
220 0x13,0xaf,0x79,0xb7,0xad,0x11,0xd1,0x30,0x9a,0x14,
225 0x18,0xb4,0x13,0xd1,0xe6,0x97,0xd0,0x9f,0x6a,0x80,
228 0x7d,0x13,0x35,0xce,0x27,0xcd,0xd8,0x49,0x51,0x63,
284 0x01,0x00,0xc0,0x71,0xac,0x1a,0x13,0x88,0x82,0x43,
292 0x3a,0x36,0xc2,0x4f,0xea,0x25,0xdf,0x13,0x16,0x4b
    [all...]
  /external/chromium/crypto/
rsa_private_key_unittest.cc 63 0x85, 0x7b, 0x0c, 0x04, 0x13, 0x3f, 0x8d, 0xf4,
70 0x1c, 0xbd, 0xb7, 0x38, 0x13, 0xaf, 0x47, 0x85,
72 0x96, 0xd0, 0xd6, 0x14, 0x6f, 0x13, 0x8d, 0xc5,
78 0x16, 0x13, 0xf0, 0xe6, 0xaf, 0x5c, 0xc5, 0xa7,
145 0x85, 0x7b, 0x0c, 0x04, 0x13, 0x3f, 0x8d, 0xf4,
152 0x1c, 0xbd, 0xb7, 0x38, 0x13, 0xaf, 0x47, 0x85,
154 0x96, 0xd0, 0xd6, 0x14, 0x6f, 0x13, 0x8d, 0xc5,
233 0x9f, 0x59, 0x42, 0x13, 0x15, 0xc8, 0x11, 0x50,
236 0xbd, 0xe2, 0x13, 0x4b, 0x5b, 0x61, 0xeb, 0x69,
301 0x13, 0x7d, 0x94, 0x52, 0x1b, 0x5c, 0xe4, 0x7b,
    [all...]
  /external/chromium_org/crypto/
rsa_private_key_unittest.cc 21 0x85, 0x7b, 0x0c, 0x04, 0x13, 0x3f, 0x8d, 0xf4,
28 0x1c, 0xbd, 0xb7, 0x38, 0x13, 0xaf, 0x47, 0x85,
30 0x96, 0xd0, 0xd6, 0x14, 0x6f, 0x13, 0x8d, 0xc5,
36 0x16, 0x13, 0xf0, 0xe6, 0xaf, 0x5c, 0xc5, 0xa7,
165 0x85, 0x7b, 0x0c, 0x04, 0x13, 0x3f, 0x8d, 0xf4,
172 0x1c, 0xbd, 0xb7, 0x38, 0x13, 0xaf, 0x47, 0x85,
174 0x96, 0xd0, 0xd6, 0x14, 0x6f, 0x13, 0x8d, 0xc5,
252 0x9f, 0x59, 0x42, 0x13, 0x15, 0xc8, 0x11, 0x50,
255 0xbd, 0xe2, 0x13, 0x4b, 0x5b, 0x61, 0xeb, 0x69,
320 0x13, 0x7d, 0x94, 0x52, 0x1b, 0x5c, 0xe4, 0x7b,
    [all...]
  /external/chromium_org/ppapi/examples/video_decode/
testdata.h 24 0xc0, 0x79, 0x09, 0x13, 0x31, 0x1d, 0x7d, 0xa5, 0xdc, 0x0f, 0x54, 0x39,
51 0x7d, 0x29, 0x97, 0xd4, 0x43, 0xfe, 0x2f, 0x4b, 0x13, 0x5c, 0x04, 0xcd,
56 0xc4, 0xed, 0xea, 0x13, 0xdf, 0xfe, 0x20, 0x8f, 0xa7, 0xb0, 0x0b, 0xfe,
64 0xe4, 0x29, 0x70, 0x97, 0xf7, 0x7a, 0xde, 0x07, 0x90, 0xa5, 0xf8, 0x13,
92 0xf7, 0xf1, 0xfc, 0x33, 0xc1, 0x01, 0xb0, 0x13, 0x19, 0xb8, 0x61, 0xf6,
128 0x63, 0x29, 0x4b, 0x52, 0x1f, 0x6b, 0xfe, 0x13, 0x28, 0x2c, 0xd4, 0x9c,
160 0x25, 0x0a, 0x38, 0x0f, 0x13, 0x22, 0x65, 0xc0, 0x58, 0x56, 0x4b, 0xaa,
168 0xd5, 0xb7, 0x7e, 0x13, 0xa4, 0xff, 0x93, 0x7b, 0xa9, 0x3f, 0xe3, 0x41,
195 0x1c, 0x54, 0x76, 0x95, 0xea, 0xf9, 0x89, 0xd0, 0xa4, 0x72, 0x76, 0x13,
211 0x81, 0x22, 0xee, 0x67, 0xc7, 0x5a, 0xfa, 0x3e, 0x7d, 0x9f, 0xe0, 0x13,
    [all...]
  /external/chromium/net/base/
x509_certificate.cc 575 {0xb0,0xb7,0x13,0x3e,0xd0,0x96,0xf9,0xb5,0x6f,0xae,0x91,0xc8,0x74,0xbd,0x3a,0xc0},
584 {0xd7,0x55,0x8f,0xda,0xf5,0xf1,0x10,0x5b,0xb2,0x13,0x28,0x2b,0x70,0x77,0x29,0xa3},
604 {0x7e,0x82,0x25,0xf6,0xb4,0xbe,0x3d,0x1c,0x13,0x72,0xbb,0xc3,0x65,0xf5,0xf6,0xb6},
616 {0xf8,0x6d,0x1e,0x22,0xbd,0x20,0x68,0x47,0x1e,0x20,0x13,0x6b,0x30,0x21,0x0e,0xae},
621 {0x7d,0xd1,0x6c,0x03,0xdf,0x04,0x38,0xb2,0xbe,0x5f,0xc1,0xd3,0xe1,0x9f,0x13,0x8b},
636 {0x0f,0x50,0x0a,0xe6,0x0b,0xf8,0x69,0x67,0x16,0xf2,0x67,0xc8,0x0e,0x13,0xdc,0x09},
643 {0x94,0x53,0x95,0x11,0x88,0x67,0x56,0x53,0x13,0xa2,0x66,0x98,0xb9,0x5f,0x1e,0x3e},
680 {0xed,0x52,0x13,0x57,0xb7,0x34,0x2f,0xb6,0xb5,0x6e,0x6b,0x7e,0x03,0xec,0xec,0x21},
684 {0x44,0x0e,0xea,0x70,0x5a,0x9f,0x79,0x15,0x35,0x60,0xbf,0xc4,0x4a,0x13,0x5d,0x99},
699 {0x39,0x83,0xdf,0x8b,0x4f,0xc3,0x30,0xb5,0x87,0x32,0x9f,0x62,0xab,0x8a,0xbb,0x13},
    [all...]
  /external/chromium_org/ui/gfx/
color_analysis_unittest.cc 27 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00,
50 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00,
60 0xff, 0x3f, 0x13, 0x03, 0x03, 0x03, 0x03, 0x03,
74 0x0b, 0x13, 0x00, 0x00, 0x0b, 0x13, 0x01, 0x00,
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_const.c 20 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
43 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
69 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
99 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
135 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
181 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
238 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
294 0x8A,0x1F,0xBF,0xF0,0xEB,0x19,0xCC,0xB1,0xA3,0x13,0xD5,0x5C,
316 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
372 0x8A,0x1F,0xBF,0xF0,0xEB,0x19,0xCC,0xB1,0xA3,0x13,0xD5,0x5C
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 51 DW_TAG_structure_type = 0x13,
106 DW_FORM_ref4 = 0x13,
126 DW_AT_language = 0x13,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
translate.c 5 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18,0x19,0x1a,0x1b,0x1c,0x1d,0x1e,0x1f,
27 0x10,0x11,0x12,0x13,0x3c,0x3d,0x32,0x26,0x18,0x19,0x3f,0x27,0x1c,0x1d,0x1e,0x1f,
46 0x10,0x11,0x12,0x13,0x9d,0x85,0x08,0x87,0x18,0x19,0x92,0x8f,0x1c,0x1d,0x1e,0x1f,
  /external/dropbear/libtomcrypt/src/ciphers/
rc6.c 245 { 0x02, 0x13, 0x24, 0x35, 0x46, 0x57, 0x68, 0x79,
256 { 0x02, 0x13, 0x24, 0x35, 0x46, 0x57, 0x68, 0x79,
267 { 0x02, 0x13, 0x24, 0x35, 0x46, 0x57, 0x68, 0x79,
  /external/guava/guava-tests/test/com/google/common/primitives/
IntsTest.java 222 new byte[] {0x12, 0x13, 0x14, 0x15}, Ints.toByteArray(0x12131415)));
231 Ints.fromByteArray(new byte[] {0x12, 0x13, 0x14, 0x15, 0x33}));
245 (byte) 0x12, (byte) 0x13, (byte) 0x14, (byte) 0x15));
LongsTest.java 194 new byte[] {0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19},
206 new byte[] {0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19, 0x33}));
222 (byte) 0x12, (byte) 0x13, (byte) 0x14, (byte) 0x15,
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 654 int x13 = input[12]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
680 s12 = x12 * cospi_25_64 + x13 * cospi_7_64;
681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
698 x13 = dct_const_round_shift(s5 - s13);
715 s12 = - x12 * cospi_28_64 + x13 * cospi_4_64;
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
733 x13 = dct_const_round_shift(s9 - s13);
750 s12 = x12 * cospi_8_64 + x13 * cospi_24_64;
751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64
    [all...]
  /external/openssl/crypto/bn/
bn_const.c 20 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
43 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
69 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
99 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
135 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
181 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
238 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
294 0x8A,0x1F,0xBF,0xF0,0xEB,0x19,0xCC,0xB1,0xA3,0x13,0xD5,0x5C,
316 0x3B,0x13,0x9B,0x22,0x51,0x4A,0x08,0x79,0x8E,0x34,0x04,0xDD,
372 0x8A,0x1F,0xBF,0xF0,0xEB,0x19,0xCC,0xB1,0xA3,0x13,0xD5,0x5C
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertificateTest.java 485 0x30, 0x60, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13,
486 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08,
487 0x13, 0x0a, 0x43, 0x61, 0x6c, 0x69, 0x66, 0x6f, 0x72, 0x6e, 0x69, 0x61,
488 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x09, 0x53,
490 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0e, 0x47, 0x65, 0x6e, 0x69, 0x75,
492 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x06, 0x4e, 0x65, 0x74, 0x4f,
554 0x30, 0x60, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13,
555 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08,
556 0x13, 0x0a, 0x43, 0x61, 0x6c, 0x69, 0x66, 0x6f, 0x72, 0x6e, 0x69, 0x61,
557 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x09, 0x53
    [all...]

Completed in 1002 milliseconds

<<11121314151617181920>>