search for: refb

Displaying 3 results from an estimated 3 matches for "refb".

Did you mean: ref
2018 Nov 20
3
Samba not respecting directory acls inside a share
Hi, we are running Samba 4.9.2 on Solaris 10 connected to AD as a member with some share: [refb] path = /samba/refb browseable = no valid users = +"AM\refb_users" writeable = yes force user = AM\qui force group = AM\refb_users All the samba users and groups come from AD through nss_winbind. Inside /samba/refb/ I created a sub directory test_a and set the owner (in Solaris via chow...
2009 Dec 22
0
Reshpaing for xyplot() or ggplot()
...1 0.56 0.86 6 6 0.42 0.47 0.20 0.24 0.43 > My goal is to use either xyplot() or ggplot (qplot() ?) or any other better way for simplifying the following syntax and making a nicer graphic: par(mfrow=c(3,5),pty="s") plot(calib20090730b$XR,refpanel$B,xlab="rawR",ylab="refB") plot(calib20090730b$XR,refpanel$G,xlab="rawR",ylab="refG") plot(calib20090730b$XR,refpanel$R,xlab="rawR",ylab="refR") plot(calib20090730b$XR,refpanel$NIR1,xlab="rawR",ylab="refNIR1") plot(calib20090730b$XR,refpanel$NIR2,xlab="r...
2013 Sep 25
1
[LLVMdev] arm64 / iOS support
...forms, we need to use scattered relocations for + // internal relocations with offsets. If this is an internal relocation with + // an offset, it also needs a scattered relocation entry. + // + // Is this right for ARM? + uint32_t Offset = Target.getConstant(); + + if (const MCSymbolRefExpr *RefB = Target.getSymB()) { + const MCSymbol &SymbolB = RefB->getSymbol(); + MCSymbolData &SDB = Asm.getSymbolData(SymbolB); + IsPCRel = true; + + // Offset of the symbol in the section + int64_t a = Layout.getSymbolOffset(&SDB); + + // Offset of the relocation in the sec...