Searched refs:__P (Results 1 - 25 of 46) sorted by relevance

12

/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Diolibio.h35 extern int _IO_fclose __P((_IO_FILE*));
36 extern int _IO_new_fclose __P((_IO_FILE*));
37 extern int _IO_old_fclose __P((_IO_FILE*));
38 extern _IO_FILE *_IO_fdopen __P((int, const char*));
39 extern _IO_FILE *_IO_old_fdopen __P((int, const char*));
40 extern _IO_FILE *_IO_new_fdopen __P((int, const char*));
41 extern int _IO_fflush __P((_IO_FILE*));
42 extern int _IO_fgetpos __P((_IO_FILE*, _IO_fpos_t*));
43 extern int _IO_fgetpos64 __P((_IO_FILE*, _IO_fpos64_t*));
44 extern char* _IO_fgets __P((cha
[all...]
H A DlibioP.h331 extern void _IO_switch_to_main_get_area __P ((_IO_FILE *));
332 extern void _IO_switch_to_backup_area __P ((_IO_FILE *));
333 extern int _IO_switch_to_get_mode __P ((_IO_FILE *));
334 extern void _IO_init __P ((_IO_FILE *, int));
335 extern int _IO_sputbackc __P ((_IO_FILE *, int));
336 extern int _IO_sungetc __P ((_IO_FILE *));
337 extern void _IO_un_link __P ((struct _IO_FILE_plus *));
338 extern void _IO_link_in __P ((struct _IO_FILE_plus *));
339 extern void _IO_doallocbuf __P ((_IO_FILE *));
340 extern void _IO_unsave_markers __P ((_IO_FIL
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dprfchwintrin.h26 /// \param __P
29 _m_prefetch(void *__P) argument
31 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */);
47 /// \param __P
50 _m_prefetchw(volatile const void *__P) argument
54 __builtin_prefetch ((const void*)__P, 1, 3 /* _MM_HINT_T0 */);
H A Dprfchiintrin.h29 /// \param __P
32 _m_prefetchit0(volatile const void *__P) { argument
35 __builtin_ia32_prefetchi((const void *)__P, 3 /* _MM_HINT_T0 */);
49 /// \param __P
52 _m_prefetchit1(volatile const void *__P) { argument
55 __builtin_ia32_prefetchi((const void *)__P, 2 /* _MM_HINT_T1 */);
H A Dcldemoteintrin.h21 /// Hint to hardware that the cache line that contains \p __P should be demoted
29 _cldemote(const void * __P) { argument
30 __builtin_ia32_cldemote(__P);
H A Dbmi2intrin.h60 unsigned long long *__P)
63 *__P = (unsigned long long) (__res >> 64);
70 _mulx_u32 (unsigned int __X, unsigned int __Y, unsigned int *__P) argument
73 *__P = (unsigned int) (__res >> 32);
59 _mulx_u64(unsigned long long __X, unsigned long long __Y, unsigned long long *__P) argument
H A Davx512vbmi2intrin.h54 _mm512_mask_compressstoreu_epi16(void *__P, __mmask32 __U, __m512i __D) argument
56 __builtin_ia32_compressstorehi512_mask ((__v32hi *) __P, (__v32hi) __D,
61 _mm512_mask_compressstoreu_epi8(void *__P, __mmask64 __U, __m512i __D) argument
63 __builtin_ia32_compressstoreqi512_mask ((__v64qi *) __P, (__v64qi) __D,
100 _mm512_mask_expandloadu_epi16(__m512i __S, __mmask32 __U, void const *__P) argument
102 return (__m512i) __builtin_ia32_expandloadhi512_mask ((const __v32hi *)__P,
108 _mm512_maskz_expandloadu_epi16(__mmask32 __U, void const *__P) argument
110 return (__m512i) __builtin_ia32_expandloadhi512_mask ((const __v32hi *)__P,
116 _mm512_mask_expandloadu_epi8(__m512i __S, __mmask64 __U, void const *__P) argument
118 return (__m512i) __builtin_ia32_expandloadqi512_mask ((const __v64qi *)__P,
124 _mm512_maskz_expandloadu_epi8(__mmask64 __U, void const *__P) argument
[all...]
H A Davx512vlvbmi2intrin.h54 _mm_mask_compressstoreu_epi16(void *__P, __mmask8 __U, __m128i __D) argument
56 __builtin_ia32_compressstorehi128_mask ((__v8hi *) __P, (__v8hi) __D,
61 _mm_mask_compressstoreu_epi8(void *__P, __mmask16 __U, __m128i __D) argument
63 __builtin_ia32_compressstoreqi128_mask ((__v16qi *) __P, (__v16qi) __D,
100 _mm_mask_expandloadu_epi16(__m128i __S, __mmask8 __U, void const *__P) argument
102 return (__m128i) __builtin_ia32_expandloadhi128_mask ((const __v8hi *)__P,
108 _mm_maskz_expandloadu_epi16(__mmask8 __U, void const *__P) argument
110 return (__m128i) __builtin_ia32_expandloadhi128_mask ((const __v8hi *)__P,
116 _mm_mask_expandloadu_epi8(__m128i __S, __mmask16 __U, void const *__P) argument
118 return (__m128i) __builtin_ia32_expandloadqi128_mask ((const __v16qi *)__P,
124 _mm_maskz_expandloadu_epi8(__mmask16 __U, void const *__P) argument
164 _mm256_mask_compressstoreu_epi16(void *__P, __mmask16 __U, __m256i __D) argument
171 _mm256_mask_compressstoreu_epi8(void *__P, __mmask32 __U, __m256i __D) argument
210 _mm256_mask_expandloadu_epi16(__m256i __S, __mmask16 __U, void const *__P) argument
218 _mm256_maskz_expandloadu_epi16(__mmask16 __U, void const *__P) argument
226 _mm256_mask_expandloadu_epi8(__m256i __S, __mmask32 __U, void const *__P) argument
234 _mm256_maskz_expandloadu_epi8(__mmask32 __U, void const *__P) argument
[all...]
/openbsd-current/gnu/lib/libiberty/include/
H A Dfnmatch.h30 #undef __P macro
31 #define __P(args) args macro
33 #undef __P macro
34 #define __P(args) () macro
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
/openbsd-current/gnu/gcc/include/
H A Dfnmatch.h30 #undef __P macro
31 #define __P(args) args macro
33 #undef __P macro
34 #define __P(args) () macro
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dfnmatch.h30 #undef __P macro
31 #define __P(args) args macro
33 #undef __P macro
34 #define __P(args) () macro
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
H A Dmd5.h69 #undef __P macro
71 #define __P(x) x macro
73 #define __P(x) () macro
96 extern void md5_init_ctx __P ((struct md5_ctx *ctx));
102 extern void md5_process_block __P ((const void *buffer, size_t len,
109 extern void md5_process_bytes __P ((const void *buffer, size_t len,
119 extern void *md5_finish_ctx __P ((struct md5_ctx *ctx, void *resbuf));
128 extern void *md5_read_ctx __P ((const struct md5_ctx *ctx, void *resbuf));
134 extern int md5_stream __P ((FILE *stream, void *resblock));
140 extern void *md5_buffer __P ((cons
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dfnmatch.h30 #undef __P macro
31 #define __P(args) args macro
33 #undef __P macro
34 #define __P(args) () macro
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
/openbsd-current/gnu/usr.sbin/mkhybrid/src/libfile/
H A Dfile.h80 #include <stdio.h> /* Include that here, to make sure __P gets defined */
82 #ifndef __P
84 # define __P(a) a macro
86 # define __P(a) () macro
91 extern int ascmagic __P((unsigned char *, int));
92 extern void error __P((const char *, ...));
93 extern void ckfputs __P((const char *, FILE *));
95 extern int fsmagic __P((const char *, struct stat *));
96 extern int is_compress __P((const unsigned char *, int *));
97 extern int is_tar __P((unsigne
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/ppc_wrappers/
H A Dbmiintrin.h31 _bextr_u32(unsigned int __X, unsigned int __P, unsigned int __L) { argument
32 return ((__X << (32 - (__L + __P))) >> (32 - __L));
38 unsigned int __P, __L; local
39 __P = __Y & 0xFF;
41 return (_bextr_u32(__X, __P, __L));
103 _bextr_u64(unsigned long long __X, unsigned int __P, unsigned int __L) { argument
104 return ((__X << (64 - (__L + __P))) >> (64 - __L));
110 unsigned int __P, __L; local
111 __P = __Y & 0xFF;
113 return (_bextr_u64(__X, __P, __
[all...]
H A Dbmi2intrin.h25 _mulx_u32(unsigned int __X, unsigned int __Y, unsigned int *__P) { argument
27 *__P = (unsigned int)(__res >> 32);
42 unsigned long long *__P) {
44 *__P = (unsigned long long)(__res >> 64);
41 _mulx_u64(unsigned long long __X, unsigned long long __Y, unsigned long long *__P) argument
H A Dtmmintrin.h141 const __v16qu __P = {0, 1, 4, 5, 8, 9, 12, 13, local
145 __v8hi __C = vec_perm((__v8hi)__A, (__v8hi)__B, __P);
153 const __v16qu __P = {0, 1, 2, 3, 8, 9, 10, 11, local
157 __v4si __C = vec_perm((__v4si)__A, (__v4si)__B, __P);
166 const __v16qu __P = {0, 1, 4, 5, 8, 9, 12, 13, 0, 1, 4, 5, 8, 9, 12, 13}; local
169 __C = vec_perm(__C, __C, __P);
178 const __v16qu __P = {0, 1, 2, 3, 8, 9, 10, 11, 0, 1, 2, 3, 8, 9, 10, 11}; local
181 __C = vec_perm(__C, __C, __P);
209 const __v16qu __P = {0, 1, 4, 5, 8, 9, 12, 13, local
213 __v8hi __C = vec_perm((__v8hi)__A, (__v8hi)__B, __P);
221 const __v16qu __P = {0, 1, 2, 3, 8, 9, 10, 11, local
233 const __v16qu __P = {0, 1, 4, 5, 8, 9, 12, 13, 0, 1, 4, 5, 8, 9, 12, 13}; local
245 const __v16qu __P = {0, 1, 2, 3, 8, 9, 10, 11, 0, 1, 2, 3, 8, 9, 10, 11}; local
257 const __v16qu __P = {0, 1, 4, 5, 8, 9, 12, 13, local
269 const __v16qu __P = {0, 1, 4, 5, 8, 9, 12, 13, 0, 1, 4, 5, 8, 9, 12, 13}; local
[all...]
H A Dpmmintrin.h122 _mm_loaddup_pd(double const *__P) { argument
123 return (__m128d)vec_splats(*__P);
134 _mm_lddqu_si128(__m128i const *__P) { argument
135 return (__m128i)(vec_vsx_ld(0, (signed int const *)__P));
H A Dxmmintrin.h93 _mm_load_ps(float const *__P) { argument
94 return ((__m128)vec_ld(0, (__v4sf *)__P));
100 _mm_loadu_ps(float const *__P) { argument
101 return (vec_vsx_ld(0, __P));
107 _mm_loadr_ps(float const *__P) { argument
114 __tmp = vec_ld(0, (__v4sf *)__P);
149 _mm_store_ps(float *__P, __m128 __A) { argument
150 vec_st((__v4sf)__A, 0, (__v4sf *)__P);
156 _mm_storeu_ps(float *__P, __m128 __A) { argument
157 *(__m128_u *)__P
163 _mm_storer_ps(float *__P, __m128 __A) argument
177 _mm_store1_ps(float *__P, __m128 __A) argument
184 _mm_store_ps1(float *__P, __m128 __A) argument
207 _mm_load_ss(float const *__P) argument
214 _mm_store_ss(float *__P, __m128 __A) argument
945 _mm_prefetch(const void *__P, enum _mm_hint __I) argument
1252 _mm_loadh_pi(__m128 __A, __m64 const *__P) argument
1263 _mm_storeh_pi(__m64 *__P, __m128 __A) argument
1289 _mm_loadl_pi(__m128 __A, __m64 const *__P) argument
1300 _mm_storel_pi(__m64 *__P, __m128 __A) argument
1340 _mm_load1_ps(float const *__P) argument
1346 _mm_load_ps1(float const *__P) argument
1649 _mm_maskmove_si64(__m64 __A, __m64 __N, char *__P) argument
1662 _m_maskmovq(__m64 __A, __m64 __N, char *__P) argument
1738 _mm_stream_pi(__m64 *__P, __m64 __A) argument
1747 _mm_stream_ps(float *__P, __m128 __A) argument
[all...]
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dpmmintrin.h96 _mm_loaddup_pd (double const *__P) argument
98 return _mm_load1_pd (__P);
108 _mm_lddqu_si128 (__m128i const *__P) argument
110 return (__m128i) __builtin_ia32_lddqu ((char const *)__P);
114 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H) argument
116 __builtin_ia32_monitor (__P, __E, __H);
H A Dxmmintrin.h748 _mm_loadh_pi (__m128 __A, __m64 const *__P) argument
750 return (__m128) __builtin_ia32_loadhps ((__v4sf)__A, (__v2si *)__P);
755 _mm_storeh_pi (__m64 *__P, __m128 __A) argument
757 __builtin_ia32_storehps ((__v2si *)__P, (__v4sf)__A);
777 _mm_loadl_pi (__m128 __A, __m64 const *__P) argument
779 return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (__v2si *)__P);
784 _mm_storel_pi (__m64 *__P, __m128 __A) argument
786 __builtin_ia32_storelps ((__v2si *)__P, (__v4sf)__A);
882 _mm_load_ss (float const *__P) argument
884 return _mm_set_ss (*__P);
889 _mm_load1_ps(float const *__P) argument
895 _mm_load_ps1(float const *__P) argument
902 _mm_load_ps(float const *__P) argument
909 _mm_loadu_ps(float const *__P) argument
916 _mm_loadr_ps(float const *__P) argument
938 _mm_store_ss(float *__P, __m128 __A) argument
951 _mm_store_ps(float *__P, __m128 __A) argument
958 _mm_storeu_ps(float *__P, __m128 __A) argument
965 _mm_store1_ps(float *__P, __m128 __A) argument
973 _mm_store_ps1(float *__P, __m128 __A) argument
980 _mm_storer_ps(float *__P, __m128 __A) argument
1135 _mm_maskmove_si64(__m64 __A, __m64 __N, char *__P) argument
1141 _m_maskmovq(__m64 __A, __m64 __N, char *__P) argument
1202 _mm_stream_pi(__m64 *__P, __m64 __A) argument
1209 _mm_stream_ps(float *__P, __m128 __A) argument
[all...]
H A Dmm3dnow.h161 _m_prefetch (void *__P) argument
163 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */);
167 _m_prefetchw (void *__P) argument
169 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Dpmmintrin.h96 _mm_loaddup_pd (double const *__P) argument
98 return (__m128d) __builtin_ia32_loadddup (__P);
108 _mm_lddqu_si128 (__m128i const *__P) argument
110 return (__m128i) __builtin_ia32_lddqu ((char const *)__P);
115 _mm_monitor (void const * __P, unsigned int __E, unsigned int __H)
117 __builtin_ia32_monitor (__P, __E, __H);
H A Dxmmintrin.h715 _mm_loadh_pi (__m128 __A, __m64 const *__P) argument
717 return (__m128) __builtin_ia32_loadhps ((__v4sf)__A, (__v2si *)__P);
722 _mm_storeh_pi (__m64 *__P, __m128 __A) argument
724 __builtin_ia32_storehps ((__v2si *)__P, (__v4sf)__A);
744 _mm_loadl_pi (__m128 __A, __m64 const *__P) argument
746 return (__m128) __builtin_ia32_loadlps ((__v4sf)__A, (__v2si *)__P);
751 _mm_storel_pi (__m64 *__P, __m128 __A) argument
753 __builtin_ia32_storelps ((__v2si *)__P, (__v4sf)__A);
829 _mm_load_ss (float const *__P) argument
831 return (__m128) __builtin_ia32_loadss (__P);
836 _mm_load1_ps(float const *__P) argument
843 _mm_load_ps1(float const *__P) argument
850 _mm_load_ps(float const *__P) argument
857 _mm_loadu_ps(float const *__P) argument
864 _mm_loadr_ps(float const *__P) argument
924 _mm_store_ss(float *__P, __m128 __A) argument
931 _mm_store1_ps(float *__P, __m128 __A) argument
939 _mm_store_ps1(float *__P, __m128 __A) argument
946 _mm_store_ps(float *__P, __m128 __A) argument
953 _mm_storeu_ps(float *__P, __m128 __A) argument
960 _mm_storer_ps(float *__P, __m128 __A) argument
1116 _mm_maskmove_si64(__m64 __A, __m64 __N, char *__P) argument
1122 _m_maskmovq(__m64 __A, __m64 __N, char *__P) argument
1183 _mm_stream_pi(__m64 *__P, __m64 __A) argument
1190 _mm_stream_ps(float *__P, __m128 __A) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dmath.h138 #ifndef __P
139 #define __P(a) a macro

Completed in 328 milliseconds

12