Searched defs:uint16_t (Results 51 - 74 of 74) sorted by path

123

/external/libexif/contrib/watcom/
H A D_stdint.h5 typedef unsigned short uint16_t; typedef
/external/libmtp/src/
H A Dlibmtp.h49 typedef unsigned __int16 uint16_t; typedef
442 typedef uint16_t (* MTPDataGetFunc) (void* params, void* priv,
457 typedef uint16_t (* MTPDataPutFunc) (void* params, void* priv,
478 uint16_t vendor_id; /**< Vendor ID for this device */
480 uint16_t product_id; /**< Product ID for this device */
515 uint16_t u16max;
516 uint16_t u16min;
517 uint16_t u16step;
518 uint16_t* u16vals;
542 uint16_t num_entrie
[all...]
/external/libnfc-nxp/inc/
H A DphNfcTypes.h87 typedef unsigned short uint16_t; /**< \ingroup grp_nfc_common typedef
119 typedef uint16_t NFCSTATUS; /**< \ingroup grp_nfc_common
744 uint16_t MaxFrameLength;
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h24 typedef unsigned short uint16_t; typedef
/external/llvm/include/llvm/Support/
H A DDataTypes.h111 typedef unsigned short uint16_t; typedef
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h757 typedef UINT16 uint16_t; typedef
774 typedef uint16_t uint_least16_t;
784 typedef uint16_t uint_fast16_t;
H A Ddns_sd.h116 typedef UINT16 uint16_t; typedef
128 typedef UINT16 uint16_t; typedef
1033 uint16_t port, /* In network byte order */
1034 uint16_t txtLen,
1084 uint16_t rrtype,
1085 uint16_t rdlen,
1125 uint16_t rdlen,
1335 uint16_t port, /* In network byte order */
1336 uint16_t txtLen,
1452 uint16_t rrtyp
[all...]
/external/mesa3d/include/c99/
H A Dstdint.h79 typedef unsigned short uint16_t; typedef
86 typedef unsigned __int16 uint16_t; typedef
99 typedef uint16_t uint_least16_t;
109 typedef uint16_t uint_fast16_t;
/external/mesa3d/src/egl/main/
H A Deglcompiler.h43 typedef unsigned __int16 uint16_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h22 typedef unsigned short uint16_t; typedef
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h42 typedef unsigned __int16 uint16_t; typedef
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c31 typedef unsigned short uint16_t; typedef
108 static inline uint16_t inw(int addr)
110 uint16_t val;
127 static inline void writew(void *addr, uint16_t val)
129 *(volatile uint16_t *)addr = val;
142 static inline uint16_t readw(const void *addr)
144 return *(volatile const uint16_t *)addr;
438 uint16_t smp_cpus;
508 static uint16_t acpi_additional_tables(void)
510 uint16_t cn
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_dreamcast.h33 typedef unsigned short uint16_t; typedef
H A DSDL_config_macos.h35 typedef UInt16 uint16_t; typedef
H A DSDL_config_minimal.h35 typedef unsigned short uint16_t; typedef
H A DSDL_config_os2.h33 typedef unsigned short uint16_t; typedef
H A DSDL_config_symbian.h67 typedef unsigned short uint16_t; typedef
H A DSDL_config_win32.h36 typedef unsigned __int16 uint16_t; typedef
60 typedef unsigned short uint16_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h25 typedef unsigned __int16 uint16_t; typedef
51 typedef uint16_t word_t;
/external/skia/include/gpu/
H A DGrConfig.h47 typedef unsigned short uint16_t; typedef
/external/srtp/crypto/include/
H A Dintegers.h95 typedef unsigned short int uint16_t; typedef
/external/valgrind/main/perf/
H A Dtinycc.c106 typedef unsigned short int uint16_t; typedef
114 typedef uint16_t Elf32_Half;
115 typedef uint16_t Elf64_Half;
138 typedef uint16_t Elf32_Section;
139 typedef uint16_t Elf64_Section;
15021 uint16_t sym;
15022 uint16_t opcode;
15023 uint16_t instr_type;
15613 static const uint16_t op0_codes[] = {
16182 if (op->e.v == (uint16_t)o
[all...]
/external/webp/include/webp/
H A Dtypes.h30 typedef unsigned short uint16_t; typedef
/external/webrtc/src/
H A Dtypedefs.h107 typedef unsigned short uint16_t; typedef
122 typedef uint16_t WebRtc_UWord16;
138 typedef uint16_t WebRtc_UWord16;

Completed in 365 milliseconds

123