search for: 0xccc

Displaying 4 results from an estimated 4 matches for "0xccc".

Did you mean: 0xcc
2003 May 20
2
mdct_backward with fused muladd?
...again. Just to show that I'm not a total leech, here's a slightly faster (at least on the PS2) version of bitrev12 that doesn't use any luts (thanks to http://aggregate.org/MAGIC/) STIN int bitrev12(int x){ x = ((x & 0xaaa) >> 1) | ((x & 0x555) << 1); x = ((x & 0xccc) >> 2) | ((x & 0x333) << 2); x = ((x & 0xf00) >> 8) | (x & 0x0f0) | ((x & 0x00f) << 8); return x; } -Dave --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a messa...
2012 Oct 27
47
[Bug 56461] New: NV11 black screen & kernel hang on loading nouveaufb
https://bugs.freedesktop.org/show_bug.cgi?id=56461 Priority: medium Bug ID: 56461 Assignee: nouveau at lists.freedesktop.org Summary: NV11 black screen & kernel hang on loading nouveaufb QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: chris at
2007 Nov 14
10
[GE users] Apple Leopard has dtrace -- anyone used the SGE probes/scripts yet?
Hi, Chris (cc) and I try to get the SGE master monitor work with Apple Leopard dtrace. Unfortunately we are stuck with the error msg below. Anyone having an idea what could be the cause? What I can rule out as cause is function inlining for the reasons explained below. Background information on SGE master monitor implementation is under http://wiki.gridengine.info/wiki/index.php/Dtrace
2010 Nov 16
0
Bug#603727: xen-hypervisor-4.0-amd64: i386 Dom0 crashes after doing some I/O on local storage (software Raid1 on SAS-drives with mpt2sas driver)
...1130f81>] ? generic_make_request+0x266/0x2b4 [ 341.775009] [<c1131fd1>] ? generic_unplug_device+0x2c/0x2e [ 341.780643] [<c112b558>] ? blk_unplug+0x2e/0x31 [ 341.785323] [<f1d1ad12>] ? flush_pending_writes+0x58/0x74 [raid1] [ 341.791562] [<f1d1adf3>] ? raid1d+0x61/0xccc [raid1] [ 341.796676] [<c1007c85>] ? __switch_to+0x124/0x141 [ 341.801616] [<c1032342>] ? finish_task_switch+0x3c/0x95 [ 341.806989] [<c128d196>] ? schedule+0x78f/0x7dc [ 341.811668] [<c1005fb4>] ? xen_force_evtchn_callback+0xc/0x10 [ 341.817562] [<c10066d3>]...