Searched refs:_P (Results 1 - 25 of 33) sorted by relevance

12

/external/qemu/slirp/
H A Dmisc.h22 extern int (*lprint_print) _P((void *, const char *, va_list));
27 char *strdup _P((const char *));
30 void do_wait _P((int));
72 int show_x _P((char *, struct socket *));
73 void redir_x _P((u_int32_t, int, int, int));
74 void getouraddr _P((void));
75 void slirp_insque _P((void *, void *));
76 void slirp_remque _P((void *));
77 int add_exec _P((struct ex_list **, int, char *, int, int));
78 int slirp_openpty _P((in
[all...]
H A Dsbuf.h24 void sbfree _P((struct sbuf *));
25 void sbdrop _P((struct sbuf *, int));
26 void sbreserve _P((struct sbuf *, int));
27 void sbappend _P((struct socket *, struct mbuf *));
28 void sbcopy _P((struct sbuf *, int, int, char *));
H A Dsocket.h76 struct socket * solookup _P((struct socket *, struct in_addr, u_int, struct in_addr, u_int));
77 struct socket * socreate _P((void));
78 void sofree _P((struct socket *));
79 int soread _P((struct socket *));
80 void sorecvoob _P((struct socket *));
81 int sosendoob _P((struct socket *));
82 int sowrite _P((struct socket *));
83 void sorecvfrom _P((struct socket *));
84 int sosendto _P((struct socket *, struct mbuf *));
85 struct socket * solisten _P((u_in
[all...]
H A Dslirp.h122 #undef _P macro
124 # define _P(x) x macro
126 # define _P(x) () macro
140 char *strdup _P((const char *));
145 void *malloc _P((size_t arg));
146 void free _P((void *ptr));
150 int inet_aton _P((const char *cp, struct in_addr *ia));
234 void if_start _P((void));
236 void if_start _P((struct ttys *));
242 extern int vsprintf_len _P((cha
[all...]
H A Dtcp_timer.h129 void tcp_fasttimo _P((void));
130 void tcp_slowtimo _P((void));
131 void tcp_canceltimers _P((struct tcpcb *));
H A Dmbuf.h133 void m_init _P((void));
134 struct mbuf * m_get _P((void));
135 void m_free _P((struct mbuf *));
136 void m_cat _P((register struct mbuf *, register struct mbuf *));
137 void m_inc _P((struct mbuf *, int));
138 void m_adj _P((struct mbuf *, int));
139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
140 struct mbuf * dtom _P((void *));
H A Dudp.h99 void udp_init _P((void));
100 void udp_input _P((register struct mbuf *, int));
101 int udp_output _P((struct socket *, struct mbuf *, struct sockaddr_in *));
102 int udp_attach _P((struct socket *));
103 void udp_detach _P((struct socket *));
104 struct socket * udp_listen _P((u_int, u_int32_t, u_int, int));
H A Ddebug.h39 void debug_init _P((char *, int));
H A Dip_icmp.h156 void icmp_input _P((struct mbuf *, int));
159 void icmp_reflect _P((struct mbuf *));
/external/qemu/slirp-android/
H A Dsbuf.h24 void sbfree _P((struct sbuf *));
25 void sbdrop _P((struct sbuf *, int));
26 void sbreserve _P((struct sbuf *, int));
27 void sbappend _P((struct socket *, struct mbuf *));
28 void sbcopy _P((struct sbuf *, int, int, char *));
H A Dslirp.h115 #undef _P macro
117 # define _P(x) x macro
119 # define _P(x) () macro
132 char *strdup _P((const char *));
137 void *malloc _P((size_t arg));
138 void free _P((void *ptr));
188 void if_start _P((void));
190 void if_start _P((struct ttys *));
196 extern int vsprintf_len _P((char *, const char *, va_list));
197 extern int sprintf_len _P((cha
[all...]
H A Dsocket.h79 void so_init _P((void));
80 struct socket * solookup _P((struct socket *, uint32_t, u_int, uint32_t, u_int));
81 struct socket * socreate _P((void));
82 void sofree _P((struct socket *));
83 int soread _P((struct socket *));
84 void sorecvoob _P((struct socket *));
85 int sosendoob _P((struct socket *));
86 int sowrite _P((struct socket *));
87 void sorecvfrom _P((struct socket *));
88 int sosendto _P((struc
[all...]
H A Dmisc.h22 extern int (*lprint_print) _P((void *, const char *, va_list));
27 char *strdup _P((const char *));
30 void do_wait _P((int));
70 void getouraddr _P((void));
71 void slirp_insque _P((void *, void *));
72 void slirp_remque _P((void *));
73 int add_exec _P((struct ex_list **, int, char *, int, int));
74 int slirp_openpty _P((int *, int *));
76 void snooze_hup _P((int));
77 void snooze _P((voi
[all...]
H A Dudp.h97 void udp_init _P((void));
98 void udp_input _P((register struct mbuf *, int));
99 int udp_output_ _P((struct socket *, struct mbuf *, SockAddress *));
100 int udp_attach _P((struct socket *));
101 void udp_detach _P((struct socket *));
102 struct socket * udp_listen _P((u_int, u_int32_t, u_int, int));
103 int udp_unlisten _P((u_int));
H A Dtcp_timer.h129 void tcp_fasttimo _P((void));
130 void tcp_slowtimo _P((void));
131 void tcp_canceltimers _P((struct tcpcb *));
H A Dmbuf.h133 void m_init _P((void));
134 struct mbuf * m_get _P((void));
135 void m_free _P((struct mbuf *));
136 void m_cat _P((register struct mbuf *, register struct mbuf *));
137 void m_inc _P((struct mbuf *, int));
138 void m_adj _P((struct mbuf *, int));
139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
140 struct mbuf * dtom _P((void *));
H A Ddebug.h39 void debug_init _P((char *, int));
H A Dip_icmp.h158 void icmp_input _P((struct mbuf *, int));
161 void icmp_reflect _P((struct mbuf *));
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc50 _P[0][0] = 1;
51 _P[1][1] = _P11;
52 _P[0][1] = _P[1][0] = 0;
115 _P[1][1] = _P11;
121 K[0] = _P[0][0] * tMs + _P[0][1];
122 K[1] = _P[1][0] * tMs + _P[1][1];
130 double p00 = 1 / _lambda * (_P[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h87 # define _P(x) macro
89 # define _P(x) x macro
/external/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h87 # define _P(x) macro
89 # define _P(x) x macro
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c118 _P(printf("[vpx][mm] ERROR vpx_memalign() Couldn't create memory for Heap.\n");)
220 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
296 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
373 _P(fprintf(stderr, "[vpx_mem][xvpx_free] addr: %p not found in"
424 _P(printf("WARNING: vpx_memcpy dest:0x%x source:0x%x len:%d\n", (int)dest, (int)source, length);)
442 _P(printf("WARNING: vpx_memset dest:0x%x val:%d len:%d\n", (int)dest, val, length);)
460 _P(printf("WARNING: vpx_memset dest:0x%x val:%d len:%d\n",
483 _P(printf("WARNING: vpx_memmove dest:0x%x src:0x%x count:%d\n", (int)dest, (int)src, count);)
512 _P(printf("[vpx][mm] total memory size:%d g_p_mng_memory_raw:0x%x g_p_mng_memory:0x%x\n"
517 _P(print
[all...]
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c117 _P(printf("[vpx][mm] ERROR vpx_memalign() Couldn't create memory for Heap.\n");)
219 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
295 _P(printf("ERROR xvpx_malloc MEM_TRACK_USAGE error vpx_memory_tracker_init().\n");)
372 _P(fprintf(stderr, "[vpx_mem][xvpx_free] addr: %p not found in"
423 _P(printf("WARNING: vpx_memcpy dest:0x%x source:0x%x len:%d\n", (int)dest, (int)source, length);)
441 _P(printf("WARNING: vpx_memset dest:0x%x val:%d len:%d\n", (int)dest, val, length);)
459 _P(printf("WARNING: vpx_memmove dest:0x%x src:0x%x count:%d\n", (int)dest, (int)src, count);)
488 _P(printf("[vpx][mm] total memory size:%d g_p_mng_memory_raw:0x%x g_p_mng_memory:0x%x\n"
493 _P(printf("[vpx][mm] Couldn't allocate memory:%d for vpx memory manager.\n"
512 _P(print
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dtimestamp_extrapolator.h34 double _P[2][2]; member in class:webrtc::TimestampExtrapolator
/external/stlport/stlport/stl/config/
H A D_evc.h301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); } argument

Completed in 907 milliseconds

12