search for: nti

Displaying 20 results from an estimated 33 matches for "nti".

Did you mean: _ti
2012 Jul 06
0
[PATCH] dri/nouveau: Add AllocTextureImageBuffer() implementation
...ot;drivers/common/meta.h" #include "swrast/s_texfetch.h" +#include "swrast/swrast.h" static struct gl_texture_object * nouveau_texture_new(struct gl_context *ctx, GLuint name, GLenum target) @@ -71,12 +72,64 @@ nouveau_teximage_new(struct gl_context *ctx) return &nti->base.Base; } +static unsigned +get_teximage_placement(struct gl_texture_image *ti) +{ + if (ti->TexFormat == MESA_FORMAT_A8 || + ti->TexFormat == MESA_FORMAT_L8 || + ti->TexFormat == MESA_FORMAT_I8) + /* 1 cpp formats will have to be swizzled by the CPU, + * so leave them...
2008 Jul 06
1
Dovecot failed with a correct sql user_query
Dovecot (1.1.1) criticises a sql user_query that's working on the sql console and thats correct. DOVECOT-LOG: "dovecot: Jul 06 22:58:29 Error: auth(default): sql(nti): User query failed: ERROR: syntax error at or near "mbox" dovecot: Jul 06 22:58:29 Error: auth(default): LINE 1: ...gid, home, (CASE WHEN smtp like '/var/pop3/ THEN 'mbox:' || ..." QUERY: user_query = SELECT '%u' AS user, uid, gid, home, (CASE WHEN home lik...
2010 May 14
4
Dovecot 2.0beta5 Quota/Dict
...come outs this error. If the configuration gos wrong it just do not happen anything, but if the filds and name are ok, happen this.. > May 14 17:03:40 auth: Debug: Loading modules from directory: > /usr/lib/dovecot/auth > May 14 17:03:40 auth: Debug: master in: USER 1 sfrique at nti.uff.br > service=lda > May 14 17:03:40 auth: Debug: Loading modules from directory: > /usr/lib/dovecot/auth > May 14 17:03:40 auth: Info: mysql: Connected to 10.0.0.100 (postfix) > May 14 17:03:40 auth: Debug: sql(sfrique at nti.uff.br): SELECT 5000 AS uid, > 12 AS gid, mailbox, c...
2012 Apr 06
1
[WIP PATCH] dri/nouveau: Add S3TC support for nv20.
...cess & GL_MAP_READ_BIT) && nouveau_pushbuf_refd(context_push(ctx), s->bo)) { + unsigned size; /* * Heuristic: use a bounce buffer to pipeline * teximage transfers. @@ -104,7 +105,8 @@ nouveau_teximage_map(struct gl_context *ctx, struct gl_texture_image *ti, nti->transfer.x = x; nti->transfer.y = y; - nti->base.Map = nouveau_get_scratch(ctx, st->pitch * h, + size = nouveau_format_get_nblocksx(st->format, h) * st->pitch; + nti->base.Map = nouveau_get_scratch(ctx, size, &st->bo, &st->offset);...
2001 Apr 05
1
PR#896
...496403,1.772743,1.624953,2.645835,3.0994 77,1.706758,3.507709,1.982924) y<-c(-0.8161288,0.1632923,0.6421997,1.9270846,- 0.4668112,0.3587806,0.3312529,-0.5393900, 0.1057892,1.7963575) mu<-0 n.x<-length(x) n.y<-length(y) wdiff <- function(d, zq) { dr <- rank(c(x- mu -d,y)) NTIES.CI <- table(dr) dz <- (sum(dr[seq(along = x)]) - n.x * (n.x + 1)/2 - n.x * n.y/2) CORRECTION.CI<-0 SIGMA.CI <- sqrt((n.x * n.y/12) * ((n.x + n.y + 1) - sum(NTIES.CI^3 - NTIES.CI)/((n.x + n.y) * (n.x + n.y - 1)))) dz <- (dz - CORRECTION.CI)/SIGMA.CI abs(dz - zq) } To...
2010 Aug 03
1
Dsync fatal error.
#dsync -D -vv -u stak at nti.uff.br mirror maildir:/CX4/vdomains/ nti.uff.br/stak/mail dsync(root): Fatal: Mail locations must use the same virtual mailbox hierarchy separator (specify separator for the default namespace) My mail.conf *mail_location = mbox:/CX4/vdomains/%d/home/%n/mail:INBOX=/CX4/vdomains/%d/var/spool/mail/%...
2004 Sep 24
2
What type of PRI setup is best
I am having my colo set up 2 PRI's for my new asterisk implementation. They asked the following... ##SNIP## What type (NI2, NTI, 4ESS, or 5ESS) and whether they want to be USER or NETWORK. If the equipment is flexible, NI2, with us as NETWORK is preferred. ##SNIP## We are using a digium quad span T1 card. What is the recommended setup? Thanks, Chris
2010 Aug 17
3
Weird differing results when using the Wilcoxon-test
...ilcox_approx = wilcox.test(big1, big2) wilcox_exact = wilcox_test(big ~ gr, data=data_frame, distribution="exact") #---EndCode--- I found here http://www-stat.stanford.edu/~susan/courses/s141/hononpara.pdf that wilcox.test (at least for the signed rank test) relies on exact (p-)values until N = n1 + n2 = 50. I can reproduce this, when using e.g. size = 15. The p-values then are the same, as I would expect it, having read the info from the link. #---BeginCode--- print(paste("Wilcox approx p-value:", wilcox_approx$p.value), quote=F) print(paste("Wilcox exact p-value:&q...
2016 Oct 25
3
Fix sharing ACL
...ions, following this session: https://wiki.samba.org/index.php/Shares_with_Windows_ACLs#Troubleshooting When I try to reset the permissions as shown in the bottom page of the ACL Windows page, nothing happens. # ls -l /mnt/data total 20 drwxrwxr-x+ 3 administrator domain admins 4096 Set 30 09:44 NTI drwxrwxr-x+ 3 ricardo domain admins 50 Set 14 14:36 rsync drwxrwxr-x+ 2 administrator domain admins 4096 Set 2 10:40 teste drwxr-xr-x+ 2 root domain admins 6 Out 25 15:01 teste1 # setfacl -R -b /mnt/data # setfacl -R -b /mnt/data/* # ls -l /mnt/data total 20 drwxrwxr-x 3 ad...
2016 Oct 25
4
Fix sharing ACL
Dear Rowland, I changed smb.conf as its tip. I had already read about the ACL's Windows and Posix. Even changing the smb.conf and using the ACL methods, I still do not write access to the folder. Example: # mkdir /mnt/data/teste1 # ls -all /mnt/data/teste1 total 12 drwxrws---+ 2 administrator domain admins 6 Out 25 10:05 . drwxrwxr-x+ 10 root domain admins 4096 Out 25
2008 Oct 30
9
gdi32.dll error
...ns that came with it. No matter what I try to open from the sample windows application folder that came with the program I get the same error message:err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting Any ideas what might be causing it? My goal is to install vector NTI on my mac (http://appdb.winehq.org/objectManager.php?sClass=version&iId=6829). When I open the installer for this program I get the same error message, so I guess there is something wrong with my darwin and/or wine and need to fix this first.
2008 Jul 21
2
[LLVMdev] Casting between address spaces and address space semantics
Hi all, > If I read the standard correctly, the properties of these address spaces can > be fully captured by defining the relationship between every pair of address > spaces (disjoint, identical, subset/superset). > > I think it would make sense to make these relationships backend/platform > specific, but for clang and the optimization passes to properly work with > address spaces, these relationships should be known. It seems to me that the > proper way to handle this,...
2009 Feb 05
2
Security update missing - kernel-2.6.18-128.el5
...AIK. So please, do not delay it anymore, this contains multiple security vulnerabilities fixed since 2009-01-20. Thank you for your effort (a lot). M.K. -- Milan Ker?l?ger http://www.pslib.cz/ke/ http://www.nti.tul.cz/wiki/Milan.Kerslager
2012 Feb 21
1
dovecot 2 doesn't start with managesieve
Hi I build dovecot 2.0.16 and and dovecot-pigeonhole-0.2.5 on two machines with the same options. The config files are equivalent. On the first machine everything works fine - on the second dovecot with managesive won't start (without sieve protocol it does). Error: socket() failed: Protocol not supported Error: service(managesieve-login): listen(::, 4190) failed: Protocol not supported
2011 Nov 21
2
count ties after rank?
Hello! I need to use Kruskal-Wallis test and post-hoc test (Dunn's test) for my data. But when I searched around, I only found this function: kruskal.test. But nothing for Dunn's test. So I started to write one myself. But I do not know how to count ties in the data frame. I can use for loops but it seems long and unnecessary since the rank function actually knows the ties. So
2013 Dec 19
1
Performance issues samba4 with e.g. "ls -la"
Hello I have performace problems with services or commands that uses user or groups on the filesystem. "wbinfo -u" lasts about 5 seconds for an output of ~150 users Also a "ls -la" takes about 5 seconds to give an result. ls -lan however is very quick. ps ax is quick, ps -aux slow ... If samba is stopped the performance is quick always. A problem is the webserver. Delivering
2005 Nov 14
1
effect sizes for Wilcoxon tests
Hello, I use t.test for normal distributed and wilcox.test for non-normal distributed samples. It is easy to write a function for t.test that calculates the effect size, because all parts of the formula are available from the t.test result: r = sqrt(t*t / (t*t + df)) However, for Wilcoxon tests, the formula for effect sizes is: r = Z / sqrt(N) I wonder how I can calculate the Z-score in R for
2008 Jul 21
0
[LLVMdev] Casting between address spaces and address space semantics
...code so we can discuss this in more concrete detail. In terms of the information we need, I think you have it right. We just need a description of how the different address spaces relate and I don't see much of an issue with how you implemented to InstructionCombining. As you also mentioned, I don't like that we pass a reference to TargetData with the AddrspacesDescriptor and that we have a static default implementation store in the class. It is unclear to me if this is the right class for it as not as it describes the structure and alignment while address spaces seem...
2008 Jul 18
0
[LLVMdev] Casting between address spaces and address space semantics
...on > what makes the most sense for your hardware and how the program will behave > will depend on that relationship. If I read the standard correctly, the properties of these address spaces can be fully captured by defining the relationship between every pair of address spaces (disjoint, identical, subset/superset). I think it would make sense to make these relationships backend/platform specific, but for clang and the optimization passes to properly work with address spaces, these relationships should be known. It seems to me that the proper way to handle this, is to include this inform...
2010 Apr 26
2
[PATCH] Make Queue announcements more consistent (1.4.26.2)
Hi, After playing around with queues a bunch on 1.4.26.2, I noticed a few things, which the patch below addresses. It addresses: - Callers in position 0 will hear periodic/position announcements at a very different rate than all other callers. -- Announcements while in position 0 could be delayed up to "timeout+retry" seconds. -- This patch reduces that possible delay to only