Searched refs:uint16_t (Results 226 - 250 of 1998) sorted by relevance

1234567891011>>

/external/vixl/test/traces/a64/
H A Dsim-sqxtn-h-trace-a64.h37 const uint16_t kExpected_NEON_sqxtn_H[] = {
H A Dsim-sqxtun-h-trace-a64.h37 const uint16_t kExpected_NEON_sqxtun_H[] = {
H A Dsim-uqxtn-h-trace-a64.h37 const uint16_t kExpected_NEON_uqxtn_H[] = {
/external/webp/include/webp/
H A Dtypes.h31 typedef unsigned short uint16_t; typedef
/external/webp/src/utils/
H A Dhuffman_encode.h33 uint16_t* codes; // Symbol Codes.
/external/webp/src/webp/
H A Dtypes.h31 typedef unsigned short uint16_t; typedef
/external/libmtp/src/
H A Dptp.c53 #define CHECK_PTP_RC(result) {uint16_t r=(result); if (r!=PTP_RC_OK) return r;}
57 static uint16_t ptp_exit_recv_memory_handler (PTPDataHandler*,unsigned char**,unsigned long*);
58 static uint16_t ptp_init_recv_memory_handler(PTPDataHandler*);
59 static uint16_t ptp_init_send_memory_handler(PTPDataHandler*,unsigned char*,unsigned long len);
60 static uint16_t ptp_exit_send_memory_handler (PTPDataHandler *handler);
112 * uint16_t flags - lower 8 bits - data phase description
136 static uint16_t
138 uint16_t flags, unsigned int sendlen,
154 uint16_t ret;
169 uint16_t re
[all...]
/external/compiler-rt/test/builtins/Unit/
H A Dtruncdfhf2_test.c18 uint16_t __truncdfhf2(double a);
20 int test__truncdfhf2(double a, uint16_t expected)
22 uint16_t x = __truncdfhf2(a);
/external/gptfdisk/
H A Dgptpart.h53 uint16_t name[NAME_SIZE];
60 uint16_t GetHexType(void) const;
75 void SetType(uint16_t hex) {partitionType = hex;}
/external/icu/icu4c/source/samples/udata/
H A Dreader.c79 uint16_t intValue = 0;
82 uint16_t *intPointer = NULL;
109 intPointer = (uint16_t *)dataMemory;
/external/kernel-headers/original/uapi/linux/
H A Dtarget_core_user.h100 uint16_t cmd_id;
101 uint16_t __pad1;
112 uint16_t __pad2;
/external/libnfc-nxp/src/
H A DphDal4Nfc.h363 uint16_t length
422 uint16_t length
484 uint16_t length
/external/libusb/libusb/os/
H A Dlinux_usbfs.h30 uint16_t wValue;
31 uint16_t wIndex;
32 uint16_t wLength;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_half.h46 static INLINE uint16_t
56 uint16_t f16;
92 util_half_to_float(uint16_t f16)
/external/sfntly/cpp/src/sfntly/port/
H A Dendian.h25 static inline uint16_t EndianSwap16(uint16_t value) {
26 return (uint16_t)((value >> 8) | (value << 8));
/external/skia/bench/
H A DTextBlobBench.cpp33 SkTDArray<uint16_t> glyphs;
43 memcpy(run.glyphs, glyphs.begin(), glyphs.count() * sizeof(uint16_t));
65 SkTDArray<uint16_t> fGlyphs;
/external/skia/src/core/
H A DSkBlitRow_D16.cpp15 static void S32_D565_Opaque(uint16_t* SK_RESTRICT dst,
29 static void S32_D565_Blend(uint16_t* SK_RESTRICT dst,
39 uint16_t d = *dst;
48 static void S32A_D565_Opaque(uint16_t* SK_RESTRICT dst,
66 static void S32A_D565_Blend(uint16_t* SK_RESTRICT dst,
76 uint16_t dc = *dst;
87 static void S32_D565_Opaque_Dither(uint16_t* SK_RESTRICT dst,
105 static void S32_D565_Blend_Dither(uint16_t* SK_RESTRICT dst,
125 uint16_t d = *dst;
134 static void S32A_D565_Opaque_Dither(uint16_t* SK_RESTRIC
[all...]
H A DSkDebug.cpp29 uint16_t SkToU16(uintmax_t x) {
30 SkASSERT((uint16_t)x == x);
31 return (uint16_t)x;
H A DSkHalf.cpp11 uint16_t halfMantissa(SkHalf h) {
15 uint16_t halfExponent(SkHalf h) {
19 uint16_t halfSign(SkHalf h) {
H A DSkRTree.h74 uint16_t fNumChildren;
75 uint16_t fLevel;
87 Node* allocateNodeAtLevel(uint16_t level);
/external/skia/src/pdf/
H A DSkPDFCanon.h47 uint16_t glyphID,
49 void addFont(SkPDFFont* font, uint32_t fontID, uint16_t fGlyphID);
70 uint16_t fGlyphID;
H A DSkPDFFontImpl.h66 uint16_t glyphID,
85 uint16_t glyphID);
87 bool populate(uint16_t glyphID);
/external/vboot_reference/futility/
H A Dkernel_blob.h43 uint16_t boot_flag; /* 1fe */
44 uint16_t jump; /* 200 */
46 uint16_t version; /* 206 */
/external/vboot_reference/utility/
H A Dimage_types.c19 uint16_t Reserved[2];
24 uint16_t Planes; // Must be 1 for x86
25 uint16_t BitPerPixel; // 1, 4, 8, or 24 for x86
/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 1315 milliseconds

1234567891011>>