/external/qemu/slirp/ |
D | tcp_timer.c | 50 register struct tcpcb *tp; in tcp_fasttimo() local 75 register struct tcpcb *tp; in tcp_slowtimo() local 116 tcp_canceltimers(struct tcpcb *tp) in tcp_canceltimers() 131 tcp_timers(register struct tcpcb *tp, int timer) in tcp_timers()
|
D | tcp_input.c | 68 #define TCP_REASS(tp, ti, m, so, flags) {\ argument 91 #define TCP_REASS(tp, ti, m, so, flags) { \ argument 116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass() 240 register struct tcpcb *tp = NULL; in tcp_input() local 1498 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) in tcp_dooptions() 1585 struct tcpcb *tp = sototcpcb(so); local 1609 tcp_xmit_timer(register struct tcpcb *tp, int rtt) in tcp_xmit_timer() 1697 tcp_mss(struct tcpcb *tp, u_int offer) in tcp_mss()
|
D | tftp.c | 53 static int tftp_session_allocate(struct tftp_t *tp) in tftp_session_allocate() 81 static int tftp_session_find(struct tftp_t *tp) in tftp_session_find() 137 struct tftp_t *tp; in tftp_send_oack() local 178 struct tftp_t *tp; in tftp_send_error() local 221 struct tftp_t *tp; in tftp_send_data() local 276 static void tftp_handle_rrq(struct tftp_t *tp, int pktlen) in tftp_handle_rrq() 395 static void tftp_handle_ack(struct tftp_t *tp, int pktlen) in tftp_handle_ack() 414 struct tftp_t *tp = (struct tftp_t *)m->m_data; in tftp_input() local
|
D | tcp_subr.c | 65 tcp_template(struct tcpcb *tp) in tcp_template() 103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() 181 register struct tcpcb *tp; in tcp_newtcpcb() local 221 struct tcpcb *tcp_drop(struct tcpcb *tp, int err) in tcp_drop() 253 tcp_close(struct tcpcb *tp) in tcp_close() 305 struct tcpcb *tp = intotcpcb(inp); local 328 tcp_sockclosed(struct tcpcb *tp) in tcp_sockclosed() 436 struct tcpcb *tp; in tcp_connect() local
|
/external/qemu/slirp-android/ |
D | tcp_timer.c | 50 register struct tcpcb *tp; in tcp_fasttimo() local 75 register struct tcpcb *tp; in tcp_slowtimo() local 116 tcp_canceltimers(struct tcpcb *tp) in tcp_canceltimers() 131 tcp_timers(register struct tcpcb *tp, int timer) in tcp_timers()
|
D | tftp.c | 53 static int tftp_session_allocate(struct tftp_t *tp) in tftp_session_allocate() 81 static int tftp_session_find(struct tftp_t *tp) in tftp_session_find() 137 struct tftp_t *tp; in tftp_send_oack() local 180 struct tftp_t *tp; in tftp_send_error() local 222 struct tftp_t *tp; in tftp_send_data() local 279 static void tftp_handle_rrq(struct tftp_t *tp, int pktlen) in tftp_handle_rrq() 397 static void tftp_handle_ack(struct tftp_t *tp, int pktlen) in tftp_handle_ack() 416 struct tftp_t *tp = (struct tftp_t *)m->m_data; in tftp_input() local
|
D | tcp_input.c | 68 #define TCP_REASS(tp, ti, m, so, flags) {\ argument 91 #define TCP_REASS(tp, ti, m, so, flags) { \ argument 116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass() 240 register struct tcpcb *tp = NULL; in tcp_input() local 1504 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) in tcp_dooptions() 1591 struct tcpcb *tp = sototcpcb(so); local 1615 tcp_xmit_timer(register struct tcpcb *tp, int rtt) in tcp_xmit_timer() 1703 tcp_mss(struct tcpcb *tp, u_int offer) in tcp_mss()
|
D | tcp_subr.c | 67 tcp_template(struct tcpcb *tp) in tcp_template() 105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() 183 register struct tcpcb *tp; in tcp_newtcpcb() local 223 struct tcpcb *tcp_drop(struct tcpcb *tp, int err) in tcp_drop() 255 tcp_close(struct tcpcb *tp) in tcp_close() 307 struct tcpcb *tp = intotcpcb(inp); local 330 tcp_sockclosed(struct tcpcb *tp) in tcp_sockclosed() 592 struct tcpcb *tp; in tcp_connect() local
|
/external/clang/test/Analysis/ |
D | uninit-const.c | 26 int* tp = &t; // expected-note {{'tp' initialized here}} in f_1() local 47 int* tp = p; // expected-note {{'tp' initialized here}} in f_2() local 64 int* tp = ta; // expected-note {{'tp' initialized here}} in f_5() local 77 int* tp = ta; in f_6() local 150 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_unv() local 158 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inv() local 167 int* tp = &t; in f_variadic_inp_unv() local 176 int* tp = &t; in f_variadic_inp_inv() local 185 int *tp = &t; in f_variadic_inp_inp() local 194 int *tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inp() local [all …]
|
/external/tcpdump/ |
D | addrtoname.c | 329 struct enamemem *tp; in lookup_emem() local 361 struct enamemem *tp; in lookup_bytestring() local 408 struct enamemem *tp; in lookup_nsap() local 450 struct protoidmem *tp; in lookup_protoid() local 477 register struct enamemem *tp; in etheraddr_string() local 525 register struct enamemem *tp; in le64addr_string() local 552 register struct enamemem *tp; in linkaddr_string() local 585 register struct hnamemem *tp; in etherproto_string() local 612 register struct protoidmem *tp; in protoid_string() local 640 register struct enamemem *tp; in isonsap_string() local [all …]
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | ptw32_reuse.c | 85 ptw32_thread_t * tp; in ptw32_threadReusePop() local 116 ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; in ptw32_threadReusePush() local
|
D | ptw32_threadDestroy.c | 45 ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; in ptw32_threadDestroy() local
|
D | ptw32_processTerminate.c | 67 ptw32_thread_t * tp, * tpNext; in ptw32_processTerminate() local
|
D | ptw32_new.c | 46 ptw32_thread_t * tp; in ptw32_new() local
|
D | pthread_kill.c | 79 ptw32_thread_t * tp; in pthread_kill() local
|
D | pthread_detach.c | 79 ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; in pthread_detach() local
|
D | pthread_join.c | 87 ptw32_thread_t * tp = (ptw32_thread_t *) thread.p; in pthread_join() local
|
/external/mksh/src/ |
D | exec.c | 63 struct tbl *tp = NULL; in execute() local 493 comexec(struct op *t, struct tbl * volatile tp, const char **ap, in comexec() 848 scriptexec(struct op *tp, const char **ap) in scriptexec() 952 struct tbl *tp; in shcomexec() local 966 struct tbl *tp = NULL; in findfunc() local 991 struct tbl *tp; in define() local 1047 struct tbl *tp; in builtin() local 1080 struct tbl *tp = NULL, *tbi; in findcom() local 1174 struct tbl *tp; in flushcom() local 1268 call_builtin(struct tbl *tp, const char **wp, const char *where) in call_builtin() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | tokenize.c | 106 TOKENEXTRA **tp, in tokenize2nd_order_b() 194 TOKENEXTRA **tp, in tokenize1st_order_b() 496 TOKENEXTRA **tp, in stuff2nd_order_b() 520 TOKENEXTRA **tp, in stuff1st_order_b() 546 TOKENEXTRA **tp, in stuff1st_order_buv()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
D | tokenize.c | 106 TOKENEXTRA **tp, in tokenize2nd_order_b() 194 TOKENEXTRA **tp, in tokenize1st_order_b() 496 TOKENEXTRA **tp, in stuff2nd_order_b() 520 TOKENEXTRA **tp, in stuff1st_order_b() 546 TOKENEXTRA **tp, in stuff1st_order_buv()
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
D | ntp_resource_cache.cc | 107 SkColor GetThemeColor(ui::ThemeProvider* tp, int id) { in GetThemeColor() 521 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); in CreateNewTabHTML() local 567 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); in CreateNewTabIncognitoCSS() local 600 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); in CreateNewTabGuestCSS() local 633 ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); in CreateNewTabCSS() local
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view.cc | 537 ui::ThemeProvider* tp = frame()->GetThemeProvider(); in InitWindowCaptionButton() local 594 ui::ThemeProvider* tp = GetThemeProvider(); in PaintRestoredFrameBorder() local 614 ui::ThemeProvider* tp = GetThemeProvider(); in PaintMaximizedFrameBorder() local 661 ui::ThemeProvider* tp = GetThemeProvider(); in PaintToolbarBackground() local 751 ui::ThemeProvider* tp = GetThemeProvider(); in PaintRestoredClientEdge() local 898 ui::ThemeProvider* tp = GetThemeProvider(); in GetFrameOverlayImage() local
|
/external/qemu/include/sysemu/ |
D | os-posix.h | 37 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL) argument
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
D | nvc0_shader_state.c | 136 struct nvc0_program *tp = nvc0->tctlprog; in nvc0_tctlprog_validate() local 162 struct nvc0_program *tp = nvc0->tevlprog; in nvc0_tevlprog_validate() local
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_shader_state.c | 136 struct nvc0_program *tp = nvc0->tctlprog; in nvc0_tctlprog_validate() local 162 struct nvc0_program *tp = nvc0->tevlprog; in nvc0_tevlprog_validate() local
|