Home
last modified time | relevance | path

Searched refs:src (Results 3151 - 3175 of 7043) sorted by relevance

1...<<121122123124125126127128129130>>...282

/third_party/openssl/crypto/ec/
H A Decp_nist.c85 int ossl_ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_nist_group_copy() argument
87 dest->field_mod_func = src->field_mod_func; in ossl_ec_GFp_nist_group_copy()
89 return ossl_ec_GFp_simple_group_copy(dest, src); in ossl_ec_GFp_nist_group_copy()
/third_party/skia/src/core/
H A DSkDrawLooper.cpp12 #include "src/core/SkArenaAlloc.h"
54 // src and dst rects may alias and we need to keep the original src, so copy it. in computeFastBounds()
55 const SkRect src = s; in computeFastBounds() local
59 *dst = src; // catch case where there are no loops in computeFastBounds()
66 SkRect r(src); in computeFastBounds()
H A DSkBlitter_A8.cpp10 #include "src/core/SkCoreBlitters.h"
11 #include "src/core/SkXfermodePriv.h"
81 const uint8_t* src = mask.getAddr8(x, y); in blitMask() local
86 memcpy(dst, src, width); in blitMask()
88 src += srcRB; in blitMask()
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimageio_util.c140 void ImgIoUtilCopyPlane(const uint8_t* src, int src_stride, in ImgIoUtilCopyPlane() argument
143 memcpy(dst, src, width * sizeof(*dst)); in ImgIoUtilCopyPlane()
144 src += src_stride; in ImgIoUtilCopyPlane()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddbgutil.cpp140 udbg_escape(const UnicodeString &src, UnicodeString *dst) in udbg_escape() argument
143 for (int32_t i = 0; i < src.length(); ++i) { in udbg_escape()
144 UChar c = src[i]; in udbg_escape()
/third_party/skia/src/xml/
H A DSkDOMParser.cpp7 #include "src/xml/SkDOM.h"
8 #include "src/xml/SkDOMParser.h"
10 char* SkDOMParser::dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen) { in dupstr() argument
11 SkASSERT(chunk && src); in dupstr()
13 memcpy(dst, src, srcLen); in dupstr()
/third_party/optimized-routines/string/test/
H A Dmemcpy.c54 unsigned char *src = alignup (sbuf); in test() local
57 unsigned char *s = src + salign; in test()
69 src[i] = '?'; in test()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcase_statement_test.cc15 #include "src/ast/case_statement.h"
18 #include "src/ast/discard_statement.h"
19 #include "src/ast/if_statement.h"
20 #include "src/ast/test_helper.h"
66 auto src = c->source; in TEST_F() local
67 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
68 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dfor_loop_statement_test.cc16 #include "src/ast/binary_expression.h"
17 #include "src/ast/test_helper.h"
42 auto src = l->source; in TEST_F() local
43 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
44 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dloop_statement_test.cc15 #include "src/ast/loop_statement.h"
18 #include "src/ast/discard_statement.h"
19 #include "src/ast/if_statement.h"
20 #include "src/ast/test_helper.h"
48 auto src = l->source; in TEST_F() local
49 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
50 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
H A Dswitch_statement_test.cc15 #include "src/ast/switch_statement.h"
18 #include "src/ast/test_helper.h"
46 auto src = stmt->source; in TEST_F() local
47 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F()
48 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dexternal_texture_transform.cc15 #include "src/transform/external_texture_transform.h"
17 #include "src/program_builder.h"
18 #include "src/sem/call.h"
19 #include "src/sem/variable.h"
32 auto& sem = ctx.src->Sem(); in Run()
47 for (auto* node : ctx.src->ASTNodes().Objects()) { in Run()
108 for (auto* node : ctx.src->ASTNodes().Objects()) { in Run()
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dchange-to-type-that-gets-used-as-global-through-export-in-another-file-through-indirect-import.js17 //// [/src/project/class1.ts]
21 //// [/src/project/constants.ts]
24 //// [/src/project/reexport.ts]
27 //// [/src/project/tsconfig.json]
30 //// [/src/project/types.d.ts]
36 /lib/tsc -p src/project
40 //// [/src/project/class1.d.ts]
44 //// [/src/project/class1.js]
49 //// [/src/project/constants.d.ts]
54 //// [/src/projec
[all...]
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_artifacts.bat22 curl -L -o zlib-src.zip http://www.winimage.com/zLibDll/zlib123.zip
24 7z x zlib-src.zip -ozlib\include
27 del /Q zlib-src.zip
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Descaping.cc73 size_t Base64EscapeInternal(const unsigned char* src, size_t szsrc, char* dest, in Base64EscapeInternal() argument
81 const unsigned char* cur_src = src; in Base64EscapeInternal()
84 const unsigned char* const limit_src = src + szsrc; in Base64EscapeInternal()
/third_party/skia/include/core/
H A DSkSize.h55 static SkSize Make(const SkISize& src) { in Make()
56 return {SkIntToScalar(src.width()), SkIntToScalar(src.height())}; in Make()
H A DSkColorPriv.h148 static inline SkPMColor SkPMSrcOver(SkPMColor src, SkPMColor dst) { in SkPMSrcOver() argument
149 return src + SkAlphaMulQ(dst, SkAlpha255To256(255 - SkGetPackedA32(src))); in SkPMSrcOver()
/third_party/skia/gm/
H A Dpoly2poly.cpp45 SkPoint src[4], dst[4]; in doDraw() local
48 src[i].set(SkIntToScalar(isrc[2*i+0]), SkIntToScalar(isrc[2*i+1])); in doDraw()
53 matrix.setPolyToPoly(src, dst, count); in doDraw()
H A Dperspimages.cpp88 SkRect src = {img->width() / 4.f, img->height() / 4.f, variable
97 canvas->drawImageRect(img, src, dst, sampling, &paint,
101 canvas->drawImageRect(img, src, dst, sampling, &paint,
/third_party/skia/platform_tools/android/bin/
H A Dandroid_build_universal_viewer28 mkdir -p platform_tools/android/apps/${APP}/src/main/assets
29 cp -a resources platform_tools/android/apps/${APP}/src/main/assets/
44 DST=platform_tools/android/apps/$APP/src/main/libs/$NATIVE
/third_party/skia/infra/bots/recipe_modules/docker/
H A Dapi.py64 src = copy['src']
69 self.m.file.copy('cp %s %s' % (src, dest), src, dest)
/third_party/skia/bench/
H A DReadPixBench.cpp66 #include "src/core/SkPixmapPriv.h"
89 SkPixmap src, dst; variable
90 fSrc.peekPixels(&src);
93 SkPixmapPriv::Orient(dst, src, kTopRight_SkEncodedOrigin);
/third_party/vk-gl-cts/modules/internal/
H A DditSRGB8ConversionTest.cpp75 const tcu::UVec4 src (i); in iterate()
76 const tcu::Vec4 res (tcu::sRGBA8ToLinear(src)); in iterate()
77 const tcu::Vec4 ref (tcu::sRGBToLinear(src.cast<float>() / tcu::Vec4(255.0f))); in iterate()
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeString.c154 char* deStrcpy (char* dst, size_t size, const char* src) in deStrcpy() argument
157 (void)strcpy_s(dst, size, src); in deStrcpy()
160 return strncpy(dst, src, size); in deStrcpy()
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeThreadWin32.c158 void parseWin32ProcessorInfo (ProcessorInfo* dst, const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* src, deUint32 numBytes) in parseWin32ProcessorInfo() argument
160 const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* cur = src; in parseWin32ProcessorInfo()
164 while (((const deUint8*)cur - (const deUint8*)src) + sizeof(SYSTEM_LOGICAL_PROCESSOR_INFORMATION) <= numBytes) in parseWin32ProcessorInfo()

Completed in 9 milliseconds

1...<<121122123124125126127128129130>>...282