HomeSort by relevance Sort by last modified time
    Searched defs:UINT8 (Results 1 - 14 of 14) 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/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 27 UINT8 = Kind('u8')
48 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/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 137 /* UINT8 must hold at least the values 0..255. */
140 typedef unsigned char UINT8;
143 typedef char UINT8;
145 typedef short UINT8;
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 137 /* UINT8 must hold at least the values 0..255. */
140 typedef unsigned char UINT8;
143 typedef char UINT8;
145 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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 34 typedef unsigned char UINT8,*PUINT8;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 31 typedef unsigned char UINT8, *PUINT8;
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)))
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 51 milliseconds