Searched refs:uint16_t (Results 151 - 175 of 1270) sorted by relevance

1234567891011>>

/external/srtp/crypto/math/
H A Dstat.c27 uint16_t ones_count;
48 uint16_t f[16] = {
82 uint16_t runs[6] = { 0, 0, 0, 0, 0, 0 };
83 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 };
84 uint16_t lo_value[6] = { 2315, 1114, 527, 240, 103, 103 };
85 uint16_t hi_value[6] = { 2685, 1386, 723, 384, 209, 209 };
87 uint16_t mask;
200 uint16_t f[16] = {
207 uint16_t runs[6] = { 0, 0, 0, 0, 0, 0 };
208 uint16_t gap
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp74 int numGlyphs = paint.textToGlyphs(characters, length * sizeof(uint16_t), reinterpret_cast<uint16_t*>(glyphs));
79 uint16_t value;
81 memcpy(&value, reinterpret_cast<char*>(glyphs) + sizeof(uint16_t) * i, sizeof(uint16_t));
97 OwnArrayPtr<uint16_t> glyphs16 = adoptArrayPtr(new uint16_t[numGlyphs]);
102 paint.getTextWidths(glyphs16.get(), numGlyphs * sizeof(uint16_t), reinterpret_cast<SkScalar*>(advances));
123 OwnArrayPtr<uint16_t> glyphs16 = adoptArrayPtr(new uint16_t[lengt
[all...]
/external/bluetooth/bluez/audio/
H A Dtransport.h36 uint16_t delay);
/external/bluetooth/bluez/lib/bluetooth/
H A Duuid.h43 uint16_t u16;
49 int bt_uuid16_create(bt_uuid_t *btuuid, uint16_t value);
H A Dcmtp.h56 uint16_t state;
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c4 typedef unsigned short int uint16_t; typedef
7 typedef uint16_t Elf64_Half;
/external/kernel-headers/original/linux/
H A Drpmsg_omx.h134 uint16_t desc; /* descriptor, and omx service status */
135 uint16_t msg_id; /* message id */
/external/libnfc-nxp/src/
H A DphOsalNfc.h60 // uint16_t Size;/**< Size of the datablock*/
88 uint16_t reason;
129 uint16_t reason);
H A DphFriNfc_IntNdefMap.h79 uint16_t Length);
/external/libnl-headers/netlink/
H A Dnetlink-kernel.h37 uint16_t nlmsg_type;
42 uint16_t nlmsg_flags;
/external/qemu/
H A Dioport-user.c32 void cpu_outw(pio_addr_t addr, uint16_t val)
50 uint16_t cpu_inw(pio_addr_t addr)
H A Dioport.h47 void cpu_outw(pio_addr_t addr, uint16_t val);
50 uint16_t cpu_inw(pio_addr_t addr);
/external/skia/include/core/
H A DSkBounder.h58 uint16_t fGlyphID;
59 uint16_t fFlags; //!< currently set to 0
/external/skia/src/opts/
H A DSkBitmapProcState_opts_arm.cpp19 uint16_t* SK_RESTRICT colors) __attribute__((optimize("O1")));
23 int count, uint16_t* SK_RESTRICT colors) {
28 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
41 uint16_t dstValue = table[src];
46 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1);
132 const uint16_t* xx = (const uint16_t*)(xy + 1);
/external/srtp/crypto/include/
H A Drdbx.h21 typedef uint16_t sequence_number_t; /* 16 bit sequence number */
27 typedef uint16_t rollover_counter_t; /* 16 bit rollover counter */
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dstdint.h37 typedef unsigned short uint16_t; typedef
61 CASSERT(sizeof(uint16_t) == 2, uint16_t_is_two_bytes)
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapeContainerCheckPrivate.h52 uint16_t size;
53 uint16_t version;
/external/libnl-headers/
H A Dnetlink-types.h145 uint16_t lm_irq;
195 uint16_t n_state;
420 uint16_t rs_feature;
421 uint16_t rs_addend;
422 uint16_t rs_mpu;
483 uint16_t c_prio;
484 uint16_t c_protocol;
519 uint16_t e_id;
520 uint16_t e_kind;
521 uint16_t e_flag
[all...]
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp171 uint16_t fanCenterIdx,
172 uint16_t edgeV0Idx,
173 uint16_t** indices) {
242 uint16_t* idxBase = NULL;
243 uint16_t* idx = NULL;
244 uint16_t subpathIdxStart = 0;
266 uint16_t currIdx = (uint16_t) (vert - base);
275 uint16_t prevIdx = (uint16_t)(ver
[all...]
/external/bluetooth/bluez/tools/
H A Dcsr.c45 uint16_t pskey;
54 uint16_t id;
455 char *csr_builddeftostr(uint16_t def)
561 char *csr_buildidtostr(uint16_t id)
574 char *csr_chipvertostr(uint16_t ver, uint16_t rev)
618 char *csr_pskeytostr(uint16_t pskey)
1486 char *csr_pskeytoval(uint16_t pskey)
2354 int csr_write_varid_valueless(int dd, uint16_t seqnum, uint16_t vari
[all...]
H A Ddfu.h90 uint16_t bcdDevice;
91 uint16_t idProduct;
92 uint16_t idVendor;
93 uint16_t bcdDFU;
/external/libsepol/include/sepol/policydb/
H A Dservices.h134 extern int sepol_port_sid(uint16_t domain,
135 uint16_t type,
137 uint16_t port, sepol_security_id_t * out_sid);
156 extern int sepol_node_sid(uint16_t domain,
/external/llvm/include/llvm/Support/
H A DSwapByteOrder.h27 inline uint16_t SwapByteOrder_16(uint16_t value) {
33 uint16_t Hi = value << 8;
34 uint16_t Lo = value >> 8;
/external/qemu/slirp-android/
H A Dhelper.h115 static __inline__ uint16_t
121 static __inline__ uint16_t
128 port_setn( uint16_t val )
136 port_seth( uint16_t val )
/external/skia/include/gpu/
H A DGrFontScaler.h33 virtual bool getGlyphPath(uint16_t glyphID, SkPath*) = 0;

Completed in 395 milliseconds

1234567891011>>