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

  /external/libffi/include/
ffi_common.h 81 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/libvpx/vp8/common/
type_aliases.h 78 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)
98 { 19, UINT8, "ip_forwarding" },
99 { 20, UINT8, "non_local_source_routing" },
106 { 27, UINT8, "all_subnets_local" },
108 { 29, UINT8, "perform_mask_discovery" },
109 { 30, UINT8, "mask_supplier" },
110 { 31, UINT8, "router_discovery" },
112 { 34, UINT8, "trailer_encapsulation" },
115 { 37, UINT8, "default_tcp_ttl" },
117 { 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/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(
  /device/moto/stingray/recovery/
masterclear_bp.h 59 typedef unsigned char UINT8; /**< Unsigned 8 bit integer */
113 UINT8 reserved1 : 7; /**< Reserved */
114 UINT8 cmd_rsp_flag : 1; /**< Command/Response Flag */
115 UINT8 seq_tag; /**< Sequence Tag */
117 UINT8 reserved2; /**< Reserved */
118 UINT8 no_rsp_reqd_flag : 1; /**< No Response Required Flag */
119 UINT8 reserved3 : 7; /**< Reserved */
127 UINT8 unsol_rsp_flag : 1; /**< Unsolicited Response Flag */
128 UINT8 data_flag : 1; /**< Response Data Flag */
129 UINT8 fail_flag : 1; /**< Fail Flag *
    [all...]

Completed in 667 milliseconds