HomeSort by relevance Sort by last modified time
    Searched refs:x7F (Results 126 - 150 of 673) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.cc 185 if (ch <= 0x7F) {
221 case 0x7F:
240 if (ch <= 0x7F) {
264 case 0x7F:
329 if (ch <= 0x7F) {
387 case 0x7B: case 0x7C: case 0x7D: case 0x7E: case 0x7F:
  /external/chromium_org/media/filters/
ffmpeg_h264_to_annex_b_bitstream_converter_unittest.cc 28 0x28, 0xAD, 0x5C, 0x9E, 0x5C, 0xC3, 0xBB, 0xBD, 0x7F, 0xFE, 0x09, 0x87, 0x74,
31 0xFA, 0x7F, 0x4B, 0x69, 0x66, 0x49, 0x52, 0xDD, 0xD6, 0xC0, 0x0F, 0x8C, 0x6E,
38 0xFA, 0xBA, 0x7F, 0xBB, 0x83, 0xBB, 0x85, 0xA0, 0xCC, 0xAF, 0xF6, 0xEA, 0x81,
39 0x10, 0x18, 0x8E, 0x10, 0x00, 0xCB, 0x7F, 0x27, 0x08, 0x06, 0xDE, 0x3C, 0x20,
44 0x82, 0xEC, 0xC1, 0x62, 0xFB, 0x7F, 0xF1, 0xAE, 0xA6, 0x1A, 0xD5, 0x6B, 0x06,
69 0x1A, 0xF9, 0x7F, 0x75, 0xA7, 0x93, 0xF5, 0x03, 0xC1, 0xF2, 0x60, 0x8A, 0x92,
74 0x14, 0x58, 0x0B, 0xD3, 0x63, 0x00, 0x8F, 0x44, 0x15, 0x7F, 0x19, 0xC7, 0x0A,
80 0xBF, 0x0D, 0xAF, 0xCB, 0xD3, 0xFF, 0xAA, 0x9D, 0x7F, 0xD6, 0xBD, 0x2C, 0x14,
92 0xF4, 0x58, 0x01, 0xBC, 0xEB, 0x3F, 0x16, 0x7F, 0x4C, 0x15, 0x84, 0x8C, 0xE5,
93 0xF6, 0x96, 0xA6, 0xA1, 0xB9, 0xB2, 0x7F, 0x6B, 0xFF, 0x31, 0xF2, 0xF5, 0xC9
    [all...]
h264_to_annex_b_bitstream_converter_unittest.cc 36 0x28, 0xAD, 0x5C, 0x9E, 0x5C, 0xC3, 0xBB, 0xBD, 0x7F, 0xFE, 0x09, 0x87, 0x74,
39 0xFA, 0x7F, 0x4B, 0x69, 0x66, 0x49, 0x52, 0xDD, 0xD6, 0xC0, 0x0F, 0x8C, 0x6E,
46 0xFA, 0xBA, 0x7F, 0xBB, 0x83, 0xBB, 0x85, 0xA0, 0xCC, 0xAF, 0xF6, 0xEA, 0x81,
47 0x10, 0x18, 0x8E, 0x10, 0x00, 0xCB, 0x7F, 0x27, 0x08, 0x06, 0xDE, 0x3C, 0x20,
52 0x82, 0xEC, 0xC1, 0x62, 0xFB, 0x7F, 0xF1, 0xAE, 0xA6, 0x1A, 0xD5, 0x6B, 0x06,
77 0x1A, 0xF9, 0x7F, 0x75, 0xA7, 0x93, 0xF5, 0x03, 0xC1, 0xF2, 0x60, 0x8A, 0x92,
82 0x14, 0x58, 0x0B, 0xD3, 0x63, 0x00, 0x8F, 0x44, 0x15, 0x7F, 0x19, 0xC7, 0x0A,
88 0xBF, 0x0D, 0xAF, 0xCB, 0xD3, 0xFF, 0xAA, 0x9D, 0x7F, 0xD6, 0xBD, 0x2C, 0x14,
100 0xF4, 0x58, 0x01, 0xBC, 0xEB, 0x3F, 0x16, 0x7F, 0x4C, 0x15, 0x84, 0x8C, 0xE5,
101 0xF6, 0x96, 0xA6, 0xA1, 0xB9, 0xB2, 0x7F, 0x6B, 0xFF, 0x31, 0xF2, 0xF5, 0xC9
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 180 f80[9] = toUChar( (sign << 7) | 0x7F );
198 f80[9] = toUChar( (sign << 7) | 0x7F );
207 f80[9] = toUChar( (sign << 7) | 0x7F );
275 (f80[7] & 0x7F) == 0
286 f64[7] = toUChar((sign << 7) | 0x7F);
302 f64[7] = toUChar((sign << 7) | 0x7F);
309 f64[7] = toUChar((sign << 7) | 0x7F);
326 f64[7] = (1 /*sign*/ << 7) | 0x7F;
337 f64[7] = toUChar((sign << 7) | 0x7F);
390 f64[7] = toUChar( (sign << 7) | ((bexp >> 4) & 0x7F) );
    [all...]
  /libcore/support/src/test/java/tests/security/
DefaultKeys.java 45 (byte) 0xC3, (byte) 0xE4, (byte) 0x64, (byte) 0x54, (byte) 0xDA, (byte) 0xFB, (byte) 0xBA, (byte) 0xA6, (byte) 0xE5, (byte) 0x8A, (byte) 0x7F, (byte) 0xFA, (byte) 0x1A, (byte) 0x3F, (byte) 0x9B, (byte) 0xAB, (byte) 0xDA,
62 (byte) 0x7F, (byte) 0xCC, (byte) 0x44, (byte) 0xDA, (byte) 0x3B, (byte) 0xF3, (byte) 0xC3, (byte) 0x42, (byte) 0x58, (byte) 0x90, (byte) 0x93, (byte) 0x7E, (byte) 0xDA, (byte) 0x58, (byte) 0xCC, (byte) 0x16, (byte) 0xC8,
81 (byte) 0x38, (byte) 0x04, (byte) 0x01, (byte) 0x30, (byte) 0x82, (byte) 0x01, (byte) 0x1F, (byte) 0x02, (byte) 0x81, (byte) 0x81, (byte) 0x00, (byte) 0xFD, (byte) 0x7F, (byte) 0x53, (byte) 0x81, (byte) 0x1D, (byte) 0x75,
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,
102 (byte) 0x30, (byte) 0x82, (byte) 0x01, (byte) 0x1F, (byte) 0x02, (byte) 0x81, (byte) 0x81, (byte) 0x00, (byte) 0xFD, (byte) 0x7F, (byte) 0x53, (byte) 0x81, (byte) 0x1D, (byte) 0x75, (byte) 0x12, (byte) 0x29, (byte) 0x52,
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,
130 (byte) 0xF7, (byte) 0x0D, (byte) 0x01, (byte) 0x03, (byte) 0x01, (byte) 0x30, (byte) 0x82, (byte) 0x01, (byte) 0x0C, (byte) 0x02, (byte) 0x81, (byte) 0x81, (byte) 0x00, (byte) 0xFD, (byte) 0x7F, (byte) 0x53, (byte) 0x81,
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,
148 (byte) 0x4B, (byte) 0x59, (byte) 0x41, (byte) 0xB6, (byte) 0xCB, (byte) 0xDF, (byte) 0x73, (byte) 0xE0, (byte) 0x01, (byte) 0x5A, (byte) 0x79, (byte) 0x0D, (byte) 0x8D, (byte) 0x08, (byte) 0xE6, (byte) 0x7F, (byte) 0x86,
149 (byte) 0x58, (byte) 0xCF, (byte) 0x7F, (byte) 0x4B, (byte) 0x2E, (byte) 0xDB, (byte) 0x4C, (byte) 0xDF, (byte) 0x75, (byte) 0xB5, (byte) (…)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
jid.cc 284 if (ch <= 0x7F) {
321 case 0x7F:
341 if (ch <= 0x7F) {
366 case 0x7F:
435 if (ch <= 0x7F) {
494 case 0x7B: case 0x7C: case 0x7D: case 0x7E: case 0x7F:
  /external/dropbear/libtomcrypt/src/ciphers/
kasumi.c 89 seven = (u16)(in&0x7F);
93 seven = (u16)(S7[seven] ^ (nine & 0x7F));
97 seven = (u16)(S7[seven] ^ (nine & 0x7F));
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 84 endValue |= ((value & 0x7F) << 7 * nr);// cut away left most bit
  /external/chromium/base/
basictypes.h 74 const int8 kint8max = (( int8) 0x7F);
  /external/chromium_org/base/
basictypes.h 73 const int8 kint8max = (( int8) 0x7F);
  /external/chromium_org/courgette/
disassembler_elf_32_x86_unittest.cc 36 EXPECT_EQ(0x7F, offset_p[0]);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ASCIICType.h 48 return !(c & ~0x7F);
  /external/chromium_org/third_party/cld/base/
basictypes.h 70 const int8 kint8max = (( int8) 0x7F);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-default.cc 123 if (!found && (b & ~0x7F) == 0x0580) {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8Test.java 91 assertInvalidUtf8(0xF0, 0xA4, 0xAD, 0x7F);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-default.cc 129 if (!found && (b & ~0x7F) == 0x0580) {
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 97 #define IPT_INV_MASK 0x7F /* All possible flag bits mask. */
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 68 #define IPT_INV_MASK 0x7F /* All possible flag bits mask. */
  /external/libgsm/src/
gsm_encode.c 361 *c++ = ((Nc[0] & 0x7F) << 1)
383 *c++ = ((Nc[1] & 0x7F) << 1)
405 *c++ = ((Nc[2] & 0x7F) << 1) /* 20 */
427 *c++ = ((Nc[3] & 0x7F) << 1)
gsm_implode.c 387 *c++ = ((Nc[0] & 0x7F) << 1)
420 *c++ = ((Nc[1] & 0x7F) << 1)
454 *c++ = ((Nc[2] & 0x7F) << 1) /* 20 */
488 *c++ = ((Nc[3] & 0x7F) << 1)
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 44 #define NFC_HAL_HCI_NETWK_CMD_TYPE_BP_CE_PIPE_INFO_OFFSET 0x7F
263 *p++ = ((1 << 0x07) | (NFC_HAL_HCI_ADMIN_PIPE & 0x7F));
309 pipe = (*p_data++) & 0x7F;
370 pipe = (*p_data++) & 0x7F;
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.h 129 #define PH_FRINFC_MIFARESTD_NFCSECT_ACS_BYTE6 0x7F /*!< Access Bit for Byte 6 in
phFriNfc_SmtCrdFmt.h 72 #define PH_FRINFC_SMTCRDFMT_MSTD_NFCFORUM_ACCESSBITS {0x7F,0x07,0x88}
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_mackeys.h 41 #define MK_POWER 0x7F
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzKeys.h 47 #define QZ_POWER 0x7F

Completed in 1044 milliseconds

1 2 3 4 56 7 8 91011>>