/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_util.h | 100 UINT16 depthOrArraySize, 101 UINT16 mipLevels, 138 UINT16 arraySize = 1, 139 UINT16 mipLevels = 0, 151 UINT16 arraySize = 1, 152 UINT16 mipLevels = 0, 166 UINT16 depth, 167 UINT16 mipLevels = 0, 175 inline UINT16 Depth() const noexcept 177 inline UINT16 ArraySiz [all...] |
/third_party/node/benchmark/buffers/ |
H A D | buffer-write.js | 41 const UINT16 = 0xffff; 56 writeUInt16BE: UINT16, 57 writeUInt16LE: UINT16,
|
H A D | dataview-set.js | 30 const UINT16 = INT16 * 2; 38 setUint16: UINT16,
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jmorecfg.h | 101 /* UINT16 must hold at least the values 0..65535. */ 104 typedef unsigned short UINT16; typedef 106 typedef unsigned int UINT16; typedef
|
H A D | jpeglib.h | 97 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */ 401 UINT16 X_density; /* Horizontal pixel density */ 402 UINT16 Y_density; /* Vertical pixel density */ 625 UINT16 X_density; /* Horizontal pixel density */ 626 UINT16 Y_density; /* Vertical pixel density */
|
H A 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()
|
H A D | jcdctmgr.c | 83 flss(UINT16 val) in flss() 173 compute_reciprocal(UINT16 divisor, DCTELEM *dtbl) in compute_reciprocal()
|
H A D | jdhuff.h | 57 #define MAKE_COEF1(x) (unsigned long long) MAKE_BITS((UINT16) (x), COEF1_OFFSET)
|
H A D | rdbmp.c | 513 cinfo->X_density = (UINT16)(biXPelsPerMeter / 100); /* 100 cm per meter */ in start_input_bmp() 514 cinfo->Y_density = (UINT16)(biYPelsPerMeter / 100); in start_input_bmp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 76 UINT16, member in vkt::RayTracing::__anon28522::DataType 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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingDataSpillTests.cpp | 76 UINT16, member in vkt::RayTracing::__anon29706::DataType 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/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | layout_cmdline_token.h | 47 UINT16, enumerator
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | timer.h | 47 UINT16 timerid;
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_semaphore.c | 48 ret = LOS_SemCreate((UINT16)value, &semHandle); in _sema_init()
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | predef.c | 23 TEST_MAX(UINT16, 0xffffU); in test()
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi_common.h | 90 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | e_os2.h | 226 typedef UINT16 uint16_t;
|
/third_party/openssl/include/openssl/ |
H A D | e_os2.h | 226 typedef UINT16 uint16_t;
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | e_os2.h | 235 typedef UINT16 uint16_t;
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 495 UINT16 glyphId = glyph->getGlyphID(); in getBoundingBox() 571 UINT16 glyphId = glyph.getGlyphID(); in getColorGlyphRun() 988 UINT16 index = glyph.getGlyphID(); in drawDWMask() 1245 UINT16 glyphId = SkTo<UINT16>(glyph); in generatePath()
|
H A D | SkTypeface_win_dw.cpp | 442 UINT16 glyphs[batchSize]; 451 UINT16 glyph = glyphs[i];
|
/third_party/node/deps/v8/src/objects/ |
H A D | elements-kind.h | 21 V(Uint16, uint16, UINT16, uint16_t) \ 66 V(RabGsabUint16, rab_gsab_uint16, RAB_GSAB_UINT16, uint16_t, UINT16) \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.h | 92 typedef UINT16 u16; 104 typedef UINT16 u16;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.h | 104 typedef UINT16 u16; 116 typedef UINT16 u16;
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | system-jit-metadata-win.h | 151 UINT16 const UNALIGNED* traits, const void* metadata, in SetMetaDescriptors()
|