search for: __p

Displaying 20 results from an estimated 71 matches for "__p".

Did you mean: __pa
2016 May 01
2
r267690 - [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps instruction set
...original) +++ cfe/trunk/lib/Headers/avx512fintrin.h Wed Apr 27 05:44:15 2016 @@ -7324,6 +7324,30 @@ _mm512_kxor (__mmask16 __A, __mmask16 __ return (__mmask16) __builtin_ia32_kxorhi ((__mmask16) __A, (__mmask16) __B); } +static __inline__ void __DEFAULT_FN_ATTRS +_mm512_stream_si512 (__m512i * __P, __m512i __A) +{ + __builtin_ia32_movntdq512 ((__v8di *) __P, (__v8di) __A); +} + +static __inline__ __m512i __DEFAULT_FN_ATTRS +_mm512_stream_load_si512 (void *__P) +{ + return __builtin_ia32_movntdqa512 ((__v8di *)__P); +} + +static __inline__ void __DEFAULT_FN_ATTRS +_mm512_stream_pd (double *...
2016 May 15
2
r267690 - [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps instruction set
...original) +++ cfe/trunk/lib/Headers/avx512fintrin.h Wed Apr 27 05:44:15 2016 @@ -7324,6 +7324,30 @@ _mm512_kxor (__mmask16 __A, __mmask16 __ return (__mmask16) __builtin_ia32_kxorhi ((__mmask16) __A, (__mmask16) __B); } +static __inline__ void __DEFAULT_FN_ATTRS +_mm512_stream_si512 (__m512i * __P, __m512i __A) +{ + __builtin_ia32_movntdq512 ((__v8di *) __P, (__v8di) __A); +} + +static __inline__ __m512i __DEFAULT_FN_ATTRS +_mm512_stream_load_si512 (void *__P) +{ + return __builtin_ia32_movntdqa512 ((__v8di *)__P); +} + +static __inline__ void __DEFAULT_FN_ATTRS +_mm512_stream_pd (double *...
1998 Nov 24
1
Missing inet.h and netdb.h for SCO
I tried to compile Samba 2.0 beta with cc under SCO 3.2. I seem to be missing the inet.h and netdb.h include files. Does anyone know if they are publicly available? Steve Grose Sgrose@cmps.com Continental Managed Pharmacy Services - www.preferrx.com Voice - 216-459-2025 Ext. 208 Fax - 216-485-8615 Any opinions expressed are my own and not necessarily those of my employers.
1999 Nov 25
2
pre15 & Solaris 7 ... rsa.h problem ...
...l/src/openssh-1.2pre15> make gcc -g -O2 -Wall -I/usr/slocal/include -DETCDIR=\"/usr/local/etc/ssh\" -DSSH_PROGRAM=\"/usr/slocal/bin/ssh\" -DHAVE_CONFIG_H -c authfd.c -o authfd.o In file included from ssh.h:25, from authfd.c:19: rsa.h:40: parse error before `__P' rsa.h:42: parse error before `__P' rsa.h:44: parse error before `__P' rsa.h:45: parse error before `__P' make: *** [authfd.o] Error 1 Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia Univer...
2016 Apr 13
0
[PATCH 1/1] x32 support
...clude/arch/x32/klibc/archstat.h @@ -0,0 +1,28 @@ +#ifndef _KLIBC_ARCHSTAT_H +#define _KLIBC_ARCHSTAT_H + +#include <klibc/stathelp.h> + +#define _STATBUF_ST_NSEC + +struct stat { + __stdev64 (st_dev); + __u64 st_ino; + __u64 st_nlink; + + __u32 st_mode; + __u32 st_uid; + __u32 st_gid; + __u32 __pad0; + __stdev64 (st_rdev); + __s64 st_size; + __s64 st_blksize; + __s64 st_blocks; /* Number 512-byte blocks allocated. */ + + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + __u64 __unused[3]; +}; + +#endif diff --git a/usr/include/arch/x32/sys/io.h b/usr/include/a...
2006 Jun 26
0
[klibc 37/43] x86_64 support for klibc
...8 @@ +#ifndef _KLIBC_ARCHSTAT_H +#define _KLIBC_ARCHSTAT_H + +#include <klibc/stathelp.h> + +#define _STATBUF_ST_NSEC + +struct stat { + __stdev64 (st_dev); + unsigned long st_ino; + unsigned long st_nlink; + + unsigned int st_mode; + unsigned int st_uid; + unsigned int st_gid; + unsigned int __pad0; + __stdev64 (st_rdev); + long st_size; + long st_blksize; + long st_blocks; /* Number 512-byte blocks allocated. */ + + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + long __unused[3]; +}; + +#endif diff --git a/usr/include/arch/x86_64/klibc/archsys.h b/u...
2015 Sep 27
2
v2.2.19 release candidate released
Timo, I have to test something on one of the BSD, namely related to src/lib/net.c . -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism Time for Stephen to move on on Oct 19 2015!!
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
.../* have called np_up() */ + +static bool bcp_maclocal_valid; +static u_char bcp_maclocal[ETH_ALEN]; +static char bcp_maclocal_str[3*ETH_ALEN]; /* string form of "maclocal" arg */ + +/* + * Callbacks for fsm code. (CI = Configuration Information) + */ +static void bcp_resetci __P((fsm *)); /* Reset our CI */ +static int bcp_cilen __P((fsm *)); /* Return length of our CI */ +static void bcp_addci __P((fsm *, u_char *, int *)); /* Add our CI */ +static int bcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */ +static int bcp_nakci __P((fsm *...
2006 Jun 26
0
[klibc 24/43] i386 support for klibc
...38 @@ +#ifndef _KLIBC_ARCHSTAT_H +#define _KLIBC_ARCHSTAT_H + +#include <klibc/stathelp.h> + +#define _STATBUF_ST_NSEC + +/* This matches struct stat64 in glibc2.1, hence the absolutely + * insane amounts of padding around dev_t's. + */ +struct stat { + __stdev64 (st_dev); + unsigned char __pad0[4]; + + unsigned long __st_ino; + + unsigned int st_mode; + unsigned int st_nlink; + + unsigned long st_uid; + unsigned long st_gid; + + __stdev64 (st_rdev); + unsigned char __pad3[4]; + + long long st_size; + unsigned long st_blksize; + + unsigned long long st_blocks; /* Number 512-byte blocks...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear
2015 Sep 27
0
v2.2.19 release candidate released
....cr_uid /* effective user id */ #define fc_ngroups fc_ucred.cr_ngroups /* number of groups */ #define fc_groups fc_ucred.cr_groups /* groups */ #define fc_gid fc_ucred.cr_gid /* effective group id */ #ifdef KERNEL #define crhold(cr) (cr)->cr_ref++ struct ucred *crcopy __P((struct ucred *cr)); struct ucred *crdup __P((struct ucred *cr)); void crfree __P((struct ucred *cr)); struct ucred *crget __P((void)); int suser __P((struct ucred *, u_short *acflag)); int groupmember __P((gid_t, struct ucred *)); #endif /* KERNEL */ #endif /* !_SYS_U...
1999 Nov 29
2
openssh-1.2pre15 on AIX
Hi. Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost. No patch included this time, but the following were the gotchas: - The __P() prototyping doesn't work (as discussed earlier) - bsd-daemon.o wasn't linked into libssh.a (though configure seemed to detect the need for it) DCE patch will follow shortly. Regards, Tor-?ke ______________________________________________________ Get Your Private, Free Email at http://...
2002 Dec 02
0
Cannot compile openssh-3.5.p1 on Irix 6.5.15 with kerberos4
...EP_CHROOT_DIR=\"/var/empty\" -DSSH_RAND_HELPER=\"/usr/local/libexec/ssh-rand-helper\" -DHAVE_CONFI! G_H -c sshconnect1.c cc-1204 cc: WARNING File = /usr/athena/include/krb-protos.h, Line = 175 The indicated declaration is not visible outside of the function. krb_check_auth __P(( ^ cc-1204 cc: WARNING File = /usr/athena/include/krb-protos.h, Line = 456 The indicated declaration is not visible outside of the function. krb_mk_priv __P(( ^ cc-1204 cc: WARNING File = /usr/athena/include/krb-protos.h, Line = 540 The indicated declaration...
1999 Dec 06
0
Fwd: Re: openssh on a non-PAM system?
...c-2.95), with: gcc -O2 -fomit-frame-pointer -Wall -I/usr/local/ssl/include -DETCDIR=\"/usr/local/etc\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DHAVE_CONFIG_H -c authfd.c -o authfd.o In file included from ssh.h:25, from authfd.c:19: rsa.h:40: parse error before `__P' rsa.h:42: parse error before `__P' rsa.h:44: parse error before `__P' rsa.h:45: parse error before `__P' a quick: #define __P(p) p in rsa.h fixes that. Then falls over linking ssh, with: gcc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o libssh.a -lpam -ldl -...
2003 Aug 22
3
PAE removal patch for testing
.../* * Crashdump maps. @@ -237,36 +188,66 @@ static pt_entry_t *pt_crashdumpmap; static caddr_t crashdumpmap; -static pd_entry_t pdir4mb; +#ifdef SMP +extern pt_entry_t *SMPpt; +#else +static pt_entry_t *PMAP1 = 0; +static unsigned *PADDR1 = 0; +#endif static PMAP_INLINE void free_pv_entry __P((pv_entry_t pv)); +static unsigned * get_ptbase __P((pmap_t pmap)); static pv_entry_t get_pv_entry __P((void)); static void i386_protection_init __P((void)); static __inline void pmap_changebit __P((vm_page_t m, int bit, boolean_t setem)); + static void pmap_remove_all __P((vm_page_t m)); stat...
2004 Oct 19
1
[PATCH] fix fwrite declaration
...void *p. Is there a reason for the difference? diff -p -purN klibc-0.186/include/stdio.h klibc-0.186.fwrite/include/stdio.h --- klibc-0.186/include/stdio.h 2004-07-28 23:09:59.000000000 +0200 +++ klibc-0.186.fwrite/include/stdio.h 2004-10-19 20:06:30.000000000 +0200 @@ -90,7 +90,7 @@ fread(void *__p, size_t __s, size_t __n, } extern __inline__ size_t -fwrite(void *__p, size_t __s, size_t __n, FILE *__f) +fwrite(const void *__p, size_t __s, size_t __n, FILE *__f) { return _fwrite(__p, __s*__n, __f)/__s; } -- USB is for mice, FireWire is for men! sUse lINUX ag, n?RNBERG
1999 Dec 01
1
Compile bugs in openssh-1.2pre15 on Solaris (2.6)
...ems so I thought I'd try... Anyway, I have encountered the following compile time problems for openssh-1.2pre15 / Solaris 2.6 / gcc 2.8.1 - * daemon code (bsd-daemon.[ch]) exists but is not linked in. Also, header is not included. Same might apply to bsd-login. * rsa.h needs __P() define to work (I think this has already been reported). Diffs are - *** Makefile.in.ORIG Thu Nov 25 12:40:22 1999 --- Makefile.in Wed Dec 1 12:09:37 1999 *************** *** 34,40 **** all: $(OBJS) $(TARGETS) ! libssh.a: authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o...
2003 Mar 27
2
Samba and CCC
.../local/samba/private/smbpasswd.tdb" Using LIBS = -lcups -lnsl -ldl -lcrypt -lpopt Compiling smbd/server.c cc: Warning: /usr/include/glob.h, line 201: In this declaration, parameter 4 has a different type than specified in an earlier declaration of this function. (mismatparam) extern int glob64 __P ((__const char *__restrict __pattern, int __flags, - -----------^ cc: Error: /usr/include/glob.h, line 201: In this declaration, the type of "glob64" is not compatible with the type of a previous declaration of "glob64" at line number 186 in file /usr/include/glob.h. (notcompat)...
1999 Dec 14
0
1.2pre17 fails to compile on RedHat 4.2/i386 (libc5)
...FIG_H -c sshd.c -o sshd.o sshd.c:16: poll.h: No such file or directory make: *** [sshd.o] Error 1 Bad exit status from /var/tmp/rpm-tmp.67018 (%build) The following is me rambling on and trying quick fixes: In later versions (glibc), daemon is defined in unistd.h as: unistd.h:extern int daemon __P ((int __nochdir, int __noclose)); Notes, configure DOES check for daemon: checking for daemon... yes If I create this manually, it seems to compile. And poll.h just includes sys/poll.h which defines struct pollfd, and the functions: extern int __poll __P ((struct pollfd *__fds, unsigned long int...
2007 Dec 05
3
[PATCH 0/9 - v2] Integrate system.h
Hi, At Ingo's request, here it goes a new patchset, that actually applies ontop of the x86 tree (mm branch). Besides this issue, I've also included a patch that remove the cr8 references, as Andi suggested.