Home
last modified time | relevance | path

Searched refs:src_length (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c243 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()
Dlp_bld_pack.c1034 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()
Dlp_bld_conv.c104 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/
Dioctl08.c39 uint64_t src_length; member
64 fdr->src_length = tc->src_length; in verify_ioctl()
/third_party/ffmpeg/libavcodec/
Dh264_parser.c291 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/
Dwofftypes.h200 FT_ULong src_length; /* compressed table length */ member
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c1566 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/
Dnode_http2.cc1713 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()
Dnode_http2.h934 void CopyDataIntoOutgoing(const uint8_t* src, size_t src_length);
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc245 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/
Dgeneral.rs2598 pub src_length: __u64, field
2621 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2597 pub src_length: __u64, field
2620 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs2650 pub src_length: __u64, field
2673 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs2711 pub src_length: __u64, field
2734 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs2713 pub src_length: __u64, field
2736 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs2846 pub src_length: __u64, field
2869 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs2735 pub src_length: __u64, field
2758 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs2922 pub src_length: __u64, field
2945 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs2639 pub src_length: __u64, field
2662 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs2946 pub src_length: __u64, field
2969 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs2782 pub src_length: __u64, field
2805 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs2681 pub src_length: __u64, field
2704 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs2628 pub src_length: __u64, field
2651 pub src_length: __u64, field
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs2577 pub src_length: __u64, field
2600 pub src_length: __u64, field
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs603 pub src_length: ::__u64,

12