search for: pf5

Displaying 6 results from an estimated 6 matches for "pf5".

Did you mean: pf
2018 Mar 28
2
arm tailcall with many parameters?
typedef struct vtable_t { int (*pf4)(int a, int b, int c, int d); int (*pf5)(int a, int b, int c, int d, int e); } vtable_t; int f1(int (*pf4)(int a, int b, int c, int d)) { return pf4(1, 2, 3, 4); } int f2(vtable_t *vt) { return vt->pf4(1, 2, 3, 4); } gcc and clang will not tailcall these on arm with -O3. int f3(int (*pf5)(int a, int b, int c, int d, int e))...
2018 Mar 28
0
arm tailcall with many parameters?
Sorry that also suffered from signature mismatch. So how about more like: typedef struct vtable_t { int (*pf4)(int a, int b, int c, int d); int (*pf5)(int a, int b, int c, int d, int e); } vtable_t; int f3(int (*pf5)(int a, int b, int c, int d, int e), int a, int b, int c, int d) { return pf5(a, b, c, d, d + d); } int f4(vtable_t *vt, int a, int b, int c, int d) { return vt->pf5(a, b, c, d, d + d); } - Jay ________________________...
2014 Jan 09
3
Why does 'mysql' user has /bin/bash shell?
Hello, Default MySQL installation on CentOS sets /bin/bash as shell. I'm on a user cleanup task where I want reduce unneeded privileges to users. What is the "mysql" user shell for? (What will happen if I change it to /bin/false or whatever would disable it's shell?) It's not only a matter of SSH (I'm aware I can AllowUsers in sshd_config for example).
2009 Feb 03
3
non linear regression with nls
Hello, I'm a beginner with R and it's the first time I'm using the R-help list... I hope I'm in the right place, if not: Sorry!! I need to do non linear regressions on a data set which columns are: "river.name" "Portata" "PTG.P" "PO4.P" "NT.N" "NH4.N" "NO3.N" "BOD5" "SiO2"
2000 Jan 29
1
HDF5 as a module
...y6MvlRJidCZlUM8bmmLp4gQXWxct4KNBe+ ViZT1bSedykvyZ1uyflwq1omeCG/FP7ygSKmUxs1mni+eKZaSreMZM54Tj1D2WN1I2u3UWgS4BR4 WaW8PtVx+ED2vBXHku4hln5eCvuvuVSVb1tLSfEjHDkrckMgDWEUkF8NEAWeNUiR08BYjhYc4EQ3 tPDBReBjVaOODYItnLUF/B1zFQVphs84ybbZW0DIidQq15+Lr90QKywA4IynZyPY5S+i4r6xkvQH Yn2jiGZf5xT9ExSmlYpgfGwgJx/5YaL/7fPf57/Pf5//Pv99/vv89/nv89/nv89/n/8+/33++/z3 f/Hv/wH51ZhiAGgBAA== --=-=-=-- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (i...
2006 Oct 03
1
HP Toolbox kills Samba
...W `!\QH`<]W-:-5%=6;^USY"JO>A&SI1,B=IP>QB!Z$ M4R9X3O1#,: <X0`.X( >!/!\ASV("B@U*Y3D##4\,Q$:#N `#E!JP,/JA;2R M,ITU2FD6!G_?N9+.NMBZR)5,+U?266^DK4BNI!_/E9QJK^]C]OJ>,5?2.25< MGGJN9$56)SBGC66#C.\]#D8YI%G)F6(<C%6C347BX/B&_,=3'8Q4E"(.SA0' M\_R!1IM^'$PF5<7;O!K)[BKYS7J]D_:A11A);R*=T&22#TIJS602@\=,(L ! M',#!TC@H#Q&^'+3[W<9Y>R->X@83-\\,7BNI&'_X^+>MUGFGVQD,^XUAKW_4 M'<2@UNHU!_&=\N%S679YC!]_]/+O"WET8B-S8Y6=&TNE+^2#M<)P<,DB^D*Y M4 \N@>!<HBG,:$RN./]ESI:="YM;EO0OI&>>*V^\I...