Searched defs:__P (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-10.0-release/lib/libc/include/isc/
H A Deventlib.h37 # define __P(x) x macro
39 # define __P(x) () macro
201 # undef __P macro
[all...]
/freebsd-10.0-release/sys/net/
H A Dppp_defs.h154 #define __P(x) x macro
156 #define __P(x) () macro
/freebsd-10.0-release/sys/sys/
H A Dcdefs.h153 #define __P(protos) protos /* full-blown ANSI C */ macro
171 #define __P(protos) () /* traditional C preprocessor */ macro
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dxmmintrin.h750 _mm_loadh_pi (__m128 __A, __m64 const *__P) argument
757 _mm_storeh_pi (__m64 *__P, __m128 __A) argument
779 _mm_loadl_pi (__m128 __A, __m64 const *__P) argument
786 _mm_storel_pi (__m64 *__P, __m128 __A) argument
884 _mm_load_ss (float const *__P) argument
891 _mm_load1_ps(float const *__P) argument
897 _mm_load_ps1(float const *__P) argument
904 _mm_load_ps(float const *__P) argument
911 _mm_loadu_ps(float const *__P) argument
918 _mm_loadr_ps(float const *__P) argument
940 _mm_store_ss(float *__P, __m128 __A) argument
953 _mm_store_ps(float *__P, __m128 __A) argument
960 _mm_storeu_ps(float *__P, __m128 __A) argument
967 _mm_store1_ps(float *__P, __m128 __A) argument
975 _mm_store_ps1(float *__P, __m128 __A) argument
982 _mm_storer_ps(float *__P, __m128 __A) argument
1137 _mm_maskmove_si64(__m64 __A, __m64 __N, char *__P) argument
1143 _m_maskmovq(__m64 __A, __m64 __N, char *__P) argument
1204 _mm_stream_pi(__m64 *__P, __m64 __A) argument
1211 _mm_stream_ps(float *__P, __m128 __A) argument
[all...]
H A Demmintrin.h106 _mm_load_pd (double const *__P) argument
113 _mm_loadu_pd (double const *__P) argument
120 _mm_load1_pd (double const *__P) argument
127 _mm_load_sd (double const *__P) argument
133 _mm_load_pd1 (double const *__P) argument
140 _mm_loadr_pd(double const *__P) argument
148 _mm_store_pd(double *__P, __m128d __A) argument
155 _mm_storeu_pd(double *__P, __m128d __A) argument
162 _mm_store_sd(double *__P, __m128d __A) argument
174 _mm_storel_pd(double *__P, __m128d __A) argument
181 _mm_storeh_pd(double *__P, __m128d __A) argument
189 _mm_store1_pd(double *__P, __m128d __A) argument
195 _mm_store_pd1(double *__P, __m128d __A) argument
202 _mm_storer_pd(double *__P, __m128d __A) argument
679 _mm_load_si128(__m128i const *__P) argument
685 _mm_loadu_si128(__m128i const *__P) argument
691 _mm_loadl_epi64(__m128i const *__P) argument
697 _mm_store_si128(__m128i *__P, __m128i __B) argument
703 _mm_storeu_si128(__m128i *__P, __m128i __B) argument
709 _mm_storel_epi64(__m128i *__P, __m128i __B) argument
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Ddefines.h465 # define __P(x) x macro
/freebsd-10.0-release/contrib/sendmail/src/
H A Dconf.c4699 # undef __P macro
[all...]
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h16 # define __P(x) x macro
18 # define __P(x) () macro
[all...]
H A Dip_fil.h37 # define __P(x) x macro
39 # define __P(x) () macro
[all...]

Completed in 202 milliseconds

12