/third_party/node/benchmark/buffers/ |
D | buffer-write.js | 41 const UINT16 = 0xffff; constant 56 writeUInt16BE: UINT16, 57 writeUInt16LE: UINT16,
|
D | dataview-set.js | 30 const UINT16 = INT16 * 2; constant 38 setUint16: UINT16,
|
/third_party/boost/boost/gil/extension/io/jpeg/ |
D | tags.hpp | 70 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/ |
D | ffi.c | 126 *(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/ |
D | jmorecfg.h | 104 typedef unsigned short UINT16; typedef 106 typedef unsigned int UINT16; typedef
|
D | jpeglib.h | 95 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 */
|
D | rdgif.c | 114 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/ |
D | jmorecfg.h | 139 typedef unsigned short UINT16; typedef 141 typedef unsigned int UINT16; typedef
|
D | jpeglib.h | 91 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/ |
D | ffi_common.h | 118 typedef unsigned short UINT16; typedef 133 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jmorecfg.h | 139 typedef unsigned short UINT16; typedef 141 typedef unsigned int UINT16; typedef
|
D | jpeglib.h | 91 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/ |
D | mind_ir.proto | 10 UINT16 = 4; enumerator 101 UINT16 = 4; // uint16_t enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 76 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/ |
D | rdp.c | 1112 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/ |
D | java_raw_api.c | 184 *(UINT32*)(raw++) = *(UINT16*) (*args); in ffi_java_ptrarray_to_raw() 186 (raw++)->uint = *(UINT16*) (*args); in ffi_java_ptrarray_to_raw()
|
D | types.c | 71 FFI_TYPEDEF(uint16, UINT16, FFI_TYPE_UINT16, const);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | timer.h | 49 UINT16 timerid;
|
/third_party/libffi/src/mips/ |
D | ffi.c | 166 *(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/ |
D | ffi_common.h | 90 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | predef.c | 23 TEST_MAX(UINT16, 0xffffU); in test()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.h | 63 UINT16 GetDepthOrArraySize();
|
D | TextureD3D12.cpp | 239 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/ |
D | linux_semaphore.c | 48 ret = LOS_SemCreate((UINT16)value, &semHandle); in _sema_init()
|
/third_party/libffi/src/sh64/ |
D | ffi.c | 46 else if (arg->size <= sizeof (UINT16)) in return_type() 102 *(UINT64 *) argp = (UINT64) *(UINT16 *)(*p_argv); in ffi_prep_args()
|