search for: mdesc

Displaying 8 results from an estimated 8 matches for "mdesc".

Did you mean: desc
2006 Oct 31
0
6309152 gcc and mdesc don''t get along
Author: iskreen Repository: /hg/zfs-crypto/gate Revision: bf3b65aa891ccd14428e8d07321743ffe9b9cf46 Log message: 6309152 gcc and mdesc don''t get along 6309756 gcc and niagara perfctr don''t get along 6309977 gcc and glvc don''t get along 6310446 gcc and gcn don''t get along 6310609 gcc and sun4v kernel support don''t get along Files: update: usr/src/common/mdesc/mdesc_init_intern.c updat...
2013 Apr 29
0
[PATCH v9 2/2] ARM: Enable selection of SMP operations at boot time
From: Jon Medhurst <tixy@linaro.org> Add a new ''smp_init'' hook to machine_desc so platforms can specify a function to be used to setup smp ops instead of having a statically defined value. The hook must return true when smp_ops are initialized. If false the static mdesc->smp_ops will be used by default. Signed-off-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com> --- arc...
2004 Nov 02
2
A little more on R, mdbtools and Access databases
...ead.table(pipe(paste("mdb-export -d '\t' ", dbname, tableName)), sep="\t", header=TRUE) } mdbDescribe <- function(dbname,tableName) { tableName <- dQuote(tableName) cat("describe table ", tableName, "\ngo", file = "tempR.sql") mdesc <- system(paste("mdb-sql -i tempR.sql ", dbname), intern=TRUE) mdesc <- strsplit(substring(mdesc[-c(1:3,5, length(mdesc), length(mdesc)-1)], 2), "\\|") tabDesc <- rbind(mdesc[[2]]) for (i in 3:length(mdesc)) { tabDesc <- rbind(tabDesc, mdesc[[i]]) } tab...
2010 Jul 21
1
Black Mirror 2 on Snow Leopard 10.6.4 and WineSkin Engine1.2
...also have WineSkin on 1.2 engine and when I try to run game the window pop up are with that message: Microsoft Visual C++ Runtime Library Program:C:\Program Files\Black Mirror 2\BlackMirror2.exe File: w:\blackmirror2\sourcecode\win32dx9\DynamicBuffer.h Line:248 Expression:memcmp(&aDesc, &mDesc,sizeof( mDesc ) )==0 For informasion on how your program can cause an assertion failure, see the Vissual C++ documentasion on asserts (Press Retry to debug the application - JIT must be enabled) Any help will be apreciate and helpfull.
2011 Sep 29
1
efficient coding with foreach and bigmemory
I recently learned about the bigmemory and foreach packages and am trying to use them to help me create a very large matrix. Without those packages, I can create the type of matrix that I want with 10 columns and 5e6 rows. I would like to be able to scale up to 5e9 rows, or more, if possible. I have created a simplified example of what I'm trying to do, below. The first part of the
2013 Apr 18
1
[PATCH] xen/arm: introduce xen_early_init, use PSCI on xen
...gt; +#include <asm/xen/hypervisor.h> +#include <xen/xen.h> #include "atags.h" #include "tcm.h" @@ -768,6 +770,7 @@ void __init setup_arch(char **cmdline_p) arm_dt_init_cpu_maps(); psci_init(); + xen_early_init(); #ifdef CONFIG_SMP if (is_smp()) { if (!mdesc->smp_init || !mdesc->smp_init()) { diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c index b002822..3006de4 100644 --- a/arch/arm/xen/enlighten.c +++ b/arch/arm/xen/enlighten.c @@ -11,6 +11,8 @@ #include <xen/xenbus.h> #include <xen/page.h> #include <xen/xen-o...
2006 Apr 28
9
Q: Timing of render :update in an action ?
Hey folks, am hoping someone can set me straight with a solution to an issue that has come up involving the timing of rendered page elements in relation to the completion of an action''s execution. I have an ror search app which searches through two tables consisting of 7,000 page urls and a table w/ 87,000 related keyphrases within those pages. Search results can take anywhere from 2
2006 Oct 31
0
6275874 piclsbl make file needs some cleanup
...001ea8a46de7e6d336ec863cb2ad3554b Log message: 6275874 piclsbl make file needs some cleanup 6310408 piclsbl console messages when usb memory stick is taken out Files: update: usr/src/cmd/picl/plugins/Makefile update: usr/src/cmd/picl/plugins/sun4v/Makefile update: usr/src/cmd/picl/plugins/sun4v/mdesc/Makefile update: usr/src/cmd/picl/plugins/sun4v/ontario/Makefile update: usr/src/cmd/picl/plugins/sun4v/ontario/piclsbl/Makefile update: usr/src/cmd/picl/plugins/sun4v/ontario/piclsbl/piclsbl.c update: usr/src/tools/abi/etc/exceptions