Home
last modified time | relevance | path

Searched defs:dst (Results 176 - 200 of 3039) sorted by relevance

12345678910>>...122

/third_party/lz4/ossfuzz/
H A Ddecompress_fuzzer.c25 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
[all...]
H A Dlz4_helpers.c30 size_t FUZZ_decompressFrame(void* dst, const size_t dstCapacity, in FUZZ_decompressFrame() argument
/third_party/node/deps/v8/src/parsing/
H A Dliteral-buffer.cc56 uint16_t* dst = reinterpret_cast<uint16_t*>(new_store.begin()); in ConvertToTwoByte() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_async_debug.c99 _u_async_debug_drain(struct util_async_debug_callback *adbg, struct util_debug_callback *dst) _u_async_debug_drain() argument
H A Du_async_debug.h69 u_async_debug_drain(struct util_async_debug_callback *adbg, struct util_debug_callback *dst) u_async_debug_drain() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_util.c37 brw_math_invert( struct brw_codegen *p, struct brw_reg dst, struct brw_reg src) brw_math_invert() argument
51 brw_copy4(struct brw_codegen *p, struct brw_reg dst, struct brw_reg src, unsigned count) brw_copy4() argument
70 brw_copy8(struct brw_codegen *p, struct brw_reg dst, struct brw_reg src, unsigned count) brw_copy8() argument
104 brw_copy_from_indirect(struct brw_codegen *p, struct brw_reg dst, struct brw_indirect ptr, unsigned count) brw_copy_from_indirect() argument
[all...]
/third_party/mesa3d/src/util/
H A Dstreaming-load-memcpy.c40 util_streaming_load_memcpy(void *restrict dst, void *restrict src, size_t len) in util_streaming_load_memcpy() argument
H A Dbigmath.h34 _ubm_add_u32arr(uint32_t *dst, unsigned dst_len, in _ubm_add_u32arr() argument
67 _ubm_mul_u32arr(uint32_t *dst, unsigned dst_len, in _ubm_mul_u32arr() argument
[all...]
H A Ddriconf_static.py229 dst = sys.argv[2] variable
/third_party/musl/libc-test/src/functional/
H A Dstring_memcpy.c18 char *dst = aligned(buf + 128); in test_align() local
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_tiling.h88 vc4_load_lt_image(void *dst, uint32_t dst_stride, in vc4_load_lt_image() argument
104 vc4_store_lt_image(void *dst, uint32_ argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c16 int ossl_rsa_acvp_test_gen_params_new(OSSL_PARAM **dst, const OSSL_PARAM src[]) in ossl_rsa_acvp_test_gen_params_new() argument
65 void ossl_rsa_acvp_test_gen_params_free(OSSL_PARAM *dst) in ossl_rsa_acvp_test_gen_params_free() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeRISCV_64.c129 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins last_ins) in emit_const() argument
H A DsljitNativeRISCV_32.c46 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins last_ins) in emit_const() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs50 internal static void Copy(byte[] src, int srcOffset, byte[] dst, int dstOffset, int count) in Copy() argument
/third_party/pulseaudio/src/pulsecore/resampler/
H A Dpeaks.c40 void *src, *dst; in peaks_resample() local
H A Dtrivial.c35 void *src, *dst; in trivial_resample() local
/third_party/pulseaudio/src/pulsecore/
H A Dmemchunk.c94 pa_memchunk* pa_memchunk_memcpy(pa_memchunk *dst, pa_memchunk *src) { in pa_memchunk_memcpy() argument
/third_party/vk-gl-cts/execserver/
H A DxsPosixFileReader.hpp45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } in read() argument
/third_party/skia/src/core/
H A DSkBlendModeBlender.cpp84 skvm::Color SkBlendModeBlender::onProgram(skvm::Builder* p, skvm::Color src, skvm::Color dst, in onProgram() argument
H A DSkScan.h124 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) { in XRect_round() argument
134 static inline void XRect_roundOut(const SkXRect& xr, SkIRect* dst) { in XRect_roundOut() argument
[all...]
H A DSkBlenderBase.h36 skvm::Color program(skvm::Builder* p, skvm::Color src, skvm::Color dst, in program() argument
H A DSkPixmapPriv.h36 static bool Orient(const SkPixmap& dst, SkEncodedOrigin origin, Fn&& decode) { in Orient() argument
/third_party/skia/src/gpu/text/
H A DGrSDFMaskFilter.cpp46 bool GrSDFMaskFilterImpl::filterMask(SkMask* dst, const SkMask& src, in filterMask() argument
[all...]
/third_party/skia/samplecode/
H A DSampleCamera.cpp38 SkRect dst = { -150, -150, 150, 150 }; variable

Completed in 7 milliseconds

12345678910>>...122