HomeSort by relevance Sort by last modified time
    Searched refs:_P (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/android/
locale_android.cpp 54 # define _P _CTYPE_P
66 _P, _P, _P, _P, _P, _P, _P, _P, /* A0 */
67 _P, _P, _P, _P, _P, _P, _P, _P, /* A8 *
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
ctype_.c 45 _S|(char)_B, _P, _P, _P, _P, _P, _P, _P,
46 _P, _P, _P, _P, _P, _P, _P, _P
    [all...]
  /external/qemu/slirp/
misc.h 22 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((int *, int *))
    [all...]
sbuf.h 24 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 *));
socket.h 76 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_int, u_int32_t, u_int, int))
    [all...]
slirp.h 122 #undef _P
124 # define _P(x) x
126 # define _P(x) ()
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((char *, const char *, va_list))
    [all...]
tcp_timer.h 129 void tcp_fasttimo _P((void));
130 void tcp_slowtimo _P((void));
131 void tcp_canceltimers _P((struct tcpcb *));
  /external/qemu/slirp-android/
sbuf.h 24 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 *));
slirp.h 115 #undef _P
117 # define _P(x) x
119 # define _P(x) ()
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((char *, const char *, ...))
    [all...]
socket.h 79 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((struct socket *, struct mbuf *))
    [all...]
misc.h 22 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((void))
    [all...]
udp.h 97 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));
tcp_timer.h 129 void tcp_fasttimo _P((void));
130 void tcp_slowtimo _P((void));
131 void tcp_canceltimers _P((struct tcpcb *));
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
timestamp_extrapolator.cc 50 _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[0][0] - (K[0] * tMs * _P[0][0] + K[0] * _P[1][0]))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
53 static const mask punct = _P;

Completed in 753 milliseconds

1 2 3 4 5 6 7 8 9