/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scheck.c | 76 pseudo_t arg = ptr_list_nth(insn->arguments, idx); in get_arg() local
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 142 struct tcpip_api_call_data *arg; member 161 void *arg; member
|
/third_party/lwip/src/netif/ppp/ |
H A D | auth.c | 1321 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 D | chap-new.c | 223 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 D | pppos.c | 716 static void pppos_input_callback(void *arg) { in pppos_input_callback() argument
|
H A D | utils.c | 408 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 D | upap.c | 201 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 D | pppapi.c | 413 pppapi_ioctl(ppp_pcb *pcb, u8_t cmd, void *arg) in pppapi_ioctl() argument
|
/third_party/lwip/test/unit/arch/ |
H A D | sys_arch.c | 197 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 D | test_tcp.c | 260 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 D | tcp_helper.c | 183 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 D | test_udp.c | 152 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 D | simulator-base.h | 102 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 D | cc-generator.cc | 114 VisitResult arg = VisitResult(type, stack->TopRange(slot_count)); in ProcessArgumentsCommon() local
|
H A D | instructions.cc | 797 os << ", " << arg; in operator <<() local
|
/third_party/musl/Benchmark/musl/ |
H A D | socket_test.cpp | 373 void* ThreadTaskClient(void* arg) in ThreadTaskClient() argument
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_lock.c | 90 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 D | thread_pthrd_test.cpp | 41 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 D | pthread_rwlock_wrlock.c | 27 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 D | unit_test_hilog_adapter.c | 174 void* FunctionPrintLog(void* arg)
in FunctionPrintLog() argument
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | r500_fragprog_emit.c | 161 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 D | openssl.c | 242 ARGS arg; in main() local
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_sock.c | 175 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 D | dsa_lib.c | 30 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 D | ciphercommon_gcm.c | 516 size_t arg = EVP_GCM_TLS_EXPLICIT_IV_LEN; in gcm_tls_cipher() local
|