Home
last modified time | relevance | path

Searched defs:arg (Results 126 - 150 of 2238) sorted by relevance

12345678910>>...90

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dpthread_cleanup_test.cpp12 void CleanupFunc(void* arg) in CleanupFunc() argument
20 void* ThreadFn(void* arg) in ThreadFn() argument
H A Dthread_sem_test.cpp15 static void* ThreadFn(void* arg) in ThreadFn() argument
/third_party/musl/libc-test/src/gwp_asan/
H A Dthread_fork_test.c25 void* fork_task(void *arg) in fork_task() argument
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DMemoizer.java49 public R get(T arg) { in get() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dwrap-static-fns.h13 static inline int takes_ptr(int* arg) { in takes_ptr() argument
31 static inline int takes_qualified(const int *const *arg) { in takes_qualified() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/generated/
H A Dwrap_static_fns.c6 int takes_ptr__extern(int *arg) { return takes_ptr(arg); } in takes_ptr__extern() argument
14 int takes_qualified__extern(const int *const *arg) { return takes_qualified(arg); } in takes_qualified__extern() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermNode_util.h94 void GetSwizzleIndex(TVector<int> *indexOut, T arg, ArgsT... args) in GetSwizzleIndex() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duoptions.cpp28 char *arg; in u_parseArgs() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorScalarCast.h29 ConstructorScalarCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorScalarCast() argument
H A DSkSLConstructorSplat.h28 ConstructorSplat(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorSplat() argument
H A DSkSLConstructorMatrixResize.h30 ConstructorMatrixResize(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorMatrixResize() argument
H A DSkSLConstructorArrayCast.h31 ConstructorArrayCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorArrayCast() argument
H A DSkSLConstructorCompoundCast.h29 ConstructorCompoundCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorCompoundCast() argument
H A DSkSLConstructorDiagonalMatrix.h30 ConstructorDiagonalMatrix(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorDiagonalMatrix() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_aarch64.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_arm.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_mips64.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_ppc64.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_x64.c24 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
29 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_x86.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
/third_party/toybox/toys/other/
H A Dmountpoint.c35 char *arg = *toys.optargs; in mountpoint_main() local
/third_party/toybox/toys/pending/
H A Dopenvt.c45 char arg = 0, *console_name[] = {"/dev/tty", "/dev/tty0", "/dev/console"}; in open_console() local
/third_party/toybox/toys/posix/
H A Dhead.c63 char *arg = *toys.optargs; in head_main() local
/third_party/typescript/tests/baselines/reference/
H A DconditionalTypesExcessProperties.js
H A DgenericCallWithFunctionTypedArguments5.js[all...]

Completed in 5 milliseconds

12345678910>>...90