/bootable/bootloader/legacy/include/msm7k/ |
gpio.h | 50 #define GPIO_OUT_0 GPIO1_REG(0x00) /* gpio 15-0 */ 51 #define GPIO_OUT_1 GPIO2_REG(0x00) /* gpio 42-16 */
|
/development/ndk/platforms/android-3/include/linux/ |
ip.h | 33 #define IPTOS_PREC_ROUTINE 0x00 43 #define IPOPT_CONTROL 0x00
|
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
UTF16CharsetEncoderTest.java | 117 return new byte[] { 0x00 }; 122 // return new byte[]{(byte)0xd8, 0x00}; 123 return new byte[] { (byte) 0x00, (byte) 0xd8 };
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 343 (byte) 0xA0, 0x03, 0x02, 0x01, 0x00, 376 0x03, 0x02, 0x00, 0x01, // subjectPublicKey 394 0x03, 0x02, 0x00, 0x01 }; 458 0x03, 0x02, 0x00, 0x01, // subjectPublicKey 474 0x01, 0x01, 0x00, // critical = FALSE 475 0x04, 0x02, 0x30, 0x00, // extnValue: MUST be empty sequence 492 0x03, 0x02, 0x00, 0x01 }; 536 0x03, 0x02, 0x00, 0x01 };
|
/external/bluetooth/bluez/tools/ |
hcieventmask.c | 45 uint8_t events[8] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x00, 0x00 };
|
/external/chromium/sdch/open-vcdiff/src/ |
varint_bigendian_test.cc | 138 StartEncodingTest(/* value */ 0x00, /* expected length */ 1); 139 ExpectEncodedByte(0x00); 182 ExpectEncodedByte(0x00); 245 const char zero_data[] = { 0x00 }; 247 EXPECT_EQ(0x00, VarintType::Parse(parse_data_ptr_ + 1, &parse_data_ptr_)); 295 const char parse_data_32_bits[] = { 0x88, 0x80, 0x80, 0x80, 0x00 }; 303 const char parse_data_32_bits[] = { 0x88, 0x80, 0x80, 0x80, 0x00 }; 344 0x00 };
|
/external/dropbear/libtomcrypt/src/modes/f8/ |
f8_test_mode.c | 26 static const unsigned char key[16] = { 0x23, 0x48, 0x29, 0x00, 0x84, 0x67, 0xbe, 0x18, 29 static const unsigned char IV[16] = { 0x00, 0x6e, 0x5c, 0xba, 0x50, 0x68, 0x1d, 0xe5,
|
/external/icu4c/i18n/ |
csrucode.cpp | 57 if (input[0] == 0xFF && input[1] == 0xFE && (input[2] != 0x00 || input[3] != 0x00)) {
|
/external/kernel-headers/original/linux/ |
ip.h | 38 #define IPTOS_PREC_ROUTINE 0x00 50 #define IPOPT_CONTROL 0x00
|
/external/libnfc-nxp/inc/ |
phNfcConfig.h | 105 0x00 00b 3.0 V, 470 * 0x00 ----> Default Pre-defined Configuration; 490 * 0x00 ----> Default Pre-defined Configuration; 495 #define NXP_NFC_IFC_TIMEOUT 0x00 504 #define NFC_ISO_15693_MULTIPLE_TAGS_SUPPORT 0x00
|
/external/libnfc-nxp/src/ |
phFriNfc_NdefRecord.h | 74 #define PH_FRINFC_NDEFRECORD_TNF_EMPTY ((uint8_t)0x00) /**< Empty Record, no type, ID or payload present. */ 114 #define PH_FRINFC_NDEFRECORD_BUF_TNF_VALUE ((uint8_t)0x00) /** \internal If TNF = Empty, Unknown and Unchanged, the id, type and payload length is ZERO */ 274 *<br>4. MB Bit is set to 1 and TNF bits are not set to 0x05 or 0x00 (unknown or Empty). However,Type Length equals 0. 279 *<br>9. Inconsistency between the calculated length of the message and the length provided by the caller.or if TNF bits are set to 0x00 or 0x05 or 0x06 (Empty,Unknown and Unchanged), but Type Length is not equal to zero 280 *<br>10.TNF bits are set to 0x00 (Empty), but Payload Length is not equal to zero. 281 *<br>11.TNF bits are set to 0x00 (Empty),but ID Length is not equal to zero. 342 *<br>2. TNF bits are set to 0x00 or 0x05 or 0x06 (Empty,Unknown and Unchanged), but Type Length is not 344 *<br>3. TNF bits are set to 0x00 (Empty),but Payload Length is not equal to 0. 345 *<br>4. TNF bits are set to 0x00 (Empty),but ID Length is not equal to 0.
|
phLlcNfc_Frame.h | 105 #define PH_LLCNFC_NR_START_BIT_POS (0x00) 113 #define PH_LLCNFC_SREJ_BYTE_VALUE (0x00)
|
/external/llvm/test/MC/ARM/ |
arm-arithmetic-aliases.s | 75 @ CHECK: subseq r2, r2, r3 @ encoding: [0x03,0x20,0x52,0x00] 76 @ CHECK: subseq r2, r2, r3 @ encoding: [0x03,0x20,0x52,0x00] 85 @ CHECK: addseq r2, r2, r3 @ encoding: [0x03,0x20,0x92,0x00] 86 @ CHECK: addseq r2, r2, r3 @ encoding: [0x03,0x20,0x92,0x00] 95 @ CHECK: andseq r2, r2, r3 @ encoding: [0x03,0x20,0x12,0x00] 96 @ CHECK: andseq r2, r2, r3 @ encoding: [0x03,0x20,0x12,0x00] 115 @ CHECK: eorseq r2, r2, r3 @ encoding: [0x03,0x20,0x32,0x00] 116 @ CHECK: eorseq r2, r2, r3 @ encoding: [0x03,0x20,0x32,0x00]
|
neont2-shift-encoding.s | 37 @ CHECK: vshr.u8 d16, d16, #8 @ encoding: [0xc8,0xff,0x30,0x00] 39 @ CHECK: vshr.u16 d16, d16, #16 @ encoding: [0xd0,0xff,0x30,0x00] 41 @ CHECK: vshr.u32 d16, d16, #32 @ encoding: [0xe0,0xff,0x30,0x00] 43 @ CHECK: vshr.u64 d16, d16, #64 @ encoding: [0xc0,0xff,0xb0,0x00] 45 @ CHECK: vshr.u8 q8, q8, #8 @ encoding: [0xc8,0xff,0x70,0x00] 47 @ CHECK: vshr.u16 q8, q8, #16 @ encoding: [0xd0,0xff,0x70,0x00] 49 @ CHECK: vshr.u32 q8, q8, #32 @ encoding: [0xe0,0xff,0x70,0x00] 51 @ CHECK: vshr.u64 q8, q8, #64 @ encoding: [0xc0,0xff,0xf0,0x00] 53 @ CHECK: vshr.s8 d16, d16, #8 @ encoding: [0xc8,0xef,0x30,0x00] 55 @ CHECK: vshr.s16 d16, d16, #16 @ encoding: [0xd0,0xef,0x30,0x00] [all...] |
/external/llvm/test/MC/X86/ |
x86_64-imm-widths.s | 4 // CHECK: encoding: [0x04,0x00] 5 addb $0x00, %al 20 // CHECK: encoding: [0x66,0x83,0xc0,0x00] 36 // CHECK: encoding: [0x83,0xc0,0x00] 44 // CHECK: encoding: [0x05,0x80,0xff,0x00,0x00] 48 // CHECK: encoding: [0x05,0xff,0xff,0x00,0x00] 60 // CHECK: encoding: [0x48,0x83,0xc0,0x00] 76 // CHECK: encoding: [0x48,0x83,0xc0,0x00] [all...] |
/external/skia/src/core/ |
SkFilterProc.h | 23 typedef unsigned (*SkFilterProc)(unsigned x00, unsigned x01, 68 typedef unsigned (*SkFilter32Proc)(uint32_t x00, uint32_t x01,
|
/external/tcpdump/ |
ip.h | 86 #define IPTOS_PREC_ROUTINE 0x00 95 #define IPOPT_CONTROL 0x00
|
ip6.h | 133 #define IP6OPT_PAD1 0x00 /* 00 0 00000 */ 152 #define IP6OPT_TYPE_SKIP 0x00
|
/external/wpa_supplicant/ |
eap_pax_common.h | 63 #define EAP_PAX_DH_GROUP_NONE 0x00 69 #define EAP_PAX_PUBLIC_KEY_NONE 0x00
|
/hardware/invensense/mlsdk/mlutils/ |
slave.h | 49 #define ACCEL_SLAVEADDR_INVALID 0x00 132 #define COMPASS_SLAVEADDR_INVALID 0x00
|
/libcore/luni/src/test/java/libcore/javax/crypto/spec/ |
AlgorithmParametersTestDH.java | 27 (byte) 0x00, (byte) 0xB8, (byte) 0xA4, (byte) 0x06, (byte) 0x10, 42 (byte) 0x00, (byte) 0x87, (byte) 0xE2, (byte) 0xD1, (byte) 0x8A,
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
ip.h | 33 #define IPTOS_PREC_ROUTINE 0x00 43 #define IPOPT_CONTROL 0x00
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
ip.h | 33 #define IPTOS_PREC_ROUTINE 0x00 43 #define IPOPT_CONTROL 0x00
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
ip.h | 33 #define IPTOS_PREC_ROUTINE 0x00 43 #define IPOPT_CONTROL 0x00
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
ip.h | 33 #define IPTOS_PREC_ROUTINE 0x00 43 #define IPOPT_CONTROL 0x00
|