/external/libnfc-nxp/src/ |
D | phFriNfc_NdefMap.h | 259 uint8_t state; 261 uint8_t cr_index; 263 uint8_t ndef_seq; 272 uint8_t ndef_tlv_type_byte; 275 uint8_t store_read_data[ISO15693_MAX_DATA_TO_STORE]; 276 uint8_t store_length; 279 uint8_t read_capabilities; 298 uint8_t CurBlockNo; 301 uint8_t NoBlocksWritten; 304 uint8_t Wr_BytesRemained; /* No of bytes to pad*/ [all …]
|
D | phFriNfc_NdefRecord.h | 74 #define PH_FRINFC_NDEFRECORD_TNF_EMPTY ((uint8_t)0x00) /**< Empty Record, no type, ID or pa… 75 #define PH_FRINFC_NDEFRECORD_TNF_NFCWELLKNOWN ((uint8_t)0x01) /**< NFC well-known type (RTD). */ 76 #define PH_FRINFC_NDEFRECORD_TNF_MEDIATYPE ((uint8_t)0x02) /**< Media Type. */ 77 #define PH_FRINFC_NDEFRECORD_TNF_ABSURI ((uint8_t)0x03) /**< Absolute URI. */ 78 #define PH_FRINFC_NDEFRECORD_TNF_NFCEXT ((uint8_t)0x04) /**< Nfc Extenal Type (following the… 79 #define PH_FRINFC_NDEFRECORD_TNF_UNKNOWN ((uint8_t)0x05) /**< Unknown type; Contains no Type … 80 #define PH_FRINFC_NDEFRECORD_TNF_UNCHANGED ((uint8_t)0x06) /**< Unchanged: Used for Chunked Rec… 81 #define PH_FRINFC_NDEFRECORD_TNF_RESERVED ((uint8_t)0x07) /**< RFU, must not be used. */ 93 #define PH_FRINFC_NDEFRECORD_FLAGS_MB ((uint8_t)0x80) /**< This marks the begin of a NDEF Me… 94 #define PH_FRINFC_NDEFRECORD_FLAGS_ME ((uint8_t)0x40) /**< Set if the record is at the Messa… [all …]
|
D | phFriNfc_SmtCrdFmt.h | 124 uint8_t CCBytes[5]; 125 uint8_t UID[4]; 126 uint8_t CCByteIndex; 144 uint8_t OTPBytes[4]; 146 uint8_t LockBytes[4]; 149 uint8_t ReadData[16]; 150 uint8_t ReadDataIndex; 151 uint8_t DynLockBytes[4]; 152 uint8_t BytesLockedPerLockBit; 153 uint8_t LockBytesPerPage; [all …]
|
D | phFriNfc_ISO15693Format.c | 131 uint8_t *p_recv_buf, 132 uint8_t recv_length); 138 uint8_t command, 139 uint8_t *p_data, 140 uint8_t data_length); 149 uint8_t command, in phFriNfc_ISO15693_H_FmtReadWrite() 150 uint8_t *p_data, in phFriNfc_ISO15693_H_FmtReadWrite() 151 uint8_t data_length) in phFriNfc_ISO15693_H_FmtReadWrite() 154 uint8_t send_index = 0; in phFriNfc_ISO15693_H_FmtReadWrite() 169 *(psNdefSmtCrdFmt->SendRecvBuf + send_index) = (uint8_t)ISO15693_FMT_FLAGS; in phFriNfc_ISO15693_H_FmtReadWrite() [all …]
|
D | phFriNfc_LlcpTransport.h | 81 uint8_t nErrCode); 98 uint8_t nErrCode, 139 uint8_t ssap, 164 uint8_t socket_sSap; 165 uint8_t socket_dSap; 168 uint8_t remoteRW; 169 uint8_t localRW; 172 uint8_t index; 175 uint8_t nTid; 204 uint8_t socket_VS; [all …]
|
D | phHciNfc_NfcIPMgmt.h | 120 uint8_t atr_res_info[NFCIP_ATR_MAX_LENGTH]; 121 uint8_t atr_res_length; 124 uint8_t atr_req_info[NFCIP_ATR_MAX_LENGTH]; 125 uint8_t atr_req_length; 130 uint8_t linkstatus; 133 uint8_t nfcid3i_length; 134 uint8_t nfcid3i[NFCIP_NFCID_LENGTH]; 137 uint8_t nfcid3t_length; 138 uint8_t nfcid3t[NFCIP_NFCID_LENGTH]; 160 uint8_t nfcip_mode; [all …]
|
D | phHciNfc_Generic.h | 115 ( ( (((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE )? \ 119 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \ 127 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \ 302 uint8_t *data, 304 uint8_t length 522 uint8_t msg_header; 524 uint8_t payload[PHHCINFC_MAX_PACKET_DATA - 1]; 530 uint8_t hcp_header; 537 uint8_t payload[PHHCINFC_MAX_PACKET_DATA]; 545 uint8_t host_id; [all …]
|
/external/qemu/hw/ |
D | smbios.h | 18 uint8_t *smbios_get_table(size_t *length); 26 uint8_t type; 27 uint8_t length; 34 uint8_t vendor_str; 35 uint8_t bios_version_str; 37 uint8_t bios_release_date_str; 38 uint8_t bios_rom_size; 39 uint8_t bios_characteristics[8]; 40 uint8_t bios_characteristics_extension_bytes[2]; 41 uint8_t system_bios_major_release; [all …]
|
D | bt.h | 28 uint8_t b[6]; 79 uint8_t key[16]; 81 uint8_t class[3]; 83 uint8_t reject_reason; 91 void (*lmp_acl_data)(struct bt_link_s *link, const uint8_t *data, 93 void (*lmp_acl_resp)(struct bt_link_s *link, const uint8_t *data, 143 uint8_t *(*sdu_out)(struct bt_l2cap_conn_params_s *chan, int len); 148 void (*sdu_in)(void *opaque, const uint8_t *data, int len); 446 uint8_t lap[3]; 447 uint8_t length; /* 1.28s units */ [all …]
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | WProgram.h | 22 unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L); 24 void tone(uint8_t _pin, unsigned int frequency, unsigned long duration = 0); 25 void noTone(uint8_t _pin); 34 const static uint8_t A0 = 54; 35 const static uint8_t A1 = 55; 36 const static uint8_t A2 = 56; 37 const static uint8_t A3 = 57; 38 const static uint8_t A4 = 58; 39 const static uint8_t A5 = 59; 40 const static uint8_t A6 = 60; [all …]
|
D | HardwareSerial.h | 35 volatile uint8_t *_ubrrh; 36 volatile uint8_t *_ubrrl; 37 volatile uint8_t *_ucsra; 38 volatile uint8_t *_ucsrb; 39 volatile uint8_t *_udr; 40 uint8_t _rxen; 41 uint8_t _txen; 42 uint8_t _rxcie; 43 uint8_t _udre; 44 uint8_t _u2x; [all …]
|
D | wiring.h | 93 #define lowByte(w) ((uint8_t) ((w) & 0xff)) 94 #define highByte(w) ((uint8_t) ((w) >> 8)) 106 typedef uint8_t boolean; 107 typedef uint8_t byte; 111 void pinMode(uint8_t, uint8_t); 112 void digitalWrite(uint8_t, uint8_t); 113 int digitalRead(uint8_t); 114 int analogRead(uint8_t); 115 void analogReference(uint8_t mode); 116 void analogWrite(uint8_t, int); [all …]
|
/external/webp/src/dsp/ |
D | dsp.h | 55 typedef void (*VP8Idct)(const uint8_t* ref, const int16_t* in, uint8_t* dst, 57 typedef void (*VP8Fdct)(const uint8_t* src, const uint8_t* ref, int16_t* out); 65 typedef void (*VP8IntraPreds)(uint8_t *dst, const uint8_t* left, 66 const uint8_t* top); 67 typedef void (*VP8Intra4Preds)(uint8_t *dst, const uint8_t* top); 72 typedef int (*VP8Metric)(const uint8_t* pix, const uint8_t* ref); 74 typedef int (*VP8WMetric)(const uint8_t* pix, const uint8_t* ref, 78 typedef void (*VP8BlockCopy)(const uint8_t* src, uint8_t* dst); 88 typedef void (*VP8CHisto)(const uint8_t* ref, const uint8_t* pred, 99 typedef void (*VP8DecIdct)(const int16_t* coeffs, uint8_t* dst); [all …]
|
D | yuv.h | 59 extern uint8_t VP8kClip[YUV_RANGE_MAX - YUV_RANGE_MIN]; 60 extern uint8_t VP8kClip4Bits[YUV_RANGE_MAX - YUV_RANGE_MIN]; 62 static WEBP_INLINE void VP8YuvToRgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgb() 63 uint8_t* const rgb) { in VP8YuvToRgb() 72 static WEBP_INLINE void VP8YuvToRgb565(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToRgb565() 73 uint8_t* const rgb) { in VP8YuvToRgb565() 77 const uint8_t rg = ((VP8kClip[y + r_off - YUV_RANGE_MIN] & 0xf8) | in VP8YuvToRgb565() 79 const uint8_t gb = (((VP8kClip[y + g_off - YUV_RANGE_MIN] << 3) & 0xe0) | in VP8YuvToRgb565() 90 static WEBP_INLINE void VP8YuvToArgb(uint8_t y, uint8_t u, uint8_t v, in VP8YuvToArgb() 91 uint8_t* const argb) { in VP8YuvToArgb() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.cpp | 47 uint8_t convertColor16LittleTo8(uint16_t value) in convertColor16LittleTo8() 52 uint8_t convertColor16BigTo8(uint16_t value) in convertColor16BigTo8() 54 return static_cast<uint8_t>(value & 0x00FF); in convertColor16BigTo8() 174 Vector<uint8_t>& data) in extractImageData() 200 Vector<uint8_t>& data) in extractImageData() 238 Vector<uint8_t>& data) in extractTextureData() 307 if (!packPixels(static_cast<const uint8_t*>(pixels), in extractTextureData() 333 uint8_t* tempRow = new uint8_t[validRowBytes]; in flipVertically() 334 uint8_t* data = static_cast<uint8_t*>(imageData); in flipVertically() 336 uint8_t* lowRow = data + (totalRowBytes * i); in flipVertically() [all …]
|
/external/webp/include/webp/ |
D | decode.h | 43 WEBP_EXTERN(int) WebPGetInfo(const uint8_t* data, size_t data_size, 51 WEBP_EXTERN(uint8_t*) WebPDecodeRGBA(const uint8_t* data, size_t data_size, 55 WEBP_EXTERN(uint8_t*) WebPDecodeARGB(const uint8_t* data, size_t data_size, 59 WEBP_EXTERN(uint8_t*) WebPDecodeBGRA(const uint8_t* data, size_t data_size, 64 WEBP_EXTERN(uint8_t*) WebPDecodeRGB(const uint8_t* data, size_t data_size, 68 WEBP_EXTERN(uint8_t*) WebPDecodeBGR(const uint8_t* data, size_t data_size, 81 WEBP_EXTERN(uint8_t*) WebPDecodeYUV(const uint8_t* data, size_t data_size, 83 uint8_t** u, uint8_t** v, 94 WEBP_EXTERN(uint8_t*) WebPDecodeRGBAInto( 95 const uint8_t* data, size_t data_size, [all …]
|
/external/kernel-headers/original/linux/mtd/ |
D | cfi.h | 98 uint8_t qry[3]; 103 uint8_t VccMin; 104 uint8_t VccMax; 105 uint8_t VppMin; 106 uint8_t VppMax; 107 uint8_t WordWriteTimeoutTyp; 108 uint8_t BufWriteTimeoutTyp; 109 uint8_t BlockEraseTimeoutTyp; 110 uint8_t ChipEraseTimeoutTyp; 111 uint8_t WordWriteTimeoutMax; [all …]
|
/external/libnfc-nxp/inc/ |
D | phNfcTypes.h | 81 typedef unsigned char uint8_t; /**< \ingroup grp_nfc_common typedef 113 typedef uint8_t utf8_t; /**< \ingroup grp_nfc_common 116 typedef uint8_t bool_t; /**< \ingroup grp_nfc_common 221 uint8_t *buffer; 332 uint8_t model_id; /**< \ingroup grp_hal_common 334 uint8_t hci_version; /**< \ingroup grp_hal_common 338 uint8_t full_version[NXP_FULL_VERSION_LEN]; 551 uint8_t Uid[PHHAL_MAX_UID_LENGTH]; /**< UID information of the TYPE A 553 … uint8_t UidLength; /**< UID information length, shall not be greater 555 uint8_t AppData[PHHAL_MAX_ATR_LENGTH]; /**< Application data information of the [all …]
|
/external/arduino/libraries/Wire/ |
D | Wire.h | 30 static uint8_t rxBuffer[]; 31 static uint8_t rxBufferIndex; 32 static uint8_t rxBufferLength; 34 static uint8_t txAddress; 35 static uint8_t txBuffer[]; 36 static uint8_t txBufferIndex; 37 static uint8_t txBufferLength; 39 static uint8_t transmitting; 43 static void onReceiveService(uint8_t*, int); 47 void begin(uint8_t); [all …]
|
D | Wire.cpp | 31 uint8_t TwoWire::rxBuffer[BUFFER_LENGTH]; 32 uint8_t TwoWire::rxBufferIndex = 0; 33 uint8_t TwoWire::rxBufferLength = 0; 35 uint8_t TwoWire::txAddress = 0; 36 uint8_t TwoWire::txBuffer[BUFFER_LENGTH]; 37 uint8_t TwoWire::txBufferIndex = 0; 38 uint8_t TwoWire::txBufferLength = 0; 40 uint8_t TwoWire::transmitting = 0; 63 void TwoWire::begin(uint8_t address) in begin() 73 begin((uint8_t)address); in begin() [all …]
|
/external/android-clat/ |
D | icmp.h | 25 uint8_t icmp_guess_ttl(uint8_t ttl); 28 int is_icmp_error(uint8_t type); 31 int is_icmp6_error(uint8_t type); 34 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code); 37 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code); 40 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code); 43 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code);
|
/external/qemu/android/camera/ |
D | camera-format-converters.c | 80 #define R16(rgb) (uint8_t)((rgb) & kRed5) 81 #define G16(rgb) (uint8_t)(((rgb) & kGreen6) >> 5) 82 #define B16(rgb) (uint8_t)(((rgb) & kBlue5) >> 11) 84 #define R16_32(rgb) (uint8_t)((((rgb) & kRed5) << 3) | (((rgb) & kRed5) >> 2)) 85 #define G16_32(rgb) (uint8_t)((((rgb) & kGreen6) >> 3) | (((rgb) & kGreen6) >> 9)) 86 #define B16_32(rgb) (uint8_t)((((rgb) & kBlue5) >> 8) | (((rgb) & kBlue5) >> 14)) 88 #define R32(rgb) (uint8_t)((rgb) & kRed8) 89 #define G32(rgb) (uint8_t)((((rgb) & kGreen8) >> 8) & 0xff) 90 #define B32(rgb) (uint8_t)((((rgb) & kBlue8) >> 16) & 0xff) 97 #define R16(rgb) (uint8_t)(((rgb) & kRed5) >> 11) [all …]
|
/external/arduino/libraries/Wire/utility/ |
D | twi.h | 46 void twi_setAddress(uint8_t); 47 uint8_t twi_readFrom(uint8_t, uint8_t*, uint8_t); 48 uint8_t twi_writeTo(uint8_t, uint8_t*, uint8_t, uint8_t); 49 uint8_t twi_transmit(uint8_t*, uint8_t); 50 void twi_attachSlaveRxEvent( void (*)(uint8_t*, int) ); 52 void twi_reply(uint8_t);
|
/external/llvm/include/llvm/CodeGen/ |
D | JITCodeEmitter.h | 74 const uint8_t *Buffer, size_t Size, 80 void emitByte(uint8_t B) { in emitByte() 90 *CurBufferPtr++ = (uint8_t)(W >> 0); in emitWordLE() 91 *CurBufferPtr++ = (uint8_t)(W >> 8); in emitWordLE() 92 *CurBufferPtr++ = (uint8_t)(W >> 16); in emitWordLE() 93 *CurBufferPtr++ = (uint8_t)(W >> 24); in emitWordLE() 104 *CurBufferPtr++ = (uint8_t)(W >> 24); in emitWordBE() 105 *CurBufferPtr++ = (uint8_t)(W >> 16); in emitWordBE() 106 *CurBufferPtr++ = (uint8_t)(W >> 8); in emitWordBE() 107 *CurBufferPtr++ = (uint8_t)(W >> 0); in emitWordBE() [all …]
|
D | MachineCodeEmitter.h | 57 uint8_t *BufferBegin, *BufferEnd; 63 uint8_t *CurBufferPtr; 84 void emitByte(uint8_t B) { in emitByte() 104 static void emitWordLEInto(uint8_t *&Buf, uint32_t W) { in emitWordLEInto() 105 *Buf++ = (uint8_t)(W >> 0); in emitWordLEInto() 106 *Buf++ = (uint8_t)(W >> 8); in emitWordLEInto() 107 *Buf++ = (uint8_t)(W >> 16); in emitWordLEInto() 108 *Buf++ = (uint8_t)(W >> 24); in emitWordLEInto() 116 *CurBufferPtr++ = (uint8_t)(W >> 24); in emitWordBE() 117 *CurBufferPtr++ = (uint8_t)(W >> 16); in emitWordBE() [all …]
|