Searched defs:UINT8 (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h33 typedef uint8_t UINT8; 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/dhcpcd/
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...]
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...]
/external/jpeg/
H A Djmorecfg.h159 /* UINT8 must hold at least the values 0..255. */
162 typedef uint8_t UINT8; typedef
165 typedef char UINT8; typedef
167 typedef short UINT8; typedef
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h137 /* UINT8 must hold at least the values 0..255. */
140 typedef unsigned char UINT8; typedef
143 typedef char UINT8; typedef
145 typedef short UINT8; typedef
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmorecfg.h137 /* UINT8 must hold at least the values 0..255. */
140 typedef unsigned char UINT8; typedef
143 typedef char UINT8; typedef
145 typedef short UINT8; typedef
/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/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py85 UINT8 = Kind('u8') variable
112 UINT8,
/external/chromium_org/third_party/libjpeg_turbo/
H A Djmorecfg.h134 /* UINT8 must hold at least the values 0..255. */
137 typedef unsigned char UINT8; typedef
140 typedef char UINT8; typedef
142 typedef short UINT8; typedef
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h31 typedef unsigned char UINT8, *PUINT8; typedef
605 (static_cast<UINT32>(static_cast<UINT8>(d)) << 24) | \
606 (static_cast<UINT32>(static_cast<UINT8>(c)) << 16) | \
607 (static_cast<UINT32>(static_cast<UINT8>(b)) << 8) | \
608 static_cast<UINT32>(static_cast<UINT8>(a)))
2271 UINT8 breakConditionBefore : 2;
2276 UINT8 breakConditionAfter : 2;
2282 UINT8 isWhitespace : 1;
2288 UINT8 isSoftHyphen : 1;
2290 UINT8 paddin
[all...]

Completed in 259 milliseconds