HomeSort by relevance Sort by last modified time
    Searched refs:_P (Results 26 - 39 of 39) sorted by null

12

  /ndk/build/platforms/android-4/arch-arm/usr/include/
ctype.h 49 #define _P 0x10
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
139 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
  /ndk/build/platforms/android-5/arch-arm/usr/include/
ctype.h 49 #define _P 0x10
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
139 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
  /ndk/build/platforms/android-5/arch-x86/usr/include/
ctype.h 49 #define _P 0x10
120 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
130 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
135 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
  /ndk/build/platforms/android-8/arch-arm/usr/include/
ctype.h 49 #define _P 0x10
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
139 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
  /ndk/build/platforms/android-8/arch-x86/usr/include/
ctype.h 49 #define _P 0x10
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
139 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
  /external/qemu/slirp/
debug.h 39 void debug_init _P((char *, int));
ip_icmp.h 156 void icmp_input _P((struct mbuf *, int));
159 void icmp_reflect _P((struct mbuf *));
debug.c 348 lprint_print = (int (*) _P((void *, const char *, va_list)))vfprintf;
misc.c 563 int (*lprint_print) _P((void *, const char *, va_list));
  /external/qemu/slirp-android/
debug.h 39 void debug_init _P((char *, int));
ip_icmp.h 158 void icmp_input _P((struct mbuf *, int));
161 void icmp_reflect _P((struct mbuf *));
debug.c 19 extern char *strerror _P((int));
320 lprint_print = (int (*) _P((void *, const char *, va_list)))vfprintf;
misc.c 524 int (*lprint_print) _P((void *, const char *, va_list));
  /external/stlport/stlport/stl/config/
_evc.h 301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }

Completed in 397 milliseconds

12