/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_util.h | 100 UINT16 depthOrArraySize, in CD3DX12_RESOURCE_DESC() 101 UINT16 mipLevels, in CD3DX12_RESOURCE_DESC() 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 in Depth() 177 inline UINT16 ArraySize() const noexcept in ArraySize()
|
/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/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 | 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 */
|
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/libffi/include/ |
D | ffi_common.h | 118 typedef unsigned short UINT16; typedef 133 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
|
/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/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/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | layout_cmdline_token.h | 47 UINT16, enumerator
|
/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/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | timer.h | 49 UINT16 timerid;
|
/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/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()
|
/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/bfin/ |
D | ffi.c | 176 *(unsigned int *) argp = (unsigned int) * (UINT16 *)(* p_argv); in ffi_prep_args()
|
/third_party/libffi/src/pa/ |
D | ffi.c | 176 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv); in ffi_prep_args_pa32() 547 *(stack - FIRST_ARG_SLOT) = (UINT16)(ret[0] >> 16); in ffi_closure_inner_pa32()
|
/third_party/openssl/include/openssl/ |
D | e_os2.h | 226 typedef UINT16 uint16_t;
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | e_os2.h | 226 typedef UINT16 uint16_t;
|
/third_party/libffi/src/sh/ |
D | ffi.c | 167 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); in ffi_prep_args() 256 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); in ffi_prep_args()
|
/third_party/node/deps/v8/src/objects/ |
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/openssl/ohos_lite/include/openssl/ |
D | e_os2.h | 235 typedef UINT16 uint16_t;
|