Searched refs:uint16_t (Results 76 - 100 of 1145) sorted by relevance

1234567891011>>

/external/kernel-headers/original/media/
H A Dmsm_camera.h231 uint16_t length;
289 uint16_t type;
290 uint16_t length;
292 uint16_t status;
415 uint16_t cfg_type;
418 uint16_t cmd_type;
419 uint16_t queue;
420 uint16_t length;
514 uint16_t length;
520 uint16_t lengt
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c304 uint16_t *p_parse_index,
305 uint16_t total_len_to_parse,
318 uint16_t *p_parse_index,
319 uint16_t total_len_to_parse,
332 uint16_t *p_parse_index,
333 uint16_t total_len_to_parse,
399 uint16_t
408 uint16_t
411 uint16_t size_to_write);
419 uint16_t
[all...]
H A DphLibNfc_ioctl.h88 uint16_t IoctlCode;
/external/qemu/
H A Dbswap.h20 uint16_t __x = (x); \
21 ((uint16_t)( \
22 (((uint16_t)(__x) & (uint16_t)0x00ffU) << 8) | \
23 (((uint16_t)(__x) & (uint16_t)0xff00U) >> 8) )); \
52 static inline uint16_t bswap16(uint16_t x)
69 static inline void bswap16s(uint16_t *s)
127 CPU_CONVERT(be, 16, uint16_t)
[all...]
H A Dsoftmmu_defs.h6 uint16_t REGPARM __ldw_mmu(target_ulong addr, int mmu_idx);
7 void REGPARM __stw_mmu(target_ulong addr, uint16_t val, int mmu_idx);
15 uint16_t REGPARM __ldw_cmmu(target_ulong addr, int mmu_idx);
16 void REGPARM __stw_cmmu(target_ulong addr, uint16_t val, int mmu_idx);
/external/icu4c/common/
H A Dunames.c42 * fields from triples of uint16_t.
45 * would advance by 6 bytes (3 uint16_t).
52 uint16_t groupMSB,
65 * @param group (const uint16_t *) pointer to a Group triple of uint16_t
76 uint16_t size;
85 * The groups table consists of one uint16_t groupCount followed by
86 * groupCount groups. Each group is a triple of uint16_t, see GROUP_LENGTH
90 * @return (const uint16_t *) pointer to the groups table
92 #define GET_GROUPS(names) (const uint16_t *)((cons
[all...]
/external/valgrind/tsan/
H A Dts_atomic.cc160 *prev = *(uint16_t volatile*)a;
179 uint16_t vv = (uint16_t)v;
181 : "=r" (vv) : "m" (*(uint16_t volatile*)a), "0" (vv));
205 *(uint16_t volatile*)a = v;
222 uint16_t vv = (uint16_t)v;
224 : "=r" (vv) : "m" (*(uint16_t volatile*)a), "0" (vv));
256 uint16_t prevv = __sync_fetch_and_add(
257 (uint16_t volatil
[all...]
/external/chromium/net/disk_cache/
H A Dhash.cc6 typedef uint16 uint16_t; typedef
13 #define get16bits(d) (*((const uint16_t *) (d)))
36 data += 2 * sizeof(uint16_t);
44 hash ^= data[sizeof(uint16_t)] << 18;
/external/icu4c/common/unicode/
H A Dptypes.h68 typedef unsigned short uint16_t; typedef
/external/icu4c/stubdata/
H A Dstubdata.c26 uint16_t headerSize;
/external/libsepol/include/sepol/policydb/
H A Dflask_types.h45 typedef uint16_t sepol_security_class_t;
/external/libvpx/vpx/
H A Dvpx_integer.h24 typedef unsigned short uint16_t; typedef
/external/openfst/src/include/fst/
H A Dtypes.h34 typedef uint16_t uint16;
/external/ppp/pppd/plugins/pppoatm/
H A Datmsap.h43 void atm_tcpip_port_mapping(char *vs_id,uint8_t protocol,uint16_t port);
/external/qemu/hw/
H A Dfw_cfg.c42 uint16_t len;
50 uint16_t cur_entry;
51 uint16_t cur_offset;
70 static int fw_cfg_select(FWCfgState *s, uint16_t key)
116 fw_cfg_select(opaque, (uint16_t)value);
133 fw_cfg_select(opaque, (uint16_t)value);
188 int fw_cfg_add_bytes(void *opaque, uint16_t key, uint8_t *data, uint16_t len)
204 int fw_cfg_add_i16(void *opaque, uint16_t key, uint16_t valu
[all...]
H A Dpcmcia.h30 uint16_t (*common_read)(void *state, uint32_t address);
31 void (*common_write)(void *state, uint32_t address, uint16_t value);
32 uint16_t (*io_read)(void *state, uint32_t address);
33 void (*io_write)(void *state, uint32_t address, uint16_t value);
/external/skia/include/gpu/
H A DGrGlyph.h52 uint16_t glyphID() const { return UnpackID(fPackedID); }
61 static inline PackedID Pack(uint16_t glyphID, GrFixed x, GrFixed y) {
75 static inline uint16_t UnpackID(PackedID packed) {
76 return (uint16_t)packed;
/external/skia/src/gpu/
H A DGrIndexBuffer.h24 return this->sizeInBytes() / (sizeof(uint16_t) * 6);
/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.h27 void SkBlitLCD16Row_SSE2(SkPMColor dst[], const uint16_t src[],
29 void SkBlitLCD16OpaqueRow_SSE2(SkPMColor dst[], const uint16_t src[],
/external/skia/src/utils/
H A DSkUnitMappers.cpp23 uint16_t SkDiscreteMapper::mapUnit16(uint16_t input) {
53 uint16_t SkCosineMapper::mapUnit16(uint16_t input)
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DGetURLWithJavaScriptURLDestroyingPlugin.cpp41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
/external/webp/include/webp/
H A Dtypes.h28 typedef unsigned short uint16_t; typedef
/external/webp/src/utils/
H A Dhuffman_encode.h31 uint16_t* codes; // Symbol Codes.
/external/llvm/include/llvm/MC/
H A DMCObjectWriter.h116 void WriteLE16(uint16_t Value) {
122 WriteLE16(uint16_t(Value >> 0));
123 WriteLE16(uint16_t(Value >> 16));
131 void WriteBE16(uint16_t Value) {
137 WriteBE16(uint16_t(Value >> 16));
138 WriteBE16(uint16_t(Value >> 0));
146 void Write16(uint16_t Value) {
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h45 uint32_t *offset_ptr, uint16_t attr, uint16_t form,
119 const uint16_t attr, DWARFFormValue &formValue,
123 const uint16_t attr,
127 const uint16_t attr,
131 const uint16_t attr,
135 const uint16_t attr,

Completed in 529 milliseconds

1234567891011>>