search for: ldp

Displaying 20 results from an estimated 175 matches for "ldp".

Did you mean: dp
2018 Feb 22
2
Sink redundant spill after RA
...// %bb.1: // %if.end ldr x13, [sp, #120] // 8-byte Folded Reload <-------------- reload !! < omitted > : .LBB2_32: // %cleanup <----- no reload from [sp, #120] ldp x29, x30, [sp, #208] // 8-byte Folded Reload ldp x20, x19, [sp, #192] // 8-byte Folded Reload ldp x22, x21, [sp, #176] // 8-byte Folded Reload ldp x24, x23, [sp, #160] // 8-byte Folded Reload ldp x26, x25, [sp, #144] // 8-byte F...
2018 Feb 22
2
Sink redundant spill after RA
...ng in %bb.1. > ldr x13, [sp, #120] // 8-byte Folded Reload > <-------------- reload !! > > < omitted > > > : > > .LBB2_32: // %cleanup > <----- no reload from [sp, #120] > > ldp x29, x30, [sp, #208] // 8-byte Folded Reload > > ldp x20, x19, [sp, #192] // 8-byte Folded Reload > > ldp x22, x21, [sp, #176] // 8-byte Folded Reload > > ldp x24, x23, [sp, #160] // 8-byte Folded Reload > > ldp...
2018 Feb 22
0
Sink redundant spill after RA
...herwise it wouldn't need to be spilled at all? ldr x13, [sp, #120] // 8-byte Folded Reload <-------------- reload !! < omitted > : .LBB2_32: // %cleanup <----- no reload from [sp, #120] ldp x29, x30, [sp, #208] // 8-byte Folded Reload ldp x20, x19, [sp, #192] // 8-byte Folded Reload ldp x22, x21, [sp, #176] // 8-byte Folded Reload ldp x24, x23, [sp, #160] // 8-byte Folded Reload ldp x26, x25, [sp, #144] // 8-byte F...
2018 Feb 22
0
Sink redundant spill after RA
...#120] // 8-byte Folded Reload > > <-------------- reload !! > > > > < omitted > > > > > : > > > > .LBB2_32: // %cleanup > > <----- no reload from [sp, #120] > > > > ldp x29, x30, [sp, #208] // 8-byte Folded Reload > > > > ldp x20, x19, [sp, #192] // 8-byte Folded Reload > > > > ldp x22, x21, [sp, #176] // 8-byte Folded Reload > > > > ldp x24, x23, [sp, #160] // 8-byte Folded Re...
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code should be: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fml)); c(ldp, ldl) which gives the expected results 43.663 and 43.601 -- Michele Alzetta -.-.-.-.-.-.-.-...
2002 Mar 21
2
Small typo in An Introduction to R (PR#1402)
At a snail's pace I keep on translating an introduction to R into italian; I have reached the section describing the glm() function, in which some example code is presented. The very last line of code, before the beginning of the section on Poisson models is: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fmp)); c(ldp, ldl) which of course gives results 43.663 and 43.663; the correct code should be: ldp <- ld50(coef(fmp)); ldl <- ld50(coef(fml)); c(ldp, ldl) which gives the expected results 43.663 and 43.601 -- Michele Alzetta -.-.-.-.-.-.-.-...
2018 May 30
2
Filtering using multiple rows in dplyr
Hi Folks, I have just started using dplyr and could use some help getting unstuck. It could well be that dplyr is not the package to be using, but let me just pose the question and seek your advice. Here is my basic data frame. head(h) subject ageGrp ear hearingGrp sex freq L2 Ldp Phidp NF SNR 1 HALAF032 A L A F 2 0 -23.54459 55.56005 -43.08282 19.538232 2 HALAF032 A L A F 2 2 -32.64881 86.22040 -23.31558 -9.333224 3 HALAF032 A L A F 2 4 -18.91058 42.12168 -35.60250 16.691919 4 HALAF032...
2017 Jan 13
3
Fwd: Re: Duplicate xidNumbers
Rowland, Thank you for the quick response. I have just run net cache flush no change in problem. I have dumped the idmap.ldp using ldbsearch -H /var/lib/samba/private/idmap.ldb > idmap.txt and did some sorting, that is how I found the duplicates. On 1/13/2017 11:09 AM, Rowland Penny via samba wrote: > samba-tool ntacl > >sysvolreset
2007 Apr 18
0
Documentation Project, or LDP, which aims at providing a coherent set of manuals. Stopping short of answering questions like
at the group's front of get-smart and 3-year-old load their their own passions, neighborhoods in preschool Nothing could be better than &#9679; CARBON RACE CORP (CBRJ.PK) &#9679; SHARE!!! New CBRJ.PK STOCK this is GREAT POSSIBILITY to BECOME a rich man!!! Forecasts for U is only positive just purchase this CBRJ.PK STOCK!!! Trust us cause we GUARANTEE U the real profit!!!
2007 Apr 18
0
Documentation Project, or LDP, which aims at providing a coherent set of manuals. Stopping short of answering questions like
at the group's front of get-smart and 3-year-old load their their own passions, neighborhoods in preschool Nothing could be better than &#9679; CARBON RACE CORP (CBRJ.PK) &#9679; SHARE!!! New CBRJ.PK STOCK this is GREAT POSSIBILITY to BECOME a rich man!!! Forecasts for U is only positive just purchase this CBRJ.PK STOCK!!! Trust us cause we GUARANTEE U the real profit!!!
2011 May 30
5
Getting the return value of the last command run
All commands return a value, usually 0 if run properly. For instance, try: $ ls && echo "done" $ lsd && echo "done" The echo command is only executed if the ls command exited successfully. If one did not add the echo command with the && after a command, how can he determine if the command exited successfully? I have a particularly troubling script that
2017 Jan 13
3
Duplicate xidNumbers
...homas <bthomas at cybernetics.com> wrote: >>> >>>> Rowland, >>>>>> Thank you for the quick response. >>>>>> >>>>>> I have just run net cache flush no change in problem. I have >>>>>> dumped the idmap.ldp using ldbsearch >>>>>> -H /var/lib/samba/private/idmap.ldb > idmap.txt and did some >>>>>> sorting, that is how I found the duplicates. >>>>>> >>>>>> >>>>>> On 1/13/2017 11:09 AM, Rowland Penny via samba wr...
2013 Nov 08
0
[PATCH 3/3] arm64: Introduce arm64 support
...] + str x1, [x0, #96] + stp d8, d9, [x0, #104] + stp d10, d11, [x0, #120] + stp d12, d13, [x0, #136] + stp d14, d15, [x0, #152] + mov x0, #0 /* set the return value of setjmp */ + br x30 + .size setjmp,.-setjmp + + .text + .balign 8 + .globl longjmp + .type longjmp, #function +longjmp: + ldp x19, x20, [x0, #0] + ldp x21, x22, [x0, #16] + ldp x23, x24, [x0, #32] + ldp x25, x26, [x0, #48] + ldp x27, x28, [x0, #64] + ldp x29, x30, [x0, #80] + ldr x2, [x0, #96] + ldp d8, d9, [x0, #104] + ldp d10, d11, [x0, #120] + ldp d12, d13, [x0, #136] + ldp d14, d15, [x0, #152] + mov sp, x2 + mov x...
2016 Oct 04
2
Sysvol access after running osync
...I setup osync for syncing Sysvol. As recent conversations on the list indicate following the sync operation I lose access to sysvol until I run 'samba-tool ntacl sysvolreset' - thats not my concern. While looking into the issue, I have found that the three /var/lib/samba/private/idmap.ldp files are drastically different between the three controllers with the first DC having the most complete. So my first question is, can I simply copy the first DC's idmap.ldp to the other DCs to get them the same? My second question is, based on Rowland's repeated advice about smb.conf...
2002 Mar 07
1
R 1.5.0 scheduled for April 29th, feature freeze April 8
The core team has decided to release R 1.5.0 on April 29th. Somewhat earlier than maybe expected, but we realized that we needed a phase-shift away from our usual cycle with main releases in June and December since it was placing feature freezes just when several members were in a creative phase due to end of teaching. The roadmap is as follows April 8 feature freeze on r-base April 15 code
2007 May 05
1
importing data
...have looked at R Data Import/Export manual. It is a bit peculiar because my data base is already an R object called "japan". I guess it is not yet a data set, and I don't know how to manipulate variables from it. When I type "japan", here is an extract of what I get. LDP NFP SKG JCP gender education age1 80 75 80 0 male 1 752 75 80 50 20 female 1 643 100 25 100 0 male 2 564 75 50 25 50 male 2 525 75 50 50 0 male 4 52 I have saved the following objet in a file called "japan.RDat...
2016 Oct 04
2
Sysvol access after running osync
...cent conversations on the list indicate >> following the sync operation I lose access to sysvol until I run >> 'samba-tool ntacl sysvolreset' - thats not my concern. >> >> While looking into the issue, I have found that the three >> /var/lib/samba/private/idmap.ldp files are drastically different >> between the three controllers with the first DC having the most >> complete. >> > Yes they are very likely to be different, but it doesn't matter if you > are using 'winbindd' on the DCs, it knows what number is who. All you &gt...
2017 Jan 13
2
Duplicate xidNumbers
...>>>>> >>>>>> Rowland, >>>>>>>> Thank you for the quick response. >>>>>>>> >>>>>>>> I have just run net cache flush no change in problem. I have >>>>>>>> dumped the idmap.ldp using ldbsearch >>>>>>>> -H /var/lib/samba/private/idmap.ldb > idmap.txt and did some >>>>>>>> sorting, that is how I found the duplicates. >>>>>>>> >>>>>>>> >>>>>>>> On 1/13/2...
2020 Oct 30
2
LDAPS & Windows Domain Controller
So is that a bind type not mentioned in the chart he referenced for ldp.exe? <https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/cc771022(v=ws.11)#understanding-bind-options-for-ldap-authentication>Understanding bind options for LDAP authentication There are several authentication methods available in ldp that allow...
2017 Jan 13
0
Duplicate xidNumbers
...t; On Fri, 13 Jan 2017 13:30:14 -0500 > Bob Thomas <bthomas at cybernetics.com> wrote: > >> Rowland, >>>> Thank you for the quick response. >>>> >>>> I have just run net cache flush no change in problem. I have >>>> dumped the idmap.ldp using ldbsearch >>>> -H /var/lib/samba/private/idmap.ldb > idmap.txt and did some >>>> sorting, that is how I found the duplicates. >>>> >>>> >>>> On 1/13/2017 11:09 AM, Rowland Penny via samba wrote: >>>>> samba-tool nta...