Home
last modified time | relevance | path

Searched refs:arg7 (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Dcjpeg-gtest-wrapper.cpp47 std::string arg7 = output_path.MaybeAsASCII(); in TEST() local
52 &arg6[0], &arg7[0], &arg8[0], in TEST()
76 std::string arg7 = output_path.MaybeAsASCII(); in TEST() local
81 &arg6[0], &arg7[0], &arg8[0], in TEST()
107 std::string arg7 = "-scans"; in TEST() local
115 &arg6[0], &arg7[0], &arg8[0], &arg9[0], &arg10[0], in TEST()
167 std::string arg7 = "-opt"; in TEST() local
174 &arg6[0], &arg7[0], &arg8[0], &arg9[0], &arg10[0] in TEST()
198 std::string arg7 = output_path.MaybeAsASCII(); in TEST() local
203 &arg6[0], &arg7[ in TEST()
231 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
288 std::string arg7 = "-outfile"; TEST() local
318 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
375 std::string arg7 = input_image_path.MaybeAsASCII(); TEST() local
403 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
[all...]
H A Ddjpeg-gtest-wrapper.cpp79 std::string arg7 = "-outfile"; in TEST_P() local
85 &arg6[0], &arg7[0], &arg8[0], &arg9[0] in TEST_P()
112 std::string arg7 = output_path.MaybeAsASCII(); in TEST() local
117 &arg6[0], &arg7[0], &arg8[0] in TEST()
141 std::string arg7 = "-outfile"; in TEST() local
147 &arg6[0], &arg7[0], &arg8[0], &arg9[0] in TEST()
171 std::string arg7 = input_image_path.MaybeAsASCII(); in TEST() local
175 &arg6[0], &arg7[0] in TEST()
199 std::string arg7 = "-bmp"; in TEST() local
206 &arg6[0], &arg7[ in TEST()
230 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
259 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
290 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
320 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
375 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
407 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
438 std::string arg7 = "-outfile"; TEST() local
468 std::string arg7 = input_image_path.MaybeAsASCII(); TEST() local
548 std::string arg7 = "-bmp"; TEST() local
579 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
712 std::string arg7 = "-outfile"; TEST() local
742 std::string arg7 = input_image_path.MaybeAsASCII(); TEST() local
829 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
858 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
888 std::string arg7 = output_path.MaybeAsASCII(); TEST() local
[all...]
H A Djpegtran-gtest-wrapper.cpp47 std::string arg7 = input_image_path.MaybeAsASCII(); in TEST() local
51 &arg6[0], &arg7[0] in TEST()
75 std::string arg7 = input_image_path.MaybeAsASCII(); in TEST() local
79 &arg6[0], &arg7[0] in TEST()
H A Dtjbench-gtest-wrapper.cpp82 std::string arg7 = "0.01"; in SetUpTestSuite() local
87 &arg6[0], &arg7[0], &arg8[0], &arg9[0], in SetUpTestSuite()
152 std::string arg7 = "-benchtime"; in SetUpTestSuite() local
158 &arg6[0], &arg7[0], &arg8[0], &arg9[0], &arg10[0] in SetUpTestSuite()
/third_party/node/deps/v8/src/third_party/valgrind/
H A Dvalgrind.h732 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \
734 CALL_FN_W_7W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6,arg7); } while (0)
913 arg7) \
925 _argvec[7] = (unsigned long)(arg7); \
946 arg7,arg8) \
958 _argvec[7] = (unsigned long)(arg7); \
980 arg7,arg8,arg9) \
992 _argvec[7] = (unsigned long)(arg7); \
1017 arg7,arg8,arg9,arg10) \
1029 _argvec[7] = (unsigned long)(arg7); \
[all...]
/third_party/libinput/include/valgrind/
H A Dvalgrind.h1222 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \
1224 CALL_FN_W_7W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6,arg7); } while (0)
1423 arg7) \
1435 _argvec[7] = (unsigned long)(arg7); \
1457 arg7,arg8) \
1469 _argvec[7] = (unsigned long)(arg7); \
1492 arg7,arg8,arg9) \
1504 _argvec[7] = (unsigned long)(arg7); \
1530 arg7,arg8,arg9,arg10) \
1542 _argvec[7] = (unsigned long)(arg7); \
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtrace.h299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7))
301 # define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
302 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8))
303 # define OSSL_TRACE9(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) \
304 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9))
/third_party/openssl/include/openssl/
H A Dtrace.h299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7))
301 # define OSSL_TRACE8(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \
302 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8))
303 # define OSSL_TRACE9(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) \
304 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9))
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc60 const SubstituteArg& arg6, const SubstituteArg& arg7, in Substitute()
64 arg5, arg6, arg7, arg8, arg9); in Substitute()
73 const SubstituteArg& arg6, const SubstituteArg& arg7, in SubstituteAndAppend()
76 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, nullptr in SubstituteAndAppend()
55 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) Substitute() argument
68 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) SubstituteAndAppend() argument
H A Dsubstitute.h151 const internal::SubstituteArg& arg7 = internal::SubstituteArg(),
164 const internal::SubstituteArg& arg7 = internal::SubstituteArg(),
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_calling_conv.cpp46 float arg7 = 16; in caller_vlvilvfvdviv() local
54 (arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12); in caller_vlvilvfvdviv()
79 v4f32 arg6, float arg7, v4f32 arg8, double arg9, in callee_vlvilvfvdviv()
78 callee_vlvilvfvdviv(v4f32 arg1, int64 arg2, v4f32 arg3, int arg4, int64 arg5, v4f32 arg6, float arg7, v4f32 arg8, double arg9, v4f32 arg10, int arg11, v4f32 arg12) callee_vlvilvfvdviv() argument
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_java_wrap.c1378 int arg7 ; in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGB() local
1402 arg7 = (int)jarg7; in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGB()
1404 result = (uint8_t *)wrap_WebPEncodeRGB((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8); in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGB()
1428 int arg7 ; in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGR() local
1452 arg7 = (int)jarg7; in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGR()
1454 result = (uint8_t *)wrap_WebPEncodeBGR((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8); in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGR()
1478 int arg7 ; in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGBA() local
1502 arg7 = (int)jarg7; in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGBA()
1504 result = (uint8_t *)wrap_WebPEncodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8); in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGBA()
1528 int arg7 ; in Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGRA() local
1578 int arg7 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessRGB() local
1626 int arg7 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessBGR() local
1674 int arg7 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessRGBA() local
1722 int arg7 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessBGRA() local
[all...]
H A Dlibwebp_python_wrap.c3974 int arg7 ; variable
4051 arg7 = (int)(val7);
4057 result = (uint8_t *)wrap_WebPEncodeRGB((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
4094 int arg7 ; variable
4171 arg7 = (int)(val7);
4177 result = (uint8_t *)wrap_WebPEncodeBGR((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
4214 int arg7 ; variable
4291 arg7 = (int)(val7);
4297 result = (uint8_t *)wrap_WebPEncodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8);
4334 int arg7 ; variable
4454 int arg7 ; global() variable
4565 int arg7 ; global() variable
4676 int arg7 ; global() variable
4787 int arg7 ; global() variable
[all...]
/third_party/ltp/testcases/misc/crash/
H A Dcrash02.c419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; in try_one_crash() local
431 arg7 = rand_long(); in try_one_crash()
436 arg4, arg5, arg6, arg7); in try_one_crash()
439 syscall(sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in try_one_crash()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-fn-ptr.rs16 arg7: ::std::os::raw::c_int,
69 arg7: ::std::os::raw::c_int,
/third_party/mesa3d/include/CL/
H A Dcl.hpp7661 T7 arg7, in operator ()()
7696 arg7, in operator ()()
7886 T7 arg7, in operator ()()
7920 arg7, in operator ()()
8107 T7 arg7, in operator ()()
8140 arg7, in operator ()()
8324 T7 arg7, in operator ()()
8356 arg7, in operator ()()
8537 T7 arg7, in operator ()()
8568 arg7, in operator ()()
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc447 int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, int64_t arg9,
454 int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, int64_t arg9,
479 int64_t arg4, int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, in UnsafeGenericFunctionCall()
485 return target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, in UnsafeGenericFunctionCall()
668 const int64_t arg7 = xreg(7); in DoRuntimeCall() local
724 arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, in DoRuntimeCall()
730 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in DoRuntimeCall()
771 arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, in DoRuntimeCall()
775 external, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, in DoRuntimeCall()
477 UnsafeGenericFunctionCall( int64_t function, int64_t arg0, int64_t arg1, int64_t arg2, int64_t arg3, int64_t arg4, int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, int64_t arg9, int64_t arg10, int64_t arg11, int64_t arg12, int64_t arg13, int64_t arg14, int64_t arg15, int64_t arg16, int64_t arg17, int64_t arg18, int64_t arg19) UnsafeGenericFunctionCall() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc619 TNode<ExternalReference> arg7 = isolate_address; in RegExpExecInternal() local
638 std::make_pair(arg7_type, arg7), std::make_pair(arg8_type, arg8))); in RegExpExecInternal()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1600 int32_t arg5, int32_t arg6, int32_t arg7, int32_t arg8, int32_t arg9,
1626 int32_t arg5, int32_t arg6, int32_t arg7, in UnsafeGenericFunctionCall()
1633 return target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, in UnsafeGenericFunctionCall()
1673 int32_t arg7 = stack_pointer[3]; in SoftwareInterrupt() local
1873 arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, in SoftwareInterrupt()
1882 external, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, in SoftwareInterrupt()
1624 UnsafeGenericFunctionCall(intptr_t function, int32_t arg0, int32_t arg1, int32_t arg2, int32_t arg3, int32_t arg4, int32_t arg5, int32_t arg6, int32_t arg7, int32_t arg8, int32_t arg9, int32_t arg10, int32_t arg11, int32_t arg12, int32_t arg13, int32_t arg14, int32_t arg15, int32_t arg16, int32_t arg17, int32_t arg18, int32_t arg19) UnsafeGenericFunctionCall() argument
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2742 int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, int64_t arg9,
2782 const int64_t arg7 = get_register(a7); in SoftwareInterrupt() local
2960 arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, in SoftwareInterrupt()
2963 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in SoftwareInterrupt()
4426 int64_t arg7 = get_register(a7); in DecodeRVIType() local
4438 arg6, arg7, arg8, arg9, get_register(sp), get_register(fp)); in DecodeRVIType()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2019 int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, int64_t arg9,
2058 int64_t arg7 = get_register(a7); in SoftwareInterrupt() local
2245 arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, in SoftwareInterrupt()
2248 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2212 int64_t arg5, int64_t arg6, int64_t arg7, int64_t arg8, int64_t arg9,
2253 int64_t arg7 = get_register(a7); in SoftwareInterrupt() local
2440 arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, in SoftwareInterrupt()
2443 ObjectPair result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2192 int32_t arg5, int32_t arg6, int32_t arg7, int32_t arg8, int32_t arg9,
2234 int32_t arg7 = stack_pointer[7]; in SoftwareInterrupt() local
2432 arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, in SoftwareInterrupt()
2435 int64_t result = target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, in SoftwareInterrupt()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc944 intptr_t arg5, intptr_t arg6, intptr_t arg7, intptr_t arg8, intptr_t arg9,
950 intptr_t arg5, intptr_t arg6, intptr_t arg7, intptr_t arg8, intptr_t arg9,
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc1941 intptr_t arg5, intptr_t arg6, intptr_t arg7, intptr_t arg8, intptr_t arg9,
1947 intptr_t arg5, intptr_t arg6, intptr_t arg7, intptr_t arg8, intptr_t arg9,

Completed in 106 milliseconds

12