Displaying 13 results from an estimated 13 matches for "indepentent".
Did you mean:
independent
2020 Jan 13
2
TDB databases on x86_64 and ppc64
Hi,
just to be sure:
can I use TDB databases that were created on ppc64 on a x86_64 platform?
thx
Matthias
2013 Mar 13
5
Higher compression modes from Flake
Hello
Is it planned someday to implement additional higher (9-12) compression
modes like in Flake?
http://flake-enc.sourceforge.net/
It's not very important I think. Harddrive space isn't problem today.
But it preserves other indepentent work done on Flac and give room for
some extra albums on harddrive. I think development of flake is stopped.
I plan to test my ~20 GB flac collection how big difference flake -12
gives me. But I still use reference implementation for my main collection.
Sorry my english isn't very good.
Ma...
2012 Oct 03
0
[LLVMdev] adding support for -ffixed-<reg>
...> wrote:
> I'm adding support for -ffixed-<reg> for Hexagon and was wondering if I should do it in such a way that other targets get the support as well by default or if a given target back-end should have to explicitly opt-in for support.
It would be great to have this as a target-indepentent (well, obviously the specific register names are target specific, you know what I mean) compiler feature. This is one of the blocking issues preventing some portion of the Linux kernel from "just working" with LLVM.
>From the design perspective, I think it would make sense to represe...
2009 Feb 20
1
Paravirtualized DomU clock stops after migrating back
...gives always the same time, "sleep" won''t return, etc.. When I
migrate it back to node 2, clock starts working again!
2. This happens after a cold migration too, not necessarily a live one.
I think I did everything recommended on several forums. e.g.:
- On the domu, I set the indepentent wallclock to 1
- I installed ntp client on DomU, I added a couple of ntp servers to
ntp.conf (i.e. 0.pool.ntp.org) and ran ntpd before migration.
- Both nodes are syncronized with the same ntp server.
Nothing helped so far.. am I doing something wrong? Please help if you have
any clue on this.
Ch...
2012 Oct 02
5
[LLVMdev] adding support for -ffixed-<reg>
I'm adding support for -ffixed-<reg>
<http://gcc.gnu.org/onlinedocs/gcc-3.4.3/gcc/Code-Gen-Options.html#index-ffixed-1435>
for Hexagon and was wondering if I should do it in such a way that other
targets get the support as well by default or if a given target back-end
should have to explicitly opt-in for support.
Any opinions?
Matthew Curtis.
--
Qualcomm Innovation Center,
2020 Jan 13
0
TDB databases on x86_64 and ppc64
...100, Matthias Leopold via samba wrote:
> Hi,
>
> just to be sure:
> can I use TDB databases that were created on ppc64 on a x86_64 platform?
Yes, the database internal structures are all endian-independent
and I believe all persistent database useage within Samba itself
is also endian-indepentent. Not the transient databases of course
but they get recreated on startup.
2013 Mar 14
0
Higher compression modes from Flake
..., at 02:49, Marko Uibo wrote:
> Is it planned someday to implement additional higher (9-12)
> compression
> modes like in Flake?
>
> http://flake-enc.sourceforge.net/
>
> It's not very important I think. Harddrive space isn't problem today.
> But it preserves other indepentent work done on Flac and give room for
> some extra albums on harddrive. I think development of flake is
> stopped.
>
> I plan to test my ~20 GB flac collection how big difference flake -12
> gives me. But I still use reference implementation for my main
> collection.
2000 Jun 07
0
dfree (Samba 2.0.7)
I'm useing Samba (2.0.7) on an Compaq TRUE64 (Digital OSF) Server.
Everything is working fine, but the dfree-script does not work.
I think it's not even called.
The corosponding entry in my smb.conf is:
[global]
server string = Samba %v Server, xxxx
workgroup = xxxx
keep alive = 30
dead time = 15
dfree command = /usr/local/samba/bin/dfree
The script it self works fine
2006 Jul 15
0
How to Interpret Results of Regression in R
-----------------------------------------------------------------------------------------------------
Howdy, Gurus
I am appying R package for regression analysis as followings.
A dependent variable is jhnet that means ratio of dividing internal trip
with all trips in a traffic zone. There are many indepentent variables
including factor or dummy varibles such as parkfee, ohouse, Devt2,
corridor1.
I have three questions.
First, What are estimated for regression model?
Second, Which results should I trust among results from lm, anova, Anova?
Third, are there any differences among results from lm, anova, A...
2004 Nov 04
3
[fdo] Re: TTS API
...rectly, this doesn't concern
> the TTS API directly, it can just receive and process the pieces
> separately, one by one, so there's no need for the drivers to be able
> to process a list of strings?
>
If you have markup within a phrase, then we cannot pass parts of the
phrase indepentently of each other. So we would need a string list in
this case.
A driver can easily turn the string list back to a string easily, it would
only help those drivers that would parse the the string for tags rather
than passing it on to an xml-supporting engine.
> I'd suggest using SSML inste...
2015 Nov 28
0
[PATCH] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org>
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I indepentantly had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2015 Nov 28
0
[PATCH v2] ignore-non-existing-directory: add variant of ignore-non-existing
From: "Robin H. Johnson" <robbat2 at gentoo.org>
Add new option --ignore-non-existing-directory, that is a variant of
--ignore-non-existing, but applies ONLY to directories.
This was previously proposed in bug #8366, but I indepentantly had a use
case for it in the Gentoo infrastructure.
X-URL: https://bugzilla.samba.org/show_bug.cgi?id=8366
X-URL:
2014 Mar 05
4
[LLVMdev] Upstreaming PNaCl's IR simplification passes
On Tue, Mar 4, 2014 at 6:17 PM, Chandler Carruth <chandlerc at google.com>wrote:
> On Tue, Mar 4, 2014 at 1:04 PM, Mark Seaborn <mseaborn at chromium.org>wrote:
>
>> The PNaCl project has implemented various IR simplification passes that
>> simplify LLVM IR by lowering complex features to simpler features. We'd
>> like to upstream some of these IR passes