| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| H A D | pthread_getattr_np.c | 21 void *threadfuncA(void *arg) in threadfuncA() argument
|
| H A D | pthread_getcpuclockid.c | 21 static void *thread_func(void *arg) in thread_func() argument
|
| H A D | pthread_join.c | 24 void *threadfunc(void *arg) in threadfunc() argument
|
| H A D | pthread_getspecific.c | 23 void *threadfuncA(void *arg) in threadfuncA() argument
|
| H A D | pthread_getschedparam.c | 21 void *threadfuncA(void *arg) in threadfuncA() argument
|
| H A D | pthread_self.c | 22 void *threadfunc(void *arg) in threadfunc() argument
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | pthread_cleanup_test.cpp | 12 void CleanupFunc(void* arg) in CleanupFunc() argument 20 void* ThreadFn(void* arg) in ThreadFn() argument
|
| H A D | thread_sem_test.cpp | 15 static void* ThreadFn(void* arg) in ThreadFn() argument
|
| /third_party/musl/libc-test/src/gwp_asan/ |
| H A D | thread_fork_test.c | 25 void* fork_task(void *arg)
in fork_task() argument
|
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| H A D | Memoizer.java | 49 public R get(T arg) { in get() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | wrap-static-fns.h | 13 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 D | wrap_static_fns.c | 6 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 D | IntermNode_util.h | 94 void GetSwizzleIndex(TVector<int> *indexOut, T arg, ArgsT... args) in GetSwizzleIndex() argument
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | uoptions.cpp | 28 char *arg; in u_parseArgs() local [all...] |
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLConstructorScalarCast.h | 29 ConstructorScalarCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorScalarCast() argument
|
| H A D | SkSLConstructorSplat.h | 28 ConstructorSplat(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorSplat() argument
|
| H A D | SkSLConstructorMatrixResize.h | 30 ConstructorMatrixResize(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorMatrixResize() argument
|
| H A D | SkSLConstructorArrayCast.h | 31 ConstructorArrayCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorArrayCast() argument
|
| H A D | SkSLConstructorCompoundCast.h | 29 ConstructorCompoundCast(int line, const Type& type, std::unique_ptr<Expression> arg) in ConstructorCompoundCast() argument
|
| H A D | SkSLConstructorDiagonalMatrix.h | 30 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 D | osfiber_aarch64.c | 22 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 D | osfiber_arm.c | 22 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 D | osfiber_mips64.c | 22 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 D | osfiber_ppc64.c | 22 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 D | osfiber_x64.c | 24 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
|