HomeSort by relevance Sort by last modified time
    Searched defs:__P (Results 1 - 25 of 32) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
gnuc.h 5 /* Define __P() macro, if necessary */
6 #undef __P
7 #ifndef __P
9 #define __P(protos) protos
11 #define __P(protos) ()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
cdefs.h 17 #define __P(protos) protos /* full-blown ANSI C */
  /external/ppp/pppd/
md4.h 11 #ifndef __P
13 # define __P(x) x
15 # define __P(x) ()
32 extern void MD4Init __P((MD4_CTX *MD));
46 extern void MD4Update __P((MD4_CTX *MD, unsigned char *X, unsigned int count));
54 extern void MD4Print __P((MD4_CTX *));
60 extern void MD4Final __P((unsigned char *, MD4_CTX *));
  /toolchain/binutils/binutils-2.27/include/
fnmatch.h 30 #undef __P
31 #define __P(args) args
33 #undef __P
34 #define __P(args) ()
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
  /external/e2fsprogs/e2fsck/
mtrace.h 33 #undef __P
34 #define __P(args) args
38 #undef __P
39 #define __P(args) ()
61 extern __ptr_t malloc __P ((size_t __size));
64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
68 extern void free __P ((__ptr_t __ptr));
71 extern __ptr_t memalign __P ((size_t __alignment, size_t __size));
74 extern __ptr_t valloc __P ((size_t __size))
    [all...]
  /external/fdlibm/
fdlibm.h 39 #ifndef __P
42 #define __P(p) p
44 #define __P(p) ()
102 extern double ieee_acos __P((double));
103 extern double ieee_asin __P((double));
104 extern double ieee_atan __P((double));
105 extern double ieee_atan2 __P((double, double));
106 extern double ieee_cos __P((double));
107 extern double ieee_sin __P((double));
108 extern double ieee_tan __P((double))
    [all...]
  /libcore/ojluni/src/main/native/
fdlibm.h 55 #ifndef __P
57 #define __P(p) p
59 #define __P(p) ()
117 extern double acos __P((double));
118 extern double asin __P((double));
119 extern double atan __P((double));
120 extern double atan2 __P((double, double));
121 extern double cos __P((double));
122 extern double sin __P((double));
123 extern double tan __P((double))
    [all...]
  /device/google/contexthub/firmware/lib/libm/
fdlibm.h 127 #undef __P
128 #define __P(p) p
130 #define __P(p) ()
143 extern double scalb __P((double, int));
145 extern double scalb __P((double, double));
147 extern double significand __P((double));
150 extern double __ieee754_sqrt __P((double));
151 extern double __ieee754_acos __P((double));
152 extern double __ieee754_acosh __P((double));
153 extern double __ieee754_log __P((double));
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
DLFCN.py 52 def __P(args): return args
TYPES.py 52 def __P(args): return args
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py 52 def __P(args): return args
TYPES.py 52 def __P(args): return args
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 52 def __P(args): return args
TYPES.py 52 def __P(args): return args
  /bionic/libc/include/sys/
cdefs.h 96 #define __P(protos) protos /* full-blown ANSI C */
105 #define __P(protos) () /* traditional C preprocessor */
  /bionic/libc/upstream-netbsd/lib/libc/include/isc/
eventlib.h 34 #ifndef __P
37 # define __P(x) x
39 # define __P(x) ()
55 typedef void (*evConnFunc)__P((evContext, void *, int, const void *, int,
57 typedef void (*evFileFunc)__P((evContext, void *, int, int));
58 typedef void (*evStreamFunc)__P((evContext, void *, int, int));
59 typedef void (*evTimerFunc)__P((evContext, void *,
61 typedef void (*evWaitFunc)__P((evContext, void *, const void *));
95 int evCreate __P((evContext *));
96 void evSetDebug __P((evContext, int, FILE *))
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 49 def __P(args): return args
53 def __P(args): return ()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 36 #undef __P
88 #define __P(args) args
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 36 #undef __P
88 #define __P(args) args
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 129 #define __P(protos) protos /* full-blown ANSI C */
147 #define __P(protos) () /* traditional C preprocessor */
  /external/ppp/pppd/include/net/
ppp_defs.h 203 #ifndef __P
205 #define __P(x) x
207 #define __P(x) ()
  /device/linaro/bootloader/edk2/StdLib/Include/net/
route.h 40 #define __P(protos) protos /* full-blown ANSI C */
116 int (*rt_output) __P((struct ifnet *, struct mbuf *,
272 void route_init __P((void));
273 void rt_ifmsg __P((struct ifnet *));
274 void rt_missmsg __P((int, struct rt_addrinfo *, int, int));
275 void rt_newaddrmsg __P((int, struct ifaddr *, int, struct rtentry *));
276 void rt_newmaddrmsg __P((int, struct ifmultiaddr *));
277 int rt_setgate __P((struct rtentry *,
279 void rtalloc __P((struct route *));
280 void rtalloc_ign __P((struct route *, unsigned long));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 67 #ifndef __P
68 #define __P(x) x
69 #endif // __P
161 typedef res_sendhookact (*res_send_qhook)__P((struct sockaddr_in * const *ns,
168 typedef res_sendhookact (*res_send_rhook)__P((const struct sockaddr_in *ns,
237 int res_hnok __P((const char *));
238 int res_ownok __P((const char *));
239 int res_mailok __P((const char *));
240 int res_dnok __P((const char *));
241 int sym_ston __P((const struct res_sym *, const char *, int *));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 60 #ifndef __P
65 # define __P(p) p
68 # define __P(p) ()
72 #endif /*!__P*/
76 # define _PARAMS(protos) __P(protos)
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 26 def __P(protos): return protos
32 def __P(protos): return ()

Completed in 410 milliseconds

1 2