/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | compression.c | 255 size_t *dest_size) in SPDYF_zlib_deflate() argument 263 *dest_size = 0; in SPDYF_zlib_deflate() 298 *dest_size += have; in SPDYF_zlib_deflate() 299 *dest = realloc(*dest, *dest_size); in SPDYF_zlib_deflate() 306 memcpy((*dest) + ((*dest_size) - have), out, have); in SPDYF_zlib_deflate() 354 size_t *dest_size) in SPDYF_zlib_inflate() argument 361 *dest_size = 0; in SPDYF_zlib_inflate() 425 *dest_size += have; in SPDYF_zlib_inflate() 427 *dest = realloc(*dest, *dest_size); in SPDYF_zlib_inflate() 434 memcpy((*dest) + ((*dest_size) - have), out, have); in SPDYF_zlib_inflate()
|
D | compression.h | 74 size_t *dest_size); 115 size_t *dest_size);
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
D | icu_to_case_fuzzer.cc | 35 int32_t dest_size = (rng() % (str.length() + 3)); in LLVMFuzzerTestOneInput() local 36 std::unique_ptr<UChar[]> dest(new UChar[dest_size]); in LLVMFuzzerTestOneInput() 40 u_strToUpper(dest.get(), dest_size, (const UChar*)str.getBuffer(), in LLVMFuzzerTestOneInput() 44 u_strToLower(dest.get(), dest_size, (const UChar*)str.getBuffer(), in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavcodec/ |
D | vqavideo.c | 209 if (dest_index + count > dest_size) { \ 212 dest_index, count, dest_size); \ 217 if (idx < 0 || idx + count > dest_size) { \ 220 src_pos, count, dest_size); \ 226 unsigned char *dest, int dest_size, int check_size) { in decode_format80() argument 249 if (dest_index >= dest_size) { in decode_format80() 251 dest_index, dest_size); in decode_format80() 312 if (dest_index < dest_size) { in decode_format80() 314 dest_index, dest_size); in decode_format80() 315 memset(dest + dest_index, 0, dest_size - dest_index); in decode_format80()
|
D | avpicture.c | 45 unsigned char *dest, int dest_size) in avpicture_layout() argument 47 return av_image_copy_to_buffer(dest, dest_size, in avpicture_layout()
|
D | avcodec.h | 3772 unsigned char *dest, int dest_size);
|
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_util.c | 51 size_t dest_size, in rogue_distribute_value() argument 52 uint8_t dest_bytes[dest_size]) in rogue_distribute_value() argument 68 size_t base_byte = rogue_byte_index(range, dest_size); in rogue_distribute_value()
|
D | rogue_util.h | 317 size_t dest_size, 318 uint8_t dest_bytes[dest_size]);
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 1010 const unsigned dest_size = glsl_get_bit_size(dest_type); in vtn_handle_integer_dot() local 1108 nir_type_conversion_op(nir_type_int, nir_type_int | dest_size, in vtn_handle_integer_dot() 1112 nir_type_conversion_op(nir_type_uint, nir_type_uint | dest_size, in vtn_handle_integer_dot() 1206 if (dest_size == 32) in vtn_handle_integer_dot() 1212 if (dest_size == 32) in vtn_handle_integer_dot() 1232 if (dest_size == 32) in vtn_handle_integer_dot() 1238 if (dest_size == 32) in vtn_handle_integer_dot() 1244 if (dest_size == 32) in vtn_handle_integer_dot() 1254 if (dest_size != 32) { in vtn_handle_integer_dot() 1273 ? nir_iadd_sat(&b->nb, nir_i2i(&b->nb, dest, dest_size), src[2]) in vtn_handle_integer_dot() [all …]
|
/third_party/cef/libcef/browser/net_service/ |
D | stream_reader_url_loader.cc | 179 int dest_size, 260 int dest_size, in Read() argument 264 base::WrapRefCounted(this), dest, dest_size, in Read() 288 int dest_size, in ReadOnWorkThread() argument 298 if (!dest_size) { in ReadOnWorkThread() 303 DCHECK_GT(dest_size, 0); in ReadOnWorkThread() 310 buffer_.get(), dest_size, &bytes_read, in ReadOnWorkThread()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-blend.c | 169 int dest_size; in gst_video_blend_scale_linear_RGBA() local 202 dest_size = dest_stride = dest_width * 4; in gst_video_blend_scale_linear_RGBA() 205 #define LINE(x) ((tmpbuf) + (dest_size)*((x)&1)) in gst_video_blend_scale_linear_RGBA() 219 memcpy (dest_pixels + i * dest_stride, LINE (j), dest_size); in gst_video_blend_scale_linear_RGBA()
|
/third_party/skia/modules/skottie/src/layers/ |
D | FootageLayer.cpp | 20 SkMatrix image_matrix(const ImageAsset::FrameData& frame_data, const SkISize& dest_size) { in image_matrix() argument 26 SkRect::Make(dest_size), in image_matrix()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | escaping.cc | 286 ptrdiff_t dest_size; in CUnescapeInternal() local 290 &dest_size, in CUnescapeInternal() 294 dest->erase(dest_size); in CUnescapeInternal()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_pack.c | 200 agx_pack_cmpsel_src(agx_index src, enum agx_size dest_size) in agx_pack_cmpsel_src() argument 215 assert(size == dest_size); in agx_pack_cmpsel_src() 227 assert(size == dest_size); in agx_pack_cmpsel_src()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 1209 unsigned dest_size = nir_tex_instr_dest_size(tex); in nir_lower_txs_lod() local 1233 assert(dest_size <= ARRAY_SIZE(comp)); in nir_lower_txs_lod() 1234 for (unsigned i = 0; i < dest_size - 1; i++) in nir_lower_txs_lod() 1237 comp[dest_size - 1] = nir_channel(b, &tex->dest.ssa, dest_size - 1); in nir_lower_txs_lod() 1238 minified = nir_vec(b, comp, dest_size); in nir_lower_txs_lod()
|
D | nir_validate.c | 345 unsigned dest_size = nir_dest_num_components(dest->dest); in validate_alu_dest() local 350 validate_assert(state, !(dest->write_mask & ~((1 << dest_size) - 1))); in validate_alu_dest()
|
/third_party/cups-filters/filter/foomatic-rip/ |
D | util.h | 111 void file_basename(char *dest, const char *path, size_t dest_size);
|
D | util.c | 340 void file_basename(char *dest, const char *path, size_t dest_size) in file_basename() argument 350 while (*p != 0 && *p != '.' && --dest_size > 0) { in file_basename()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 2495 s64 dest_size; local 2498 dest_size = ntfs_device_size_get(dev_out, 1); 2500 dest_size = device_size_get(fd_out); 2501 if (dest_size < input_size) 2504 (long long)dest_size, (long long)input_size);
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbuffer.h | 419 gsize *dest_size);
|
D | gstbuffer.c | 2566 gpointer * dest, gsize * dest_size) in gst_buffer_extract_dup() argument 2575 *dest_size = 0; in gst_buffer_extract_dup() 2578 *dest_size = gst_buffer_extract (buffer, offset, *dest, size); in gst_buffer_extract_dup()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 2919 unsigned dest_size = nir_dest_bit_size(tex->dest); in match_tex_dests_instr() local 2923 if (bit_size == dest_size && !rewrite_depth) in match_tex_dests_instr() 2926 if (bit_size != dest_size) { in match_tex_dests_instr() 2937 dest = nir_u2uN(b, &tex->dest.ssa, dest_size); in match_tex_dests_instr() 2939 dest = nir_i2iN(b, &tex->dest.ssa, dest_size); in match_tex_dests_instr() 2941 dest = nir_f2fN(b, &tex->dest.ssa, dest_size); in match_tex_dests_instr()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 92 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def **srcs); 93 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1); 94 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1, 96 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1,
|
/third_party/ntfs-3g/libntfs-3g/ |
D | compress.c | 464 static int ntfs_decompress(u8 *dest, const u32 dest_size, in ntfs_decompress() argument 476 u8 *dest_end = dest + dest_size; /* End of dest buffer. */ in ntfs_decompress()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 901 int dest_size = nir_tex_instr_dest_size(instr); in ntq_emit_txs() local 907 for (int i = 0; i < dest_size; i++) { in ntq_emit_txs() 911 if (instr->is_array && i == dest_size - 1) in ntq_emit_txs() 926 if (!(instr->is_array && i == dest_size - 1)) { in ntq_emit_txs()
|