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

  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 33 typedef uint8_t UINT8;
  /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 159 /* UINT8 must hold at least the values 0..255. */
162 typedef uint8_t UINT8;
165 typedef char UINT8;
167 typedef short UINT8;
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 85 UINT8 = Kind('u8')
112 UINT8,
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 134 /* UINT8 must hold at least the values 0..255. */
137 typedef unsigned char UINT8;
140 typedef char UINT8;
142 typedef short UINT8;

Completed in 441 milliseconds