HomeSort by relevance Sort by last modified time
    Searched refs:__P (Results 126 - 150 of 207) sorted by null

1 2 3 4 56 7 8 9

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
emmintrin.h 102 _mm_load_pd (double const *__P)
104 return *(__m128d *)__P;
109 _mm_loadu_pd (double const *__P)
111 return __builtin_ia32_loadupd (__P);
116 _mm_load1_pd (double const *__P)
118 return _mm_set1_pd (*__P);
123 _mm_load_sd (double const *__P)
125 return _mm_set_sd (*__P);
129 _mm_load_pd1 (double const *__P)
131 return _mm_load1_pd (__P);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
emmintrin.h 102 _mm_load_pd (double const *__P)
104 return *(__m128d *)__P;
109 _mm_loadu_pd (double const *__P)
111 return __builtin_ia32_loadupd (__P);
116 _mm_load1_pd (double const *__P)
118 return _mm_set1_pd (*__P);
123 _mm_load_sd (double const *__P)
125 return _mm_set_sd (*__P);
129 _mm_load_pd1 (double const *__P)
131 return _mm_load1_pd (__P);
    [all...]
  /external/ppp/pppd/
tty.c 100 void tty_process_extra_options __P((void));
101 void tty_check_options __P((void));
102 int connect_tty __P((void));
103 void disconnect_tty __P((void));
104 void tty_close_fds __P((void));
105 void cleanup_tty __P((void));
106 void tty_do_send_config __P((int, u_int32_t, int, int));
108 static int setdevname __P((char *, char **, int));
109 static int setspeed __P((char *, char **, int));
110 static int setxonxoff __P((char **))
    [all...]
ipcp.c 77 void (*ip_up_hook) __P((void)) = NULL;
80 void (*ip_down_hook) __P((void)) = NULL;
83 void (*ip_choose_hook) __P((u_int32_t *)) = NULL;
102 static void ipcp_resetci __P((fsm *)); /* Reset our CI */
103 static int ipcp_cilen __P((fsm *)); /* Return length of our CI */
104 static void ipcp_addci __P((fsm *, u_char *, int *)); /* Add our CI */
105 static int ipcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
106 static int ipcp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
107 static int ipcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
108 static int ipcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv CI *
    [all...]
ccp.c 60 static int setbsdcomp __P((char **));
61 static int setdeflate __P((char **));
167 static void ccp_init __P((int unit));
168 static void ccp_open __P((int unit));
169 static void ccp_close __P((int unit, char *));
170 static void ccp_lowerup __P((int unit));
171 static void ccp_lowerdown __P((int));
172 static void ccp_input __P((int unit, u_char *pkt, int len));
173 static void ccp_protrej __P((int unit));
174 static int ccp_printpkt __P((u_char *pkt, int len
    [all...]
auth.c 169 int (*idle_time_hook) __P((struct ppp_idle *)) = NULL;
172 int (*pap_check_hook) __P((void)) = NULL;
175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
180 void (*pap_logout_hook) __P((void)) = NULL;
183 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL;
186 int (*chap_check_hook) __P((void)) = NULL;
189 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL;
193 int (*null_auth_hook) __P((struct wordlist **paddrs,
196 int (*allowed_address_hook) __P((u_int32_t addr)) = NULL;
243 extern char *crypt __P((const char *, const char *))
    [all...]
lcp.c 69 static void lcp_delayed_up __P((void *));
79 static int noopt __P((char **));
82 static int setendpoint __P((char **));
83 static void printendpoint __P((option_t *, void (*)(void *, char *, ...),
205 static void lcp_resetci __P((fsm *)); /* Reset our CI */
206 static int lcp_cilen __P((fsm *)); /* Return length of our CI */
207 static void lcp_addci __P((fsm *, u_char *, int *)); /* Add our CI to pkt */
208 static int lcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
209 static int lcp_nakci __P((fsm *, u_char *, int, int)); /* Peer nak'd our CI */
210 static int lcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI *
    [all...]
eui64.h 111 char *eui64_ntoa __P((eui64_t)); /* Returns ascii representation of id */
fsm.c 60 static void fsm_timeout __P((void *));
61 static void fsm_rconfreq __P((fsm *, int, u_char *, int));
62 static void fsm_rconfack __P((fsm *, int, u_char *, int));
63 static void fsm_rconfnakrej __P((fsm *, int, int, u_char *, int));
64 static void fsm_rtermreq __P((fsm *, int, u_char *, int));
65 static void fsm_rtermack __P((fsm *));
66 static void fsm_rcoderej __P((fsm *, u_char *, int));
67 static void fsm_sconfreq __P((fsm *, int));
  /external/ipsec-tools/src/libipsec/
test-policy.c 87 int test1 __P((void));
88 int test1sub1 __P((struct req_t *));
89 int test1sub2 __P((char *, int));
90 int test2 __P((void));
91 int test2sub __P((int));
ipsec_dump_policy.c 66 static char *ipsec_dump_ipsecrequest __P((char *, size_t,
68 static char *ipsec_dump_policy1 __P((void *, const char *, int));
69 static int set_addresses __P((char *, size_t, struct sockaddr *,
71 static char *set_address __P((char *, size_t, struct sockaddr *, int));
pfkey_dump.c 108 static char *str_ipaddr __P((struct sockaddr *));
109 static char *str_ipport __P((struct sockaddr *));
110 static char *str_prefport __P((u_int, u_int, u_int, u_int));
111 static void str_upperspec __P((u_int, u_int, u_int));
112 static char *str_time __P((time_t));
113 static void str_lifetime_byte __P((struct sadb_lifetime *, char *));
  /external/ipsec-tools/src/racoon/
admin.h 127 extern int admin2pfkey_proto __P((u_int));
eaytest.c 74 static vchar_t *pem_read_buf __P((char *));
75 void Usage __P((void));
77 int rsatest __P((int, char **));
78 int ciphertest __P((int, char **));
79 int hmactest __P((int, char **));
80 int sha1test __P((int, char **));
81 int md5test __P((int, char **));
82 int dhtest __P((int, char **));
83 int bntest __P((int, char **));
85 static char **getcerts __P((char *))
    [all...]
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mm3dnow.h 155 _m_prefetch (void *__P)
157 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */);
161 _m_prefetchw (void *__P)
163 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */);
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mm3dnow.h 155 _m_prefetch (void *__P)
157 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */);
161 _m_prefetchw (void *__P)
163 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mm3dnow.h 155 _m_prefetch (void *__P)
157 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */);
161 _m_prefetchw (void *__P)
163 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quota.h 166 long quotactl __P ((unsigned int, const char *, int, caddr_t));
  /bionic/libc/netbsd/net/
getnameinfo.c 99 static int getnameinfo_inet __P((const struct sockaddr *, socklen_t, char *,
102 static int ip6_parsenumeric __P((const struct sockaddr *, const char *, char *,
104 static int ip6_sa2str __P((const struct sockaddr_in6 *, char *, size_t,
107 static int getnameinfo_link __P((const struct sockaddr *, socklen_t, char *,
109 static int hexname __P((const u_int8_t *, size_t, char *, socklen_t));

Completed in 793 milliseconds

1 2 3 4 56 7 8 9