HomeSort by relevance Sort by last modified time
    Searched defs:UINT8 (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 30 typedef unsigned char UINT8;
  /external/libffi/include/
ffi_common.h 81 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 29 typedef unsigned char UINT8;
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 29 typedef unsigned char UINT8;
  /external/dhcpcd/
showlease.c 14 #define UINT8 (1 << 1)
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_garbage" }
    [all...]
dhcp.c 41 #define UINT8 (1 << 1)
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_garbage" }
    [all...]
  /external/jpeg/
jmorecfg.h 154 /* UINT8 must hold at least the values 0..255. */
157 typedef unsigned char UINT8;
160 typedef char UINT8;
162 typedef short UINT8;
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 156 /* UINT8 must hold at least the values 0..255. */
159 typedef unsigned char UINT8;
162 typedef char UINT8;
164 typedef short UINT8;
  /external/qemu/hw/
bt-sdp.c 773 #define UINT8(val) { \
843 ATTRIBUTE(DEVICE_SUBCLASS, UINT8(0x40))
844 ATTRIBUTE(COUNTRY_CODE, UINT8(0x15))
849 LIST(UINT8(0x22) ARRAY(
  /external/openssh/
umac.c 80 typedef u_int8_t UINT8; /* 1 byte */
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 nonce[8], UINT8 buf[8]
    [all...]

Completed in 246 milliseconds