Home
last modified time | relevance | path

Searched refs:UINT16 (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/node/benchmark/buffers/
Dbuffer-write.js41 const UINT16 = 0xffff; constant
56 writeUInt16BE: UINT16,
57 writeUInt16LE: UINT16,
Ddataview-set.js30 const UINT16 = INT16 * 2; constant
38 setUint16: UINT16,
/third_party/boost/boost/gil/extension/io/jpeg/
Dtags.hpp70 struct jpeg_pixel_density : property_base< UINT16 >
221 UINT16 round( double d ) in round()
223 return static_cast< UINT16 >( d + 0.5 ); in round()
/third_party/libffi/src/nios2/
Dffi.c126 *(unsigned int *) argp = (unsigned int) *(UINT16 *) avalue; in ffi_prep_args()
184 *(UINT16 *)rvalue = (UINT16) result; in ffi_call()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h104 typedef unsigned short UINT16; typedef
106 typedef unsigned int UINT16; typedef
Djpeglib.h95 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
399 UINT16 X_density; /* Horizontal pixel density */
400 UINT16 Y_density; /* Vertical pixel density */
623 UINT16 X_density; /* Horizontal pixel density */
624 UINT16 Y_density; /* Vertical pixel density */
Drdgif.c114 UINT16 *symbol_head; /* => table of prefix symbols */
328 sinfo->symbol_head[code] = (UINT16)sinfo->oldcode; in LZWReadByte()
486 source->symbol_head = (UINT16 *) in start_input_gif()
488 LZW_TABLE_SIZE * sizeof(UINT16)); in start_input_gif()
/third_party/libjpeg-turbo/
Djmorecfg.h139 typedef unsigned short UINT16; typedef
141 typedef unsigned int UINT16; typedef
Djpeglib.h91 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
395 UINT16 X_density; /* Horizontal pixel density */
396 UINT16 Y_density; /* Vertical pixel density */
619 UINT16 X_density; /* Horizontal pixel density */
620 UINT16 Y_density; /* Vertical pixel density */
/third_party/libffi/include/
Dffi_common.h118 typedef unsigned short UINT16; typedef
133 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h139 typedef unsigned short UINT16; typedef
141 typedef unsigned int UINT16; typedef
Djpeglib.h91 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
395 UINT16 X_density; /* Horizontal pixel density */
396 UINT16 Y_density; /* Vertical pixel density */
619 UINT16 X_density; /* Horizontal pixel density */
620 UINT16 Y_density; /* Vertical pixel density */
/third_party/mindspore/mindspore/core/proto/
Dmind_ir.proto10 UINT16 = 4; enumerator
101 UINT16 = 4; // uint16_t enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp76 UINT16, enumerator
149 case DataType::UINT16: dataSize = sizeof(deUint16); break; in getElementSize()
283 std::make_pair(std::make_pair(DataType::UINT16, VectorType::SCALAR), "uint16_t"), in getGLSLInputValDecl()
284 std::make_pair(std::make_pair(DataType::UINT16, VectorType::V2), "u16vec2"), in getGLSLInputValDecl()
285 std::make_pair(std::make_pair(DataType::UINT16, VectorType::V3), "u16vec3"), in getGLSLInputValDecl()
286 std::make_pair(std::make_pair(DataType::UINT16, VectorType::V4), "u16vec4"), in getGLSLInputValDecl()
287 std::make_pair(std::make_pair(DataType::UINT16, VectorType::A5), "uint16_t"), in getGLSLInputValDecl()
451 else if (m_params.dataType == DataType::INT16 || m_params.dataType == DataType::UINT16) in checkSupport()
690 else if (m_params.dataType == DataType::UINT16) in initPrograms()
963 case DataType::UINT16: in initPrograms()
[all …]
/third_party/weston/libweston/backend-rdp/
Drdp.c1112 xf_mouseEvent(rdpInput *input, UINT16 flags, UINT16 x, UINT16 y) in xf_mouseEvent()
1177 xf_extendedMouseEvent(rdpInput *input, UINT16 flags, UINT16 x, UINT16 y) in xf_extendedMouseEvent()
1217 xf_input_keyboard_event(rdpInput *input, UINT16 flags, UINT16 code) in xf_input_keyboard_event()
1258 xf_input_unicode_keyboard_event(rdpInput *input, UINT16 flags, UINT16 code) in xf_input_unicode_keyboard_event()
/third_party/libffi/src/
Djava_raw_api.c184 *(UINT32*)(raw++) = *(UINT16*) (*args); in ffi_java_ptrarray_to_raw()
186 (raw++)->uint = *(UINT16*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c71 FFI_TYPEDEF(uint16, UINT16, FFI_TYPE_UINT16, const);
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dtimer.h49 UINT16 timerid;
/third_party/libffi/src/mips/
Dffi.c166 *(ffi_arg *)argp = *(UINT16 *)(* p_argv); in ffi_prep_args()
871 *(UINT16 *) &avalue[i] = (UINT16) ar[argn]; in ffi_closure_mips_inner_O32()
1050 *(UINT16 *) &avalue[i] = (UINT16) *argp; in ffi_closure_mips_inner_N32()
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi_common.h90 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
Dpredef.c23 TEST_MAX(UINT16, 0xffffU); in test()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.h63 UINT16 GetDepthOrArraySize();
DTextureD3D12.cpp239 resourceDescriptor.MipLevels = static_cast<UINT16>(GetNumMipLevels()); in Texture()
321 UINT16 Texture::GetDepthOrArraySize() { in GetDepthOrArraySize()
324 return static_cast<UINT16>(GetArrayLayers()); in GetDepthOrArraySize()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_semaphore.c48 ret = LOS_SemCreate((UINT16)value, &semHandle); in _sema_init()
/third_party/libffi/src/sh64/
Dffi.c46 else if (arg->size <= sizeof (UINT16)) in return_type()
102 *(UINT64 *) argp = (UINT64) *(UINT16 *)(*p_argv); in ffi_prep_args()

1234