Home
last modified time | relevance | path

Searched defs:arg (Results 4276 - 4300 of 7836) sorted by relevance

1...<<171172173174175176177178179180>>...314

/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c356 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() argument
/third_party/node/deps/cares/src/lib/
H A Dares_getaddrinfo.c75 void *arg; member
481 static void host_callback(void *arg, in argument
244 fake_addrinfo(const char *name, unsigned short port, const struct ares_addrinfo_hints *hints, struct ares_addrinfo *ai, ares_addrinfo_callback callback, void *arg) fake_addrinfo() argument
536 ares_getaddrinfo_int(ares_channel_t *channel, const char *name, const char *service, const struct ares_addrinfo_hints *hints, ares_addrinfo_callback callback, void *arg) ares_getaddrinfo_int() argument
672 ares_getaddrinfo(ares_channel_t *channel, const char *name, const char *service, const struct ares_addrinfo_hints *hints, ares_addrinfo_callback callback, void *arg) ares_getaddrinfo() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Datifragshader.c163 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() argument
195 check_arg_color(GLubyte pass, GLuint arg) check_arg_color() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c542 unsigned pass, i, r, optype, arg; in st_init_atifs_prog() local
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h284 void gather_args(std::vector<RawShaderArg *> &args, T &arg, Rest&... rest) in gather_args() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h80 union lp_rast_cmd_arg arg[CMD_BLOCK_MAX]; member
317 lp_scene_bin_command(struct lp_scene *scene, unsigned x, unsigned y, enum lp_rast_op cmd, union lp_rast_cmd_arg arg) lp_scene_bin_command() argument
349 lp_scene_bin_cmd_with_state(struct lp_scene *scene, unsigned x, unsigned y, const struct lp_rast_state *state, enum lp_rast_op cmd, union lp_rast_cmd_arg arg) lp_scene_bin_cmd_with_state() argument
375 lp_scene_bin_everywhere(struct lp_scene *scene, enum lp_rast_op cmd, const union lp_rast_cmd_arg arg) lp_scene_bin_everywhere() argument
/third_party/libfuse/lib/
H A Dfuse_loop_mt.c209 int fuse_start_thread(pthread_t *thread_id, void *(*func)(void *), void *arg) in fuse_start_thread() argument
H A Dhelper.c145 static int fuse_helper_opt_proc(void *data, const char *arg, int key, in fuse_helper_opt_proc() argument
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c356 static void *yielder_main(void *arg) in yielder_main() argument
/third_party/lwip/src/core/
H A Daltcp.c213 altcp_arg(struct altcp_pcb *conn, void *arg) in altcp_arg() argument
H A Daltcp_tcp.c74 altcp_tcp_accept(void *arg, struct tcp_pcb *new_tpcb, err_t err) in altcp_tcp_accept() argument
90 altcp_tcp_connected(void *arg, struct tcp_pcb *tpcb, err_t err) in altcp_tcp_connected() argument
103 altcp_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in altcp_tcp_recv() argument
120 altcp_tcp_sent(void *arg, struc argument
133 altcp_tcp_poll(void *arg, struct tcp_pcb *tpcb) altcp_tcp_poll() argument
146 altcp_tcp_err(void *arg, err_t err) altcp_tcp_err() argument
217 altcp_tcp_alloc(void *arg, u8_t ip_type) altcp_tcp_alloc() argument
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c247 static void *waiter(void *arg) in waiter() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dbuiltin.c51 struct expression *arg = first_expression(expr->args); in evaluate_pure_unop() local
69 struct expression *arg; in eval_args() local
109 struct expression *arg, *args[3]; in evaluate_choose() local
124 struct expression *arg = first_ptr_list((struct ptr_list *) expr->args); expand_expect() local
137 struct expression *arg; expand_warning() local
221 struct expression *arg; expand_bswap() local
289 struct expression *arg; evaluate_fp_unop() local
310 struct expression *arg = first_expression(expr->args); expand_isdigit() local
330 struct expression *arg; evaluate_overflow_gen() local
409 struct expression *arg; evaluate_generic_int_op() local
462 struct expression *arg; eval_atomic_common() local
527 struct expression *arg = first_expression(expr->args); expand_object_size() local
607 struct symbol *arg; declare_builtin() local
[all...]
/third_party/ltp/tools/genload/
H A Dstress.c121 char *arg = argv[i]; in main() local
[all...]
H A Dgenload.c121 char *arg = argv[i]; in main() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dccp.c1522 static int ccp_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) { in ccp_printpkt() argument
1728 ccp_rack_timeout(void *arg) ccp_rack_timeout() argument
[all...]
H A Dpppoe.c814 pppoe_timeout(void *arg) in pppoe_timeout() argument
H A Dpppol2tp.c345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { in pppol2tp_input() argument
732 static void pppol2tp_timeout(void *arg) { in pppol2tp_timeout() argument
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c695 int arg; in START_TEST() local
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc166 VisitResult arg = VisitResult(type, stack->TopRange(slot_count)); in ProcessArgumentsCommon() local
/third_party/mksh/
H A Dos2.c45 } arg; member
321 struct a_s_arg arg; in access_ex() local
334 struct a_s_arg arg; in stat_ex() local
343 test_exec_exist(const char *name, void *arg) test_exec_exist() argument
360 struct a_s_arg arg; real_exec_name() local
[all...]
/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_cond_timedwait.c233 static void *ClockWaitTimedwait1(void *arg) in ClockWaitTimedwait1() argument
242 static void *ClockWaitTimedwait2(void *arg) in ClockWaitTimedwait2() argument
277 static void *ClockWaitTimeOut(void *arg) in ClockWaitTimeOut() argument
311 static void *ClockWaitTimedwait3(void *arg) in ClockWaitTimedwait3() argument
320 static void *ClockWaitTimedwait4(void *arg) in ClockWaitTimedwait4() argument
355 ClockWaitTimeOut2(void *arg) ClockWaitTimeOut2() argument
389 ClockWaitTimeMismatch(void *arg) ClockWaitTimeMismatch() argument
407 ClockWaitTimeMismatch1(void *arg) ClockWaitTimeMismatch1() argument
416 ClockWaitTimeMismatch2(void *arg) ClockWaitTimeMismatch2() argument
457 ClockWaitTimeMismatch3(void *arg) ClockWaitTimeMismatch3() argument
492 ClockWaitTimeMismatch4(void *arg) ClockWaitTimeMismatch4() argument
501 ClockWaitTimeMismatch5(void *arg) ClockWaitTimeMismatch5() argument
535 PthreadCondMonotonicTimeWait1(void *arg) PthreadCondMonotonicTimeWait1() argument
544 PthreadCondMonotonicTimeWait2(void *arg) PthreadCondMonotonicTimeWait2() argument
580 PthreadCondMonotonicTimeOut(void *arg) PthreadCondMonotonicTimeOut() argument
613 PthreadCondMonotonicTimeEinval(void *arg) PthreadCondMonotonicTimeEinval() argument
644 PthreadCondUnsignedTimeWait1(void *arg) PthreadCondUnsignedTimeWait1() argument
653 PthreadCondUnsignedTimeWait2(void *arg) PthreadCondUnsignedTimeWait2() argument
685 PthreadCondUnsignedTimeOut(void *arg) PthreadCondUnsignedTimeOut() argument
[all...]
/third_party/musl/libc-test/src/functionalext/trace/
H A Dtrace_marker.c523 static void *ThreadTraceMarkerFir(void *arg) in ThreadTraceMarkerFir() argument
567 static void *ThreadTraceMarkerSec(void *arg) in ThreadTraceMarkerSec() argument
637 static void *ThreadTraceMarkerAsyncFir(void *arg) in ThreadTraceMarkerAsyncFir() argument
681 static void *ThreadTraceMarkerAsyncSec(void *arg) in ThreadTraceMarkerAsyncSec() argument
751 static void *ThreadTraceMarkerCountFir(void *arg) in ThreadTraceMarkerCountFir() argument
790 static void *ThreadTraceMarkerCountSec(void *arg) in ThreadTraceMarkerCountSec() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_strex.c38 static int send_bio_chars(void *arg, const void *buf, int len) in send_bio_chars() argument
48 static int send_fp_chars(void *arg, const void *buf, int len) in send_fp_chars() argument
66 do_esc_char(unsigned long c, unsigned short flags, char *do_quotes, char_io *io_ch, void *arg) do_esc_char() argument
138 do_buf(unsigned char *buf, int buflen, int type, unsigned short flags, char *quotes, char_io *io_ch, void *arg) do_buf() argument
234 do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, int buflen) do_hex_dump() argument
260 do_dump(unsigned long lflags, char_io *io_ch, void *arg, const ASN1_STRING *str) do_dump() argument
331 do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, const ASN1_STRING *str) do_print_ex() argument
412 do_indent(char_io *io_ch, void *arg, int indent) do_indent() argument
424 do_name_ex(char_io *io_ch, void *arg, const X509_NAME *n, int indent, unsigned long flags) do_name_ex() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h284 void *arg; /* callback-specific data */ member

Completed in 26 milliseconds

1...<<171172173174175176177178179180>>...314