HomeSort by relevance Sort by last modified time
    Searched defs:__P (Results 76 - 79 of 79) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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)
  /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)
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 52 def __P(args): return args
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 52 def __P(args): return args

Completed in 611 milliseconds

1 2 34