/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_test.c | 39 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 52 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 65 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 68 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 79 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 82 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 94 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 97 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 110 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 113 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
matrox_regs.h | 127 #define MGADWG_AUTOLINE_CLOSE 0x03 146 #define MGADWG_ZI ( 0x03 << 4 ) 157 #define MGADWG_ZNE ( 0x03 << 8 ) 188 #define MGADWG_BU32BGR ( 0x03 << 25 ) 219 #define MGA1064_OPT_SYS_CLK_MSK ( 0x03 << 0 ) 242 #define TVP3026_RADR_PAL 0x03 293 #define MGA1064_RADR_PAL 0x03 323 #define MGA1064_MUL_CTL_24bits 0x03 336 #define MGA1064_PIX_CLK_CTL_SEL_MSK ( 0x03 << 0 ) 342 #define MGA1064_MISC_CTL_DIS_CON ( 0x03 << 1 [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
X509CertSelectorTest.java | 121 0x06, 0x02, 0x03, 0x05,//OID 123 0x03, 0x03, 0x01, 0x01, 0x06, // subjectPublicKey
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareULMap.h | 108 #define PH_FRINFC_NDEFMAP_MFUL_NDEFTLV_T 0x03 /*!< Type value of TLV = 0x03 */ 141 #define PH_FRINFC_NDEFMAP_MFUL_BYTE3 0x03 /*!< Byte number 3 */ 146 #define PH_FRINFC_NDEFMAP_MFUL_BLOCK3 0x03 /*!< Block number 3 */
|
phLlcNfc_Frame.h | 103 #define PH_LLCNFC_NS_START_BIT_POS (0x03) 107 #define PH_LLCNFC_NR_NS_NO_OF_BITS (0x03) 109 #define PH_LLCNFC_S_FRAME_TYPE_POS (0x03)
|
phHciNfc_AdminMgmt.h | 63 #define EVT_HOT_PLUG 0x03
|
phLlcNfc_Timer.h | 51 #define PH_LLCNFC_MAX_RETRY_COUNT (0x03) /**< Retries */
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-base64.js | 52 result += toBase64Table[((data[i] & 0x03) << 4) + (data[i+1] >> 4)]; 62 result += toBase64Table[((data[i] & 0x03) << 4) + (data[i+1] >> 4)]; 66 result += toBase64Table[(data[i] & 0x03) << 4];
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-base64.js | 52 result += toBase64Table[((data.charCodeAt(i) & 0x03) << 4) + (data.charCodeAt(i+1) >> 4)]; 62 result += toBase64Table[((data.charCodeAt(i) & 0x03) << 4) + (data.charCodeAt(i+1) >> 4)]; 66 result += toBase64Table[(data.charCodeAt(i) & 0x03) << 4];
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_byte_stream.c | 143 if ( (byte == 0x03) && (zeroCount == 2) ) 200 if ((zeroCount == 2) && (*readPtr == 0x03)) 203 * following bytes: 0x00, 0x01, 0x02, 0x03. This implies that 204 * emulation prevention 0x03 byte shall not be the last byte 206 if ( (i == 0) || (*(readPtr+1) > 0x03) )
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
bcmcdc.h | 75 #define BDC_FLAG__UNUSED 0x03 88 #define BDC_FLAG_PAD_MASK 0x03 92 #define BDC_FLAG_PAD_IDX 0x03
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmcdc.h | 75 #define BDC_FLAG__UNUSED 0x03 88 #define BDC_FLAG_PAD_MASK 0x03 92 #define BDC_FLAG_PAD_IDX 0x03
|
/bionic/libc/kernel/common/linux/ |
hidraw.h | 31 #define HIDIOCGRAWINFO _IOR('H', 0x03, struct hidraw_devinfo)
|
akm8975.h | 27 #define AK8975_REG_HXL 0x03 48 #define ECS_IOCTL_READ _IOWR(AKMIO, 0x03, char[5])
|
kxtf9.h | 47 #define OWUF200 0x03 61 #define ODR100 0x03
|
/cts/tools/dex-tools/src/dex/structure/ |
DexEncodedValueType.java | 41 * VALUE_CHAR 0x03 size - 1 (0...1) ubyte[size] 46 VALUE_CHAR((byte) 0x03),
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_tcp.h | 28 #define IP_CT_TCP_FLAG_CLOSE_INIT 0x03
|
/external/libpcap/ |
llc.h | 38 #define LLCSAP_8021B_G 0x03
|
/frameworks/base/media/libdrm/mobile1/include/xml/ |
wbxml_tinyparser.h | 46 #define REL_CHECK_WBXML_HEADER(x) ((x != NULL) && (x[0] == 0x03) && (x[1] == 0x0E) && (x[2] == 0x6A))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
audio.h | 26 #define USB_SUBCLASS_MIDISTREAMING 0x03
|
/external/chromium/crypto/ |
signature_verifier_unittest.cc | 26 0x30, 0x82, 0x03, 0xf5, // a SEQUENCE of length 1013 (0x3f5) 27 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x03, 0x43, 0xdd, 0x63, 0x30, 0x0d, 29 0x00, 0x30, 0x81, 0xca, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 30 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 32 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 34 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x47, 0x6f, 0x44, 0x61, 0x64, 36 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x2a, 0x68, 40 0x69, 0x74, 0x6f, 0x72, 0x79, 0x31, 0x30, 0x30, 0x2e, 0x06, 0x03, 0x55, 41 0x04, 0x03, 0x13, 0x27, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64, 0x79 [all...] |
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_test.c | 38 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 57 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 75 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 81 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 95 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 101 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 107 0x70, 0x03, 0xeb, 0x55}, 117 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 123 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 142 { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07 [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_host_state_unittest.cc | 19 0x30, 0x82, 0x03, 0x21, 0x30, 0x82, 0x02, 0x8a, 0xa0, 0x03, 0x02, 0x01, 23 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x5a, 24 0x41, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 27 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 28 0x03, 0x13, 0x0d, 0x54, 0x68, 0x61, 0x77, 0x74, 0x65, 0x20, 0x53, 0x47, 32 0x30, 0x68, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 33 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 35 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0d, 0x4d, 37 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47 [all...] |
/external/e2fsprogs/lib/ext2fs/ |
dosio.h | 77 #define DISK_WRITE 0x03 111 #define HW_WRITE_PROT() ((unsigned char)_dio_hw_error == 0x03)
|
/external/kernel-headers/original/linux/ |
akm8975.h | 28 #define AK8975_REG_HXL 0x03 56 #define ECS_IOCTL_READ _IOWR(AKMIO, 0x03, char[5])
|