Searched refs:__m (Results 1 – 9 of 9) sorted by relevance
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 176 …*__m; for (__i = sizeof(struct ip6t_entry); __i < (e)->target_offset; __i += __m->u.match_…
|
/development/ndk/platforms/android-L/include/linux/netfilter/ |
D | x_tables.h | 109 …y_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size)…
|
/development/ndk/platforms/android-3/include/sys/ |
D | stat.h | 95 static __inline__ int mkfifo(const char *__p, mode_t __m) in mkfifo() argument 97 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0); in mkfifo()
|
/development/ndk/platforms/android-3/header-patches/include/sys/ |
D | stat.h | 97 static __inline__ int mkfifo(const char *__p, mode_t __m) in mkfifo() argument 99 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0); in mkfifo()
|
/development/ndk/platforms/android-9/include/sys/ |
D | stat.h | 129 static __inline__ int mkfifo(const char *__p, mode_t __m) in mkfifo() argument 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0); in mkfifo()
|
/development/ndk/platforms/android-12/include/sys/ |
D | stat.h | 129 static __inline__ int mkfifo(const char *__p, mode_t __m) in mkfifo() argument 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0); in mkfifo()
|
/development/ndk/platforms/android-19/include/sys/ |
D | stat.h | 129 static __inline__ int mkfifo(const char *__p, mode_t __m) in mkfifo() argument 131 return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t)0); in mkfifo()
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | uaccess_32.h | 65 #define __m(x) (*(struct __large_struct __user *)(x)) macro 66 …ign 4\n" " .long 1b,3b\n" ".previous" : "=r"(err) : ltype (x), "m"(__m(addr)), "i"(errret)… 70 …ign 4\n" " .long 1b,3b\n" ".previous" : "=r"(err), ltype (x) : "m"(__m(addr)), "i"(errret)…
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | uaccess.h | 55 #define __m(x) (*(struct __large_struct __user *)(x)) macro 61 …" .previous \n" : "=r" (__gu_err), "=r" (__gu_tmp) : "0" (0), "o" (__m(addr)), "i" (-EFAUL… 67 …" .previous \n" : "=r" (__pu_err) : "0" (0), "Jr" (__pu_val), "o" (__m(ptr)), "i" (-EFAU…
|