/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_float.c | 243 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_float_to_r11g11b10() local 245 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_float_to_r11g11b10() 409 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_r11g11b10_to_float() local 411 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length); in lp_build_r11g11b10_to_float() 467 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_rgb9e5_to_float() local 469 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_rgb9e5_to_float() 470 struct lp_type u32_type = lp_type_uint_vec(32, 32 * src_length); in lp_build_rgb9e5_to_float() 471 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length); in lp_build_rgb9e5_to_float()
|
D | lp_bld_pack.c | 1034 unsigned i, src_length; in lp_build_pad_vector() local 1045 src_length = LLVMGetVectorSize(type); in lp_build_pad_vector() 1048 assert(dst_length >= src_length); in lp_build_pad_vector() 1050 if (src_length == dst_length) in lp_build_pad_vector() 1054 for (i = 0; i < src_length; ++i) in lp_build_pad_vector() 1058 for (i = src_length; i < dst_length; ++i) in lp_build_pad_vector() 1059 elems[i] = lp_build_const_int32(gallivm, src_length); in lp_build_pad_vector()
|
D | lp_bld_conv.c | 104 unsigned src_length = LLVMGetTypeKind(src_type) == LLVMVectorTypeKind ? in lp_build_half_to_float() local 107 struct lp_type f32_type = lp_type_float_vec(32, 32 * src_length); in lp_build_half_to_float() 108 struct lp_type i32_type = lp_type_int_vec(32, 32 * src_length); in lp_build_half_to_float() 113 (src_length == 4 || src_length == 8)) { in lp_build_half_to_float() 116 if (src_length == 4) { in lp_build_half_to_float() 138 … LLVMVectorType(LLVMHalfTypeInContext(gallivm->context), src_length), ""); in lp_build_half_to_float()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl08.c | 39 uint64_t src_length; member 64 fdr->src_length = tc->src_length; in verify_ioctl()
|
/third_party/ffmpeg/libavcodec/ |
D | h264_parser.c | 291 int src_length, consumed, nalsize = 0; in parse_nal_units() local 305 src_length = next_avc - buf_index; in parse_nal_units() 315 if (src_length > 60) in parse_nal_units() 316 src_length = 60; in parse_nal_units() 319 if (src_length > 1000) in parse_nal_units() 320 src_length = 1000; in parse_nal_units() 324 consumed = ff_h2645_extract_rbsp(buf + buf_index, src_length, &rbsp, &nal, 1); in parse_nal_units()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | wofftypes.h | 200 FT_ULong src_length; /* compressed table length */ member
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 1566 table.src_offset, table.src_length )); in reconstruct_font() 1576 if ( table.src_offset + table.src_length > transformed_buf_size ) in reconstruct_font() 1594 if ( table.src_length < 12 ) in reconstruct_font() 1605 table.src_length ); in reconstruct_font() 1609 table.src_length ) ) in reconstruct_font() 1913 table->src_length = table->TransformLength; in woff2_open_font() 1935 last_table->src_length; in woff2_open_font()
|
/third_party/node/src/ |
D | node_http2.cc | 1713 void Http2Session::CopyDataIntoOutgoing(const uint8_t* src, size_t src_length) { in CopyDataIntoOutgoing() argument 1715 outgoing_storage_.resize(offset + src_length); in CopyDataIntoOutgoing() 1716 memcpy(&outgoing_storage_[offset], src, src_length); in CopyDataIntoOutgoing() 1723 uv_buf_init(nullptr, src_length) in CopyDataIntoOutgoing() 1747 ssize_t src_length; in SendPendingData() local 1755 while ((src_length = nghttp2_session_mem_send(session_.get(), &src)) > 0) { in SendPendingData() 1756 Debug(this, "nghttp2 has %d bytes to send", src_length); in SendPendingData() 1757 CopyDataIntoOutgoing(src, src_length); in SendPendingData() 1760 CHECK_NE(src_length, NGHTTP2_ERR_NOMEM); in SendPendingData()
|
D | node_http2.h | 934 void CopyDataIntoOutgoing(const uint8_t* src, size_t src_length);
|
/third_party/node/deps/v8/src/objects/ |
D | intl-objects.cc | 245 int32_t src_length = s->length(); in LocaleConvertCase() local 246 int32_t dest_length = src_length; in LocaleConvertCase() 264 const UChar* src = GetUCharBufferFromFlat(flat, &sap, src_length); in LocaleConvertCase() 268 dest_length, src, src_length, lang, &status); in LocaleConvertCase()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 2598 pub src_length: __u64, field 2621 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 2597 pub src_length: __u64, field 2620 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 2650 pub src_length: __u64, field 2673 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 2711 pub src_length: __u64, field 2734 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 2713 pub src_length: __u64, field 2736 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 2846 pub src_length: __u64, field 2869 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 2735 pub src_length: __u64, field 2758 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 2922 pub src_length: __u64, field 2945 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 2639 pub src_length: __u64, field 2662 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 2946 pub src_length: __u64, field 2969 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 2782 pub src_length: __u64, field 2805 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 2681 pub src_length: __u64, field 2704 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 2628 pub src_length: __u64, field 2651 pub src_length: __u64, field
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 2577 pub src_length: __u64, field 2600 pub src_length: __u64, field
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 603 pub src_length: ::__u64,
|