Searched refs:uint8_t (Results 1 – 23 of 23) sorted by relevance
/bionic/libc/kernel/common/linux/mtd/ |
D | cfi.h | 40 uint8_t qry[3]; 46 uint8_t VccMin; 47 uint8_t VccMax; 49 uint8_t VppMin; 50 uint8_t VppMax; 51 uint8_t WordWriteTimeoutTyp; 52 uint8_t BufWriteTimeoutTyp; 54 uint8_t BlockEraseTimeoutTyp; 55 uint8_t ChipEraseTimeoutTyp; 56 uint8_t WordWriteTimeoutMax; [all …]
|
D | nand.h | 145 const uint8_t *dat, 146 uint8_t *ecc_code); 147 int (*correct)(struct mtd_info *mtd, uint8_t *dat, 149 uint8_t *read_ecc, 150 uint8_t *calc_ecc); 154 uint8_t *buf); 157 const uint8_t *buf); 170 uint8_t ecccalc[NAND_MAX_OOBSIZE]; 171 uint8_t ecccode[NAND_MAX_OOBSIZE]; 172 uint8_t oobwbuf[NAND_MAX_OOBSIZE]; [all …]
|
D | bbm.h | 29 uint8_t version[NAND_MAX_CHIPS]; 34 uint8_t *pattern; 64 uint8_t *bbt;
|
D | mtd.h | 77 uint8_t *datbuf; 79 uint8_t *oobbuf;
|
/bionic/libc/kernel/common/linux/ |
D | if_arcnet.h | 45 uint8_t proto; 46 uint8_t split_flag; 49 uint8_t payload[0]; 55 uint8_t proto; 56 uint8_t payload[0]; 62 uint8_t proto; 65 uint8_t payload[0]; 71 uint8_t proto; 72 uint8_t cookie[sizeof(int)]; 75 uint8_t ack; [all …]
|
D | pfkeyv2.h | 26 uint8_t sadb_msg_version; 27 uint8_t sadb_msg_type; 29 uint8_t sadb_msg_errno; 30 uint8_t sadb_msg_satype; 47 uint8_t sadb_sa_replay; 49 uint8_t sadb_sa_state; 50 uint8_t sadb_sa_auth; 51 uint8_t sadb_sa_encrypt; 69 uint8_t sadb_address_proto; 70 uint8_t sadb_address_prefixlen; [all …]
|
D | binder.h | 102 uint8_t buf[8];
|
/bionic/libc/include/netinet/ |
D | ip.h | 233 uint8_t ihl :4, 236 uint8_t version:4, 241 uint8_t tos; 245 uint8_t ttl; 246 uint8_t protocol; 253 uint8_t nexthdr; 254 uint8_t hdrlen; 258 uint8_t auth_data[0]; 264 uint8_t enc_data[0]; 268 uint8_t nexthdr; [all …]
|
D | ip_icmp.h | 67 uint8_t icmp_type; /* type of message, see below */ 68 uint8_t icmp_code; /* type sub code */ 71 uint8_t ih_pptr; /* ICMP_PARAMPROB */ 86 uint8_t irt_num_addrs; 87 uint8_t irt_wpa;
|
D | in6.h | 68 (((__const uint8_t *) (a))[0] == 0xff)
|
/bionic/libc/include/net/ |
D | if_ether.h | 150 extern const uint8_t etherbroadcastaddr[ETHER_ADDR_LEN]; 151 extern const uint8_t ethermulticastaddr_slowprotocols[ETHER_ADDR_LEN]; 152 extern const uint8_t ether_ipmulticast_min[ETHER_ADDR_LEN]; 153 extern const uint8_t ether_ipmulticast_max[ETHER_ADDR_LEN];
|
D | if_ieee1394.h | 54 uint8_t ibh_dhost[8]; 55 uint8_t ibh_shost[8];
|
/bionic/libc/upstream-netbsd/common/lib/libc/inet/ |
D | inet_addr.c | 131 uint8_t parts[4]; in inet_aton() 132 uint8_t *pp = parts; in inet_aton()
|
/bionic/libc/include/ |
D | stdint.h | 43 typedef __uint8_t uint8_t; typedef 58 typedef uint8_t uint_least8_t; 59 typedef uint8_t uint_fast8_t;
|
/bionic/libc/netbsd/resolv/ |
D | res_cache.c | 312 _bprint_hexdump( char* p, char* end, const uint8_t* data, int datalen ) in _bprint_hexdump() 470 const uint8_t* base; 471 const uint8_t* end; 472 const uint8_t* cursor; 476 _dnsPacket_init( DnsPacket* packet, const uint8_t* buff, int bufflen ) in _dnsPacket_init() 492 const uint8_t* p = packet->cursor + count; in _dnsPacket_skip() 503 const uint8_t* p = packet->cursor; in _dnsPacket_readInt16() 521 const uint8_t* p = packet->cursor; in _dnsPacket_checkBytes() 540 const uint8_t* p = packet->cursor; in _dnsPacket_checkQName() 541 const uint8_t* end = packet->end; in _dnsPacket_checkQName() [all …]
|
/bionic/libc/kernel/arch-mips/asm/ |
D | module.h | 30 typedef uint8_t Elf64_Byte;
|
/bionic/libc/include/sys/ |
D | types.h | 120 typedef uint8_t u_int8_t;
|
D | exec_elf.h | 55 typedef uint8_t Elf_Byte;
|
/bionic/libc/bionic/ |
D | malloc_debug_common.cpp | 116 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize, in get_malloc_leak_info() 156 *info = static_cast<uint8_t*>(dlmalloc(*overallSize)); in get_malloc_leak_info() 166 uint8_t* head = *info; in get_malloc_leak_info() 185 extern "C" void free_malloc_leak_info(uint8_t* info) { in free_malloc_leak_info()
|
D | pthread_create.cpp | 185 …void** tls = (void**)((uint8_t*)(thread->attr.stack_base) + stack_size - BIONIC_TLS_SLOTS * sizeof… in pthread_create()
|
D | libc_logging.cpp | 360 case 1: value = (uint8_t) va_arg(args, int); break; in out_vformat()
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
D | sha1.c | 84 uint8_t c[64]; 150 void SHA1Transform(uint32_t state[5], const uint8_t buffer[64]) in SHA1Transform() 238 void SHA1Update(SHA1_CTX *context, const uint8_t *data, unsigned int len) in SHA1Update() 265 void SHA1Final(uint8_t digest[20], SHA1_CTX *context) in SHA1Final() 268 uint8_t finalcount[8]; in SHA1Final() 274 finalcount[i] = (uint8_t)((context->count[(i >= 4 ? 0 : 1)] in SHA1Final() 277 SHA1Update(context, (const uint8_t *)"\200", 1); in SHA1Final() 279 SHA1Update(context, (const uint8_t *)"\0", 1); in SHA1Final() 284 digest[i] = (uint8_t) in SHA1Final()
|
/bionic/libc/kernel/common/mtd/ |
D | mtd-abi.h | 61 uint8_t type;
|