Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 - 25 of 131) sorted by relevance

123456

/third_party/rust/crates/libc/src/solid/
H A Dmod.rs448 pub fn fgets(arg1: *mut c_char, arg2: c_int, arg3: *mut FILE) -> *mut c_char; in fgets()
453 pub fn fread(arg1: *mut c_void, arg2: size_t, arg3: size_t, arg4: *mut FILE) -> size_t; in fread()
454 pub fn freopen(arg1: *const c_char, arg2: *const c_char, arg3: *mut FILE) -> *mut FILE; in freopen()
456 pub fn fseek(arg1: *mut FILE, arg2: c_long, arg3: c_int) -> c_int; in fseek()
458 pub fn fwrite(arg1: *const c_void, arg2: size_t, arg3: size_t, arg4: *mut FILE) -> size_t; in fwrite()
470 pub fn setvbuf(arg1: *mut FILE, arg2: *mut c_char, arg3: c_int, arg4: size_t) -> c_int; in setvbuf()
474 pub fn vfprintf(arg1: *mut FILE, arg2: *const c_char, arg3: __va_list) -> c_int; in vfprintf()
479 pub fn vsprintf(arg1: *mut c_char, arg2: *const c_char, arg3: __va_list) -> c_int; in vsprintf()
488 pub fn sniprintf(arg1: *mut c_char, arg2: size_t, arg3: *const c_char, ...) -> c_int; in sniprintf()
489 pub fn vasiprintf(arg1: *mut *mut c_char, arg2: *const c_char, arg3 in sniprintf()
[all...]
/third_party/node/deps/v8/src/third_party/valgrind/
H A Dvalgrind.h716 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \
718 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0)
720 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \
722 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0)
724 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \
726 CALL_FN_W_5W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5); } while (0)
728 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \
730 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6); } while (0)
732 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \
734 CALL_FN_W_7W(_junk,fnptr,arg1,arg2,arg3,arg
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtrace.h291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \
292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6))
299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg
[all...]
/third_party/openssl/include/openssl/
H A Dtrace.h291 # define OSSL_TRACE3(category, format, arg1, arg2, arg3) \
292 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3))
293 # define OSSL_TRACE4(category, format, arg1, arg2, arg3, arg4) \
294 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4))
295 # define OSSL_TRACE5(category, format, arg1, arg2, arg3, arg4, arg5) \
296 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5))
297 # define OSSL_TRACE6(category, format, arg1, arg2, arg3, arg4, arg5, arg6) \
298 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg4, arg5, arg6))
299 # define OSSL_TRACE7(category, format, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \
300 OSSL_TRACEV(category, (trc_out, format, arg1, arg2, arg3, arg
[all...]
/third_party/libinput/include/valgrind/
H A Dvalgrind.h1206 #define CALL_FN_v_WWW(fnptr, arg1,arg2,arg3) \
1208 CALL_FN_W_WWW(_junk,fnptr,arg1,arg2,arg3); } while (0)
1210 #define CALL_FN_v_WWWW(fnptr, arg1,arg2,arg3,arg4) \
1212 CALL_FN_W_WWWW(_junk,fnptr,arg1,arg2,arg3,arg4); } while (0)
1214 #define CALL_FN_v_5W(fnptr, arg1,arg2,arg3,arg4,arg5) \
1216 CALL_FN_W_5W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5); } while (0)
1218 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \
1220 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6); } while (0)
1222 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \
1224 CALL_FN_W_7W(_junk,fnptr,arg1,arg2,arg3,arg
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Ddjpeg-gtest-wrapper.cpp75 std::string arg3 = "-scale"; in TEST_P() local
84 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST_P()
108 std::string arg3 = "-colors"; in TEST() local
116 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
137 std::string arg3 = "-rgb565"; in TEST() local
146 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
167 std::string arg3 = "-rgb565"; in TEST() local
174 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
195 std::string arg3 = "-nosmooth"; in TEST() local
205 &arg1[0], &arg2[0], &arg3[ in TEST()
226 std::string arg3 = "-nosmooth"; TEST() local
255 std::string arg3 = "-skip"; TEST() local
286 std::string arg3 = "-skip"; TEST() local
316 std::string arg3 = "-crop"; TEST() local
345 std::string arg3 = "-outfile"; TEST() local
371 std::string arg3 = "-crop"; TEST() local
403 std::string arg3 = "-ppm"; TEST() local
434 std::string arg3 = "-rgb565"; TEST() local
464 std::string arg3 = "-rgb565"; TEST() local
492 std::string arg3 = "-outfile"; TEST() local
517 std::string arg3 = "-nosmooth"; TEST() local
544 std::string arg3 = "-nosmooth"; TEST() local
575 std::string arg3 = "-nosmooth"; TEST() local
604 std::string arg3 = "-outfile"; TEST() local
629 std::string arg3 = "-nosmooth"; TEST() local
656 std::string arg3 = "-outfile"; TEST() local
681 std::string arg3 = "-rgb"; TEST() local
708 std::string arg3 = "-rgb565"; TEST() local
738 std::string arg3 = "-rgb565"; TEST() local
770 std::string arg3 = "-outfile"; TEST() local
799 std::string arg3 = "-outfile"; TEST() local
825 std::string arg3 = "-crop"; TEST() local
854 std::string arg3 = "-skip"; TEST() local
884 std::string arg3 = "-crop"; TEST() local
[all...]
H A Dcjpeg-gtest-wrapper.cpp43 std::string arg3 = "int"; in TEST() local
51 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
72 std::string arg3 = "-dct"; in TEST() local
80 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
103 std::string arg3 = "-quality"; in TEST() local
114 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
136 std::string arg3 = "int"; in TEST() local
142 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
163 std::string arg3 = "-smooth"; in TEST() local
173 &arg1[0], &arg2[0], &arg3[ in TEST()
194 std::string arg3 = "-dct"; TEST() local
227 std::string arg3 = "-dct"; TEST() local
257 std::string arg3 = "-arithmetic"; TEST() local
284 std::string arg3 = "-dct"; TEST() local
314 std::string arg3 = "-arithmetic"; TEST() local
344 std::string arg3 = "-prog"; TEST() local
371 std::string arg3 = "-sample"; TEST() local
399 std::string arg3 = "-prog"; TEST() local
[all...]
H A Djpegtran-gtest-wrapper.cpp43 std::string arg3 = "-icc"; in TEST() local
50 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
71 std::string arg3 = "-transpose"; in TEST() local
78 &arg1[0], &arg2[0], &arg3[0], &arg4[0], &arg5[0], in TEST()
100 std::string arg3 = output_path.MaybeAsASCII(); in TEST() local
104 &arg1[0], &arg2[0], &arg3[0], &arg4[0] in TEST()
124 std::string arg3 = input_image_path.MaybeAsASCII(); in TEST() local
127 &arg1[0], &arg2[0], &arg3[0] in TEST()
/third_party/typescript/tests/baselines/reference/
H A DdeclarationsForIndirectTypeAliasReference.js33 arg3 = MAP2) {
49 function doSome(arg1, arg2, arg3) {
51 if (arg3 === void 0) { arg3 = MAP2; }
67 declare function doSome(arg1: string, arg2?: StringHash, arg3?: StringHash2): void;
H A DcallsOnComplexSignatures.js45 arg3: ((a: {x: number}, ...objs: {y: number}[]) => number) | ((...objs: {x: number}[]) => number),
56 arg3({x: 0});
57 arg3({x: 0}, {x: 0, y: 0});
58 arg3({x: 0}, {x: 0, y: 0}, {x: 0, y: 0});
133 function test4(arg1, arg2, arg3, arg4, arg5, arg6) {
138 arg3({ x: 0 });
139 arg3({ x: 0 }, { x: 0, y: 0 });
140 arg3({ x: 0 }, { x: 0, y: 0 }, { x: 0, y: 0 });
H A DgenericCallWithConstructorTypedArguments5.js13 var arg3: { cb: new (x: string, y: number) => string };
14 var r3 = foo(arg3); // error
38 var arg3; variable
39 var r3 = foo(arg3); // error
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_calling_conv.cpp32 v4si32 arg3 = {8, 9, 10, 11}; in caller_vvvvv() local
36 CALL_AS_TYPE(callee_vvvvv_Ty, Callee)(arg1, arg2, arg3, arg4, arg5); in caller_vvvvv()
42 v4f32 arg3 = {6, 7, 8, 9}; in caller_vlvilvfvdviv() local
54 (arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12); in caller_vlvilvfvdviv()
67 callee_vvvvv(v4si32 arg1, v4si32 arg2, v4si32 arg3, v4si32 arg4, v4si32 arg5) { in callee_vvvvv() argument
78 callee_vlvilvfvdviv(v4f32 arg1, int64 arg2, v4f32 arg3, int arg4, int64 arg5, in callee_vlvilvfvdviv() argument
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_java_wrap.c870 (result ? (jint)ReturnedBufferSize(__FUNCTION__, arg3, arg4) : 0)
1027 int *arg3 = (int *) 0 ; in Java_com_google_webp_libwebpJNI_WebPGetInfo() local
1047 arg3 = &temp3; in Java_com_google_webp_libwebpJNI_WebPGetInfo()
1060 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4); in Java_com_google_webp_libwebpJNI_WebPGetInfo()
1082 int *arg3 = (int *) 0 ; in Java_com_google_webp_libwebpJNI_WebPDecodeRGB() local
1102 arg3 = &temp3; in Java_com_google_webp_libwebpJNI_WebPDecodeRGB()
1115 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4); in Java_com_google_webp_libwebpJNI_WebPDecodeRGB()
1138 int *arg3 = (int *) 0 ; in Java_com_google_webp_libwebpJNI_WebPDecodeRGBA() local
1158 arg3 = &temp3; in Java_com_google_webp_libwebpJNI_WebPDecodeRGBA()
1171 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg in Java_com_google_webp_libwebpJNI_WebPDecodeRGBA()
1194 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_WebPDecodeARGB() local
1250 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_WebPDecodeBGR() local
1306 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_WebPDecodeBGRA() local
1374 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGB() local
1424 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGR() local
1474 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeRGBA() local
1524 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeBGRA() local
1574 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessRGB() local
1622 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessBGR() local
1670 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessRGBA() local
1718 int *arg3 = (int *) 0 ; Java_com_google_webp_libwebpJNI_wrap_1WebPEncodeLosslessBGRA() local
[all...]
H A Dlibwebp_go_wrap.c225 int *arg3 = (int *) 0 ; in _wrap_wrapped_WebPGetInfo() local
233 _goslice_ arg3; in _wrap_wrapped_WebPGetInfo() member
244 if (swig_a->arg3.len == 0) { in _wrap_wrapped_WebPGetInfo()
247 arg3 = &temp3; in _wrap_wrapped_WebPGetInfo()
256 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_wrapped_WebPGetInfo()
259 int* a = (int *) swig_a->arg3.array; in _wrap_wrapped_WebPGetInfo()
H A Dlibwebp_python_wrap.c3644 int *arg3 = (int *) 0 ; variable
3657 arg3 = &temp3;
3666 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4);
3669 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_From_int((*arg3)));
3672 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, new_flags));
3692 int *arg3 = (int *) 0 ; variable
3705 arg3 = &temp3;
3714 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4);
3718 (result == NULL) ? 0 : ReturnedBufferSize("WebPDecodeRGB", arg3, arg4));
3721 resultobj = SWIG_Python_AppendOutput(resultobj, SWIG_From_int((*arg3)));
3745 int *arg3 = (int *) 0 ; global() variable
3798 int *arg3 = (int *) 0 ; global() variable
3851 int *arg3 = (int *) 0 ; global() variable
3904 int *arg3 = (int *) 0 ; global() variable
3970 int *arg3 = (int *) 0 ; global() variable
4090 int *arg3 = (int *) 0 ; global() variable
4210 int *arg3 = (int *) 0 ; global() variable
4330 int *arg3 = (int *) 0 ; global() variable
4450 int *arg3 = (int *) 0 ; global() variable
4561 int *arg3 = (int *) 0 ; global() variable
4672 int *arg3 = (int *) 0 ; global() variable
4783 int *arg3 = (int *) 0 ; global() variable
[all...]
/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c134 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in debug_op()
154 fprintf(stderr, ", %s, %s, %d", _mesa_enum_to_string(arg3), in debug_op()
596 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in _mesa_FragmentOpXATI()
682 if (arg3) { in _mesa_FragmentOpXATI()
683 if (!check_arith_arg(optype, arg3, arg3Rep)) { in _mesa_FragmentOpXATI()
688 (arg3 >= GL_CON_0_ATI) && (arg3 <= GL_CON_7_ATI) && in _mesa_FragmentOpXATI()
689 (arg1 != arg2) && (arg1 != arg3) && (arg2 != arg3)) { in _mesa_FragmentOpXATI()
700 if (arg3) in _mesa_FragmentOpXATI()
131 debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) debug_op() argument
593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_FragmentOpXATI() argument
771 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_ColorFragmentOp3ATI() argument
801 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod) _mesa_AlphaFragmentOp3ATI() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.cpp130 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, in SafeUint32Mult() argument
133 *result = SafeUint32Mult(arg1, arg2, arg3); in SafeUint32Mult()
140 bool SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, in SafeUint32Mult() argument
143 *result = SafeUint32Mult(arg1, arg2, arg3, arg4); in SafeUint32Mult()
155 std::uint32_t arg3) { in SafeUint32Mult()
156 return SafeUint32Mult(SafeUint32Mult(arg1, arg2), arg3); in SafeUint32Mult()
160 std::uint32_t arg3, std::uint32_t arg4) { in SafeUint32Mult()
161 return SafeUint32Mult(SafeUint32Mult(arg1, arg2, arg3), arg4); in SafeUint32Mult()
154 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3) SafeUint32Mult() argument
159 SafeUint32Mult(std::uint32_t arg1, std::uint32_t arg2, std::uint32_t arg3, std::uint32_t arg4) SafeUint32Mult() argument
/third_party/jerryscript/jerry-core/parser/js/
H A Dbyte-code.c39 #define CBC_OPCODE(arg1, arg2, arg3, arg4) \
40 ((arg2) | (((arg3) + CBC_STACK_ADJUST_BASE) << CBC_STACK_ADJUST_SHIFT)),
62 #define CBC_OPCODE(arg1, arg2, arg3, arg4) #arg1,
/third_party/node/lib/
H A Dtimers.js138 * @param {any} [arg3]
141 function setTimeout(callback, after, arg1, arg2, arg3) {
157 args = [arg1, arg2, arg3];
208 * @param {any} [arg3]
211 function setInterval(callback, repeat, arg1, arg2, arg3) {
227 args = [arg1, arg2, arg3];
281 * @param {any} [arg3]
284 function setImmediate(callback, arg1, arg2, arg3) {
299 args = [arg1, arg2, arg3];
/third_party/jerryscript/tests/jerry/
H A Darray-prototype-every.js17 function f(arg1, arg2, arg3) {
19 assert(arg3 === array);
25 function g(arg1, arg2, arg3) {
H A Darray-prototype-some.js17 function f(arg1, arg2, arg3) {
19 assert(arg3 === array);
25 function g(arg1, arg2, arg3) {
H A Darray-prototype-filter.js17 function f(arg1, arg2, arg3) {
19 assert(arg3 === array);
31 function g (arg1, arg2, arg3) {
/third_party/ltp/testcases/realtime/stress/pi-tests/
H A Dtestpi-3.c92 Thread arg1, arg2, arg3, arg4, arg5; variable
351 arg3.policy = SCHED_RR; in main()
352 arg3.priority = 30; in main()
353 arg3.func = func_rt; in main()
393 startThread(&arg3); in main()
402 stopThread(&arg3); in main()
406 printf("Thread counts %d %d %d %d %d\n", arg1.id, arg2.id, arg3.id, in main()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc58 const SubstituteArg& arg2, const SubstituteArg& arg3, in Substitute()
63 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, in Substitute()
71 const SubstituteArg& arg2, const SubstituteArg& arg3, 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
/third_party/popt/tests/
H A Dtest1.c19 static int arg3 = 0; variable
91 { "arg3", '3', POPT_ARG_INT, &arg3, 0,
158 arg3 = 0; in resetVars()
238 if (arg3) in main()
239 fprintf(stdout, " arg3: %d", arg3); in main()

Completed in 25 milliseconds

123456