Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 - 25 of 236) sorted by relevance

12345678910

/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest24-added-fn-parms-v1.c9 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
H A Dtest25-removed-fn-parms-v0.c4 fun(__attribute__((unused))unsigned arg0, __attribute__((unused)) char arg1, __attribute__((unused)) int arg2) fun() argument
/third_party/alsa-utils/alsamixer/
H A Dmixer_clickable.h13 int arg1; member
H A Dmixer_clickable.c20 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 Ddefltfips_test.c74 char *arg1; in setup_tests() local
/third_party/ltp/testcases/kernel/containers/libclone/
H A Dlibclone.c89 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 Dsetregid01.c31 gid_t *arg1; member
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dfunction-ptr-xtype.c12 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 Djpegtran-gtest-wrapper.cpp41 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 Dcjpeg-gtest-wrapper.cpp41 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 Ddjpeg-gtest-wrapper.cpp73 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 Ddng_safe_arithmetic.h113 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 Dgmock-nice-strict.h177 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 Decma-builtin-arraybuffer-prototype.c87 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 Dtxt_db.h45 long arg1; member
/third_party/openssl/ohos_lite/include/openssl/
H A Dtxt_db.h39 long arg1; member
/third_party/openssl/include/openssl/
H A Dtxt_db.h45 long arg1; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_calling_conv.cpp25 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 Driscv_retval.c146 Dwarf_Die arg0, arg1; in riscv_return_value_location_lp64ifd() local
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.cc63 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 Dsnmp_threadsync.h66 } arg1; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/
H A D2-1.c188 thestruct arg1, arg2; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/
H A D8-1.c203 thestruct arg1, arg2; in main() local
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc180 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 Druntime-promise.cc196 Handle<Object> arg1; in RUNTIME_FUNCTION() local

Completed in 9 milliseconds

12345678910