search for: fennec

Displaying 7 results from an estimated 7 matches for "fennec".

Did you mean: fenner
2012 Jul 20
0
RuntimeError: Unable to find partition containing kernel
...-debian.cfg". | Error: Boot loader didn''t return any data! I''ve attached a more complete log output at the end of the mail. This is the first VM I have tried to create on this setup. Additional: I can mount the partition within the lvm: | [root@srv0 xen]# kpartx -av /dev/VPS/fennec | add map VPS-fennec1 (253:2): 0 83881984 linear /dev/VPS/fennec 2048 | [root@srv0 xen]# mount /dev/mapper/VPS-fennec1 /mnt | [root@srv0 xen]# cd /mnt | [root@srv0 mnt]# ls | bin etc lib lost+found opt sbin sys var | boot home lib32 media proc selinux tmp vmlinu...
2011 Mar 16
1
Regex query (Apache logs)
...\d{1,3})\s([^\s]*)\s([^\s]*)\s\[([^\]]+)\]\s"([A-Z]*)\s([^\s]*)\s([^\s]*)"\s([^\s]+)\s(\d+)\s"(.*)"\s"(.*)"\s"(.*)"$ [2] 220.213.119.925 addons.mozilla.org - [10/Jan/2001:01:55:07 -0800] "GET /blocklist/3/%8ce33983c0-fd0e-11dc-12aa-0800200c9a66%7D/4.0b5/Fennec/20110217140304/Android_arm-eabi-gcc3/chrome:%2F%2Fglobal%2Flocale%2Fintl.properties/beta/Linux% 202.6.32.9/default/default/6/6/1/ HTTP/1.1" 200 3243 "-" "Mozilla/5.0 (Android; Linux armv7l; rv:2.0b12pre) Gecko/20110217 Firefox/4.0b12pre Fennec/4.0b5" "BLOCKLIST_v3=110....
2014 Dec 25
2
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize Fixed-Point FFT?
Jean-Marc Valin wrote: > There is definitely some use for a Neon fixed-point FFT. How much > exactly I'm not sure. Fixed-point is a bit more than just a fall-back Well, we use fixed-point mode by default in Firefox for both Firefox OS and Fennec (Firefox on Android). The reason is that, although there is some NEON-class hardware where float does finally appear to be a little bit faster (e.g., recent A9's), there are still plenty where it is _significantly_ slower. So if you're going to pick one version to run on many devices, f...
2009 Oct 08
2
Installing libhildonfm2-dev for scratchbox
...s.pp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/extras.pp Thu Oct 08 14:02:22 2009 -0700 @@ -0,0 +1,12 @@ +# extras.pp +# installs extra packages or libraries that we may need for our build system + +class extras { + exec { + ### This installs libhildonfm2-dev for Fennec on Maemo - bug 511290 + "/scratchbox/moz_scratchbox -p apt-get --yes --force-yes install libhildonfm2-dev": + # As long as CHINOOK-ARMEL-2007 is _the_ target used by scratchbox + creates => "/scratchbox/users/cltbld/targets/CHINOOK- ARMEL-2007/var/lib/...
2011 Aug 09
2
Shoutcast directory listing?
I don't see that Nullsoft can do anything about it if Icecast was modified to update the SC directory exactly emulating SC Server. We would then utilize Icecast server for all our hosting, which is much more flexible. But our customers cannot do without being listed on the popular SC directory. Currently we have about 98% SC servers and 2% Icecast. -----Original Message----- From:
2014 Dec 26
0
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize Fixed-Point FFT?
...ixed-Point FFT? > > Jean-Marc Valin wrote: > > There is definitely some use for a Neon fixed-point FFT. How much > > exactly I'm not sure. Fixed-point is a bit more than just a fall-back > > Well, we use fixed-point mode by default in Firefox for both Firefox OS and > Fennec (Firefox on Android). The reason is that, although there is some NEON- > class hardware where float does finally appear to be a little bit faster (e.g., > recent A9's), there are still plenty where it is _significantly_ slower. So if > you're going to pick one version to run on man...
2014 Dec 24
6
[RFC][FFT][Fixed-Point][NEON] NEON-Optimize Fixed-Point FFT?
Hi, I am working on DSP module of Ne10. I see there are fixed-point and floating-point FFT inside Opus. Is fixed-point FFT only a fall back for CPU without VFP? On ARMv7-A and ARMv8-A, benchmark result shows that fixed-point (int32) and floating-point (float32) FFT have similar performance. I guess fixed-point version is not often used on these platforms. Is it worth the effort to NEON-optimize