Home
last modified time | relevance | path

Searched defs:arg (Results 1426 - 1450 of 2872) sorted by relevance

1...<<51525354555657585960>>...115

/third_party/ltp/tools/sparse/sparse-src/
H A Dscheck.c76 pseudo_t arg = ptr_list_nth(insn->arguments, idx); in get_arg() local
/third_party/lwip/src/include/lwip/priv/
H A Dtcpip_priv.h142 struct tcpip_api_call_data *arg; member
161 void *arg; member
/third_party/lwip/src/netif/ppp/
H A Dauth.c1321 static void check_idle(void *arg) { in check_idle() argument
1357 static void connect_time_expired(void *arg) { in connect_time_expired() argument
H A Dchap-new.c223 static void chap_timeout(void *arg) { in chap_timeout() argument
593 chap_print_pkt(const unsigned char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) global() argument
[all...]
H A Dpppos.c716 static void pppos_input_callback(void *arg) { in pppos_input_callback() argument
H A Dutils.c408 static void ppp_vslp_printer(void *arg, const char *fmt, ...) { in ppp_vslp_printer() argument
446 ppp_format_packet(const u_char *p, int len, void (*printer) (void *, const char *, ...), void *arg) ppp_format_packet() argument
572 ppp_print_string(const u_char *p, int len, void (*printer) (void *, const char *, ...), void *arg) ppp_print_string() argument
[all...]
H A Dupap.c201 static void upap_timeout(void *arg) { in upap_timeout() argument
223 static void upap_reqtimeout(void *arg) { in upap_reqtimeout() argument
602 static int upap_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) { in upap_printpkt() argument
[all...]
H A Dpppapi.c413 pppapi_ioctl(ppp_pcb *pcb, u8_t cmd, void *arg) in pppapi_ioctl() argument
/third_party/lwip/test/unit/arch/
H A Dsys_arch.c197 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp.c260 test_tcp_recv_expectclose(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_recv_expectclose() argument
279 test_tcp_recv_expect1byte(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_recv_expect1byte() argument
H A Dtcp_helper.c183 test_tcp_counters_err(void* arg, err_t err) in test_tcp_counters_err() argument
213 test_tcp_counters_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_counters_recv() argument
/third_party/lwip/test/unit/udp/
H A Dtest_udp.c152 static void test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, in test_recv() argument
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.h102 ConvertArg(T arg) { in ConvertArg() argument
119 ConvertArg(T arg) { in ConvertArg() argument
126 ConvertArg(T arg) { in ConvertArg() argument
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.cc114 VisitResult arg = VisitResult(type, stack->TopRange(slot_count)); in ProcessArgumentsCommon() local
H A Dinstructions.cc797 os << ", " << arg; in operator <<() local
/third_party/musl/Benchmark/musl/
H A Dsocket_test.cpp373 void* ThreadTaskClient(void* arg) in ThreadTaskClient() argument
/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_lock.c90 static void* CallBack003(void* arg) in CallBack003() argument
119 static void* dlopen_dlclose_test001(void* arg) in dlopen_dlclose_test001() argument
129 static void* dlopen_dlclose_test002(void* arg) in dlopen_dlclose_test002() argument
139 static void* dlopen_dlclose_test003(void* arg) in dlopen_dlclose_test003() argument
145 static void* dlopen_dlclose_test0041(void* arg) in dlopen_dlclose_test0041() argument
151 dlopen_dlclose_test0042(void* arg) dlopen_dlclose_test0042() argument
157 dlopen_dlclose_test005(void* arg) dlopen_dlclose_test005() argument
169 dlopen_dlclose_test006(void* arg) dlopen_dlclose_test006() argument
175 do_test_concurrently(void *(*test) (void *arg), size_t num_threads) do_test_concurrently() argument
202 do_test_double_concurrently(void *(*test1) (void *arg), void *(*test2) (void *arg), size_t num_threads1, size_t num_threads2) do_test_double_concurrently() argument
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_pthrd_test.cpp41 static void* PthreadNameNp(void* arg) in PthreadNameNp() argument
59 static void* ReturnFunc(void* arg) in ReturnFunc() argument
72 void* arg = nullptr; in HWTEST_F() local
162 static void* WaitSignalHandler(void* arg) in WaitSignalHandler() argument
208 static void* ThreadStr(void* arg) in ThreadStr() argument
424 static void* JoinThrd(void* arg) in JoinThrd() argument
516 ThreadGettidNpFn(PthreadGettidArg* arg) ThreadGettidNpFn() argument
548 PthreadGettidArg arg; HWTEST_F() local
558 ThreadExitFunc(void* arg) ThreadExitFunc() argument
[all...]
/third_party/musl/libc-test/src/functionalext/thread/
H A Dpthread_rwlock_wrlock.c27 static void *RwlockClockRealTimeOut1(void *arg) in RwlockClockRealTimeOut1() argument
36 static void *RwlockClockRealTimeOut2(void *arg) in RwlockClockRealTimeOut2() argument
56 static void *RwlockClockRealTimeWait1(void *arg) in RwlockClockRealTimeWait1() argument
64 static void *RwlockClockRealTimeWait2(void *arg) in RwlockClockRealTimeWait2() argument
75 static void *RwlockClockMonotonicTimeOut1(void *arg) in RwlockClockMonotonicTimeOut1() argument
84 RwlockClockMonotonicTimeOut2(void *arg) RwlockClockMonotonicTimeOut2() argument
106 RwlockClockMonotonicTimeWait1(void *arg) RwlockClockMonotonicTimeWait1() argument
114 RwlockClockMonotonicTimeWait2(void *arg) RwlockClockMonotonicTimeWait2() argument
124 RwlockMonotonicTime1(void *arg) RwlockMonotonicTime1() argument
133 RwlockMonotonicTime2(void *arg) RwlockMonotonicTime2() argument
155 RwlockMonotonicTime3(void *arg) RwlockMonotonicTime3() argument
163 RwlockMonotonicTime4(void *arg) RwlockMonotonicTime4() argument
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c174 void* FunctionPrintLog(void* arg) in FunctionPrintLog() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c161 static unsigned int translate_arg_rgb(struct rc_pair_instruction *inst, int arg) in translate_arg_rgb() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dopenssl.c242 ARGS arg; in main() local
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c175 int BIO_socket_ioctl(int fd, long type, void *arg) in BIO_socket_ioctl() argument
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_lib.c30 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c516 size_t arg = EVP_GCM_TLS_EXPLICIT_IV_LEN; in gcm_tls_cipher() local

Completed in 21 milliseconds

1...<<51525354555657585960>>...115