Searched defs:UINT8 (Results 1 - 10 of 10) sorted by path

/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h30 typedef unsigned char UINT8; typedef
/external/dhcpcd/
H A Ddhcp.c41 #define UINT8 (1 << 1) macro
99 { 19, UINT8, "ip_forwarding" },
100 { 20, UINT8, "non_local_source_routing" },
107 { 27, UINT8, "all_subnets_local" },
109 { 29, UINT8, "perform_mask_discovery" },
110 { 30, UINT8, "mask_supplier" },
111 { 31, UINT8, "router_discovery" },
113 { 34, UINT8, "trailer_encapsulation" },
116 { 37, UINT8, "default_tcp_ttl" },
118 { 39, UINT8, "tcp_keepalive_garbag
[all...]
H A Dshowlease.c14 #define UINT8 (1 << 1) macro
52 { 19, UINT8, "ip_forwarding" },
53 { 20, UINT8, "non_local_source_routing" },
60 { 27, UINT8, "all_subnets_local" },
62 { 29, UINT8, "perform_mask_discovery" },
63 { 30, UINT8, "mask_supplier" },
64 { 31, UINT8, "router_discovery" },
67 { 34, UINT8, "trailer_encapsulation" },
70 { 37, UINT8, "default_tcp_ttl" },
72 { 39, UINT8, "tcp_keepalive_garbag
[all...]
/external/jpeg/
H A Djmorecfg.h154 /* UINT8 must hold at least the values 0..255. */
157 typedef unsigned char UINT8; typedef
160 typedef char UINT8; typedef
162 typedef short UINT8; typedef
/external/libffi/include/
H A Dffi_common.h81 typedef unsigned int UINT8 __attribute__((__mode__(__QI__))); typedef
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h29 typedef unsigned char UINT8; typedef
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h29 typedef unsigned char UINT8; typedef
/external/openssh/
H A Dumac.c80 typedef u_int8_t UINT8; /* 1 byte */ typedef
187 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes)
189 UINT8 in_buf[AES_BLOCK_LEN] = {0};
190 UINT8 out_buf[AES_BLOCK_LEN];
191 UINT8 *dst_buf = (UINT8 *)bufp;
218 UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
219 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
225 UINT8 buf[UMAC_KEY_LEN];
235 static void pdf_gen_xor(pdf_ctx *pc, UINT8 nonc
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmorecfg.h156 /* UINT8 must hold at least the values 0..255. */
159 typedef unsigned char UINT8; typedef
162 typedef char UINT8; typedef
164 typedef short UINT8; typedef
/external/qemu/hw/
H A Dbt-sdp.c773 #define UINT8(val) { \ macro
843 ATTRIBUTE(DEVICE_SUBCLASS, UINT8(0x40))
844 ATTRIBUTE(COUNTRY_CODE, UINT8(0x15))
849 LIST(UINT8(0x22) ARRAY(

Completed in 329 milliseconds