Searched refs:uint16_t (Results 201 - 225 of 1145) sorted by relevance

1234567891011>>

/external/skia/src/views/
H A DSkTagList.h25 uint16_t fExtra16;
/external/v8/src/
H A Dbignum.h42 void AssignUInt16(uint16_t value);
49 void AssignPowerUInt16(uint16_t base, int exponent);
51 void AddUInt16(uint16_t operand);
67 uint16_t DivideModuloIntBignum(const Bignum& other);
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf16.h191 uint16_t __c2; \
255 uint16_t __c2; \
278 (s)[(i)++]=(uint16_t)(c); \
280 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
281 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
304 (s)[(i)++]=(uint16_t)(c); \
306 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
307 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
479 uint16_t __c2; \
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf16.h191 uint16_t __c2; \
255 uint16_t __c2; \
278 (s)[(i)++]=(uint16_t)(c); \
280 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
281 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
304 (s)[(i)++]=(uint16_t)(c); \
306 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
307 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
479 uint16_t __c2; \
/external/webkit/Source/WebCore/bridge/c/
H A Dc_utility.h44 typedef uint16_t NPUTF16;
/external/webkit/Source/WebCore/bridge/
H A Dnptypes.h53 typedef unsigned short uint16_t; typedef
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf16.h191 uint16_t __c2; \
255 uint16_t __c2; \
278 (s)[(i)++]=(uint16_t)(c); \
280 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
281 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
304 (s)[(i)++]=(uint16_t)(c); \
306 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
307 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
479 uint16_t __c2; \
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf16.h191 uint16_t __c2; \
255 uint16_t __c2; \
278 (s)[(i)++]=(uint16_t)(c); \
280 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
281 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
304 (s)[(i)++]=(uint16_t)(c); \
306 (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); \
307 (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); \
479 uint16_t __c2; \
/external/icu4c/common/
H A Dutrie2.cpp128 const uint16_t *p16;
201 p16=(const uint16_t *)(header+1);
237 uint16_t *dest16;
286 trie->dataNullOffset=(uint16_t)dataMove;
296 header->options=(uint16_t)valueBits;
298 header->indexLength=(uint16_t)indexLength;
299 header->shiftedDataLength=(uint16_t)(dataLength>>UTRIE2_INDEX_SHIFT);
300 header->index2NullOffset=(uint16_t)UTRIE2_INDEX_2_OFFSET;
301 header->dataNullOffset=(uint16_t)dataMove;
305 dest16=(uint16_t *)(heade
[all...]
/external/libmtp/src/
H A Dlibmtp.h49 typedef unsigned __int16 uint16_t; typedef
441 typedef uint16_t (* MTPDataGetFunc) (void* params, void* priv,
456 typedef uint16_t (* MTPDataPutFunc) (void* params, void* priv,
477 uint16_t vendor_id; /**< Vendor ID for this device */
479 uint16_t product_id; /**< Product ID for this device */
514 uint16_t u16max;
515 uint16_t u16min;
516 uint16_t u16step;
517 uint16_t* u16vals;
541 uint16_t num_entrie
[all...]
H A Dlibmtp.h.in49 typedef unsigned __int16 uint16_t;
440 typedef uint16_t (* MTPDataGetFunc) (void* params, void* priv,
455 typedef uint16_t (* MTPDataPutFunc) (void* params, void* priv,
476 uint16_t vendor_id; /**< Vendor ID for this device */
478 uint16_t product_id; /**< Product ID for this device */
513 uint16_t u16max;
514 uint16_t u16min;
515 uint16_t u16step;
516 uint16_t* u16vals;
540 uint16_t num_entrie
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_Generic.h306 uint16_t length
577 uint16_t param_length;
699 volatile uint16_t tx_total;
701 volatile uint16_t tx_remain;
703 volatile uint16_t tx_sent;
705 volatile uint16_t rx_index;
708 volatile uint16_t rx_total;
710 volatile uint16_t rx_recvd;
718 volatile uint16_t tx_hcp_frgmnt_index;
723 volatile uint16_t rx_hcp_frgmnt_inde
[all...]
/external/skia/src/core/
H A DSkPackBits.cpp134 static uint8_t* flush_same16(uint8_t dst[], uint16_t value, int count) {
162 const uint16_t* SK_RESTRICT src, int count) {
169 PB_MEMCPY(dst, src, n * sizeof(uint16_t));
171 dst += n * sizeof(uint16_t);
193 size_t SkPackBits::Pack16(const uint16_t* SK_RESTRICT src, int count,
196 const uint16_t* stop = src + count;
212 const uint16_t* s = src + 1;
283 uint16_t* SK_RESTRICT dst) {
284 uint16_t* origDst = dst;
295 PB_MEMCPY(dst, src, n * sizeof(uint16_t));
[all...]
/external/dhcpcd/
H A Dduid.c45 uint16_t type = 0;
46 uint16_t hw = 0;
/external/elfutils/backends/
H A Dsparc_corenote.c86 # define UID_T uint16_t
87 # define GID_T uint16_t
/external/harfbuzz/contrib/
H A Dharfbuzz-unicode.c14 utf16_to_code_point(const uint16_t *chars, size_t len, ssize_t *iter) {
15 const uint16_t v = chars[(*iter)++];
22 const uint16_t v2 = chars[(*iter)++];
40 utf16_to_code_point_prev(const uint16_t *chars, size_t len, ssize_t *iter) {
41 const uint16_t v = chars[(*iter)--];
48 const uint16_t v2 = chars[(*iter)--];
93 const uint16_t *chars, size_t len, ssize_t *iter) {
146 const uint16_t *chars, size_t len, ssize_t *iter) {
/external/icu4c/common/unicode/
H A Dudata.h109 uint16_t size;
113 uint16_t reservedWord;
/external/kernel-headers/original/linux/
H A Dmsm_audio.h318 uint16_t path;
319 uint16_t dtmf_hi;
320 uint16_t dtmf_low;
321 uint16_t duration;
322 uint16_t tx_gain;
323 uint16_t rx_gain;
324 uint16_t mixing;
341 uint16_t band_idx; /* The band index, 0 .. 11 */
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_win32.h36 typedef unsigned __int16 uint16_t; typedef
60 typedef unsigned short uint16_t; typedef
/external/qemu/elff/
H A Delf_file.h165 uint16_t pull_val(const uint16_t* val) const {
170 return (uint16_t)get_byte(val, 0) << 8 | get_byte(val, 1);
172 return (uint16_t)get_byte(val, 1) << 8 | get_byte(val, 0);
175 uint16_t pull_val(const uint16_t& val) const {
180 (pull_val(reinterpret_cast<const uint16_t*>(val)));
184 (pull_val(reinterpret_cast<const uint16_t&>(val)));
/external/qemu/hw/
H A Dpci.h199 PCIBus *pci_bridge_init(PCIBus *bus, int devfn, uint16_t vid, uint16_t did,
203 pci_config_set_vendor_id(uint8_t *pci_config, uint16_t val)
205 cpu_to_le16wu((uint16_t *)&pci_config[PCI_VENDOR_ID], val);
209 pci_config_set_device_id(uint8_t *pci_config, uint16_t val)
211 cpu_to_le16wu((uint16_t *)&pci_config[PCI_DEVICE_ID], val);
215 pci_config_set_class(uint8_t *pci_config, uint16_t val)
217 cpu_to_le16wu((uint16_t *)&pci_config[PCI_CLASS_DEVICE], val);
/external/qemu/slirp/
H A Dbootp.h103 uint16_t bp_secs;
104 uint16_t unused;
/external/qemu/slirp-android/
H A Dbootp.h103 uint16_t bp_secs;
104 uint16_t unused;
/external/qemu/
H A Dsoftmmu_outside_jit.h37 uint16_t REGPARM __ldw_outside_jit(target_ulong addr, int mmu_idx);
38 void REGPARM __stw_outside_jit(target_ulong addr, uint16_t val, int mmu_idx);
/external/skia/include/core/
H A DSkColorShader.h41 virtual void shadeSpan16(int x, int y, uint16_t span[], int count) SK_OVERRIDE;
64 uint16_t fColor16; // cached after setContext()

Completed in 445 milliseconds

1234567891011>>