/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test24-added-fn-parms-v1.c | 9 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
|
H A D | test25-removed-fn-parms-v0.c | 4 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
|
/third_party/alsa-utils/alsamixer/ |
H A D | mixer_clickable.h | 13 int arg1; member
|
H A D | mixer_clickable.c | 20 void clickable_set(int y1, int x1, int y2, int x2, command_enum command, int arg1) { in clickable_set() argument 67 void clickable_set_relative(WINDOW *win, int y1, int x1, int y2, int x2, command_enum command, int arg1) { in clickable_set_relative() argument
|
/third_party/openssl/test/ |
H A D | defltfips_test.c | 74 char *arg1; in setup_tests() local
|
/third_party/ltp/testcases/kernel/containers/libclone/ |
H A D | libclone.c | 89 int do_plain_tests(int (*fn1) (void *arg), void *arg1, in do_plain_tests() argument 19 do_clone_tests(unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) do_clone_tests() argument 38 do_unshare_tests(unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) do_unshare_tests() argument 106 do_clone_unshare_test(int use_clone, unsigned long clone_flags, int (*fn1) (void *arg), void *arg1) do_clone_unshare_test() argument 126 do_clone_unshare_tests(int use_clone, unsigned long clone_flags, int (*fn1) (void *arg), void *arg1, int (*fn2) (void *arg), void *arg2) do_clone_unshare_tests() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/setregid/ |
H A D | setregid01.c | 31 gid_t *arg1; member
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | function-ptr-xtype.c | 12 int foo(void *fn, int arg1, int arg2) in foo() argument 25 int bar(int (*fn)(int), int arg1, int arg2) in bar() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
H A D | jpegtran-gtest-wrapper.cpp | 41 std::string arg1 = "-copy"; in TEST() local 69 std::string arg1 = "-crop"; in TEST() local 98 std::string arg1 = "-arithmetic"; in TEST() local 122 std::string arg1 = "-outfile"; in TEST() local
|
H A D | cjpeg-gtest-wrapper.cpp | 41 std::string arg1 = "-rgb"; in TEST() local 70 std::string arg1 = "-sample"; in TEST() local 101 std::string arg1 = "-sample"; in TEST() local 134 std::string arg1 = "-gray"; in TEST() local 161 std::string arg1 = "-sample"; in TEST() local 192 std::string arg1 = "-sample"; TEST() local 225 std::string arg1 = "-sample"; TEST() local 255 std::string arg1 = "-dct"; TEST() local 282 std::string arg1 = "-sample"; TEST() local 312 std::string arg1 = "-dct"; TEST() local 342 std::string arg1 = "-dct"; TEST() local 369 std::string arg1 = "-dct"; TEST() local 397 std::string arg1 = "-dct"; TEST() local [all...] |
H A D | djpeg-gtest-wrapper.cpp | 73 std::string arg1 = "-dct"; in TEST_P() local 106 std::string arg1 = "-dct"; in TEST() local 135 std::string arg1 = "-dct"; in TEST() local 165 std::string arg1 = "-dct"; in TEST() local 193 std::string arg1 = "-dct"; in TEST() local 224 std::string arg1 = "-dct"; TEST() local 253 std::string arg1 = "-dct"; TEST() local 284 std::string arg1 = "-dct"; TEST() local 314 std::string arg1 = "-dct"; TEST() local 343 std::string arg1 = "-fast"; TEST() local 369 std::string arg1 = "-dct"; TEST() local 401 std::string arg1 = "-dct"; TEST() local 432 std::string arg1 = "-dct"; TEST() local 462 std::string arg1 = "-dct"; TEST() local 490 std::string arg1 = "-dct"; TEST() local 515 std::string arg1 = "-dct"; TEST() local 542 std::string arg1 = "-dct"; TEST() local 573 std::string arg1 = "-dct"; TEST() local 602 std::string arg1 = "-dct"; TEST() local 627 std::string arg1 = "-dct"; TEST() local 654 std::string arg1 = "-dct"; TEST() local 679 std::string arg1 = "-dct"; TEST() local 706 std::string arg1 = "-dct"; TEST() local 736 std::string arg1 = "-dct"; TEST() local 768 std::string arg1 = "-dct"; TEST() local 797 std::string arg1 = "-dct"; TEST() local 823 std::string arg1 = "-dct"; TEST() local 852 std::string arg1 = "-dct"; TEST() local 882 std::string arg1 = "-dct"; TEST() local [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_safe_arithmetic.h | 113 SafeInt64MultByClang(std::int64_t arg1, std::int64_t arg2) SafeInt64MultByClang() argument 130 SafeInt64MultByInt128(std::int64_t arg1, std::int64_t arg2) SafeInt64MultByClang() argument 149 SafeInt64Mult(std::int64_t arg1, std::int64_t arg2) SafeInt64Mult() argument [all...] |
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-nice-strict.h | 177 NiceMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NiceMock() argument 219 NaggyMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NaggyMock() argument 261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-arraybuffer-prototype.c | 87 ecma_builtin_arraybuffer_prototype_object_slice(ecma_value_t this_arg, ecma_value_t arg1, ecma_value_t arg2) ecma_builtin_arraybuffer_prototype_object_slice() argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | txt_db.h | 45 long arg1; member
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | txt_db.h | 39 long arg1; member
|
/third_party/openssl/include/openssl/ |
H A D | txt_db.h | 45 long arg1; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_calling_conv.cpp | 25 int arg1 = 0x12345678; in caller_i() local 30 v4si32 arg1 = {0, 1, 2, 3}; in caller_vvvvv() local 40 v4f32 arg1 = {0, 1, 2, 3}; in caller_vlvilvfvdviv() local 62 void __attribute__((noinline)) callee_i(int arg1) { in callee_i() argument 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/elfutils/backends/ |
H A D | riscv_retval.c | 146 Dwarf_Die arg0, arg1; in riscv_return_value_location_lp64ifd() local
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | table.cc | 63 void check_trap(const wasm::Func* func, wasm::Val&& arg1, wasm::Val&& arg2) { in check_trap() argument
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | snmp_threadsync.h | 66 } arg1; member
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/ |
H A D | 2-1.c | 188 thestruct arg1, arg2; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
H A D | 8-1.c | 203 thestruct arg1, arg2; in main() local
|
/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.cc | 180 Handle<String> arg1 = error_details_.ArgString(isolate, 1); in ThrowPendingError() local 100 ReportMessageAt(int start_position, int end_position, MessageTemplate message, const AstRawString* arg0, const char* arg1) ReportMessageAt() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-promise.cc | 196 Handle<Object> arg1; in RUNTIME_FUNCTION() local
|