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

1 2 3 4 5

  /external/libpcap/Win32/Include/
cdecl_ext.h 32 #define __P(protos) protos /* full-blown ANSI C */
34 #define __P(protos) () /* traditional C preprocessor */
Gnuc.h 1 /* Define __P() macro, if necessary */
3 #ifndef __P
5 #define __P(protos) protos
7 #define __P(protos) ()
  /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.25/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
cdefs.h 36 #undef __P
74 #define __P(args) args
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.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
  /bionic/libc/include/sys/
cdefs.h 89 #define __P(protos) protos /* full-blown ANSI C */
98 #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...]
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 101 #define __P(protos) protos /* full-blown ANSI C */
117 #define __P(protos) () /* traditional C preprocessor */
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 107 #define __P(protos) protos /* full-blown ANSI C */
123 #define __P(protos) () /* traditional C preprocessor */
  /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
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 101 #define __P(protos) protos /* full-blown ANSI C */
117 #define __P(protos) () /* traditional C preprocessor */
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 101 #define __P(protos) protos /* full-blown ANSI C */
117 #define __P(protos) () /* traditional C preprocessor */
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 101 #define __P(protos) protos /* full-blown ANSI C */
117 #define __P(protos) () /* traditional C preprocessor */
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 101 #define __P(protos) protos /* full-blown ANSI C */
117 #define __P(protos) () /* traditional C preprocessor */
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 101 #define __P(protos) protos /* full-blown ANSI C */
117 #define __P(protos) () /* traditional C preprocessor */
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 101 #define __P(protos) protos /* full-blown ANSI C */
117 #define __P(protos) () /* traditional C preprocessor */

Completed in 1786 milliseconds

1 2 3 4 5