search for: strutur

Displaying 20 results from an estimated 29 matches for "strutur".

Did you mean: struktur
2004 Apr 21
2
Multidimensional numeric structure
I know this is going to be a dumb question but... I need a cube like struture , I have 3 dimensions well defined which I need to define a value in the cube something like Cube [][][] in C+ ou Java ... I have thought in making a matrix and then an array... and even the other way around. The problem is that the I have the indexs and wanted to access direcly the element both r...
2006 Jun 28
1
lme - Random Effects Struture
Thanks for the help Dimitris, However I still have a question, this time I'll be more specific, the following is my SAS code proc mixed data=Reg; class ID; model y=Time Time*x1 Time*x2 Time*x3 /S; random intercept Time /S type=UN subject=ID G GCORR V; repeated /subject = ID R RCORR; run; ** (Type =UN for random effects) The eqivalent lme statement I
2005 May 16
3
voicemail.conf from DB
Hi I have been playing with trying to get voicemail.conf from DB, I am using cvs-head, but when I start asterisk, it dies a horrible death, because it cant load any voicemil setting. I looked at my mysql logs to see what query was being sent, and I get SELECT category, var_name, var_val, cat_metric FROM voicemail_users WHERE filename='voicemail.conf' and commented=0 ORDER BY
2004 Nov 22
3
Mode context extremely poor performance.
...put more verbose debug trace in ocfs_create_or_open_file() in order to grab to oin.hndl releasing token, but i don't konw enough OCFS desing yet to be performant, so i write to you to have help. First question: Could you help me please ..... ;-). Second: I see in the source you use VFS dentry struture. In the RH 2.4.18 I2 kernel this structure was little modified to be more "2.6" looked like. Is it cannot be the problem ? (Pointer to nowhere ? Gcc BUG ?...) Thank you by advance for any help. Athos10 aka Michael Aubertin. Trace log available at: ----------------------- http://athos10...
2004 Nov 22
3
Mode context extremely poor performance.
...put more verbose debug trace in ocfs_create_or_open_file() in order to grab to oin.hndl releasing token, but i don't konw enough OCFS desing yet to be performant, so i write to you to have help. First question: Could you help me please ..... ;-). Second: I see in the source you use VFS dentry struture. In the RH 2.4.18 I2 kernel this structure was little modified to be more "2.6" looked like. Is it cannot be the problem ? (Pointer to nowhere ? Gcc BUG ?...) Thank you by advance for any help. Athos10 aka Michael Aubertin. Trace log available at: ----------------------- http://athos10...
2008 Jul 04
0
[PATCH] ia64/xen: add a neccessary header file to copmle include/xen/interface/xen.h
Create include/asm-ia64/pvclock-abi.h to compile which includes include/asm-x86/pvclock-abi.h because ia64/xen uses same struture. Hopefully include/asm-x86/pvclock-abi.h would be moved to somewhere more generic. Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- include/asm-ia64/pvclock-abi.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 include/asm-ia64/pvclock-abi.h...
2008 Jul 04
0
[PATCH] ia64/xen: add a neccessary header file to copmle include/xen/interface/xen.h
Create include/asm-ia64/pvclock-abi.h to compile which includes include/asm-x86/pvclock-abi.h because ia64/xen uses same struture. Hopefully include/asm-x86/pvclock-abi.h would be moved to somewhere more generic. Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- include/asm-ia64/pvclock-abi.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 include/asm-ia64/pvclock-abi.h...
2005 Feb 03
4
[Bug 979] Openssh doesn't support UTMPS/BTMPS/WTMPS database
...AssignedTo: openssh-bugs at mindrot.org ReportedBy: tryponraj at gmail.com I am using openssh in HP-UX B.11.23 platform.This platform supports utmps/btmps/wtmps structure and related files for login purpose instead of utmp/btmp/wtmp. Since openssh has been written to support utmp struture, it ignores utmps/btmps/wtmps and it's related files. So commands that support utmp/btmp/wtmp database, for example logname,who - [],last,lastb commands, do not work in 11.23 platform. So, Can openssh be enhanced to support utmps/btmps/wtmps ? ------- You are receiving this mail because: -...
2012 Aug 01
3
Neuralnet Error
I require some help in debugging this code  library(neuralnet) ir<-read.table(file="iris_data.txt",header=TRUE,row.names=NULL) ir1 <- data.frame(ir[1:100,2:6]) ir2 <- data.frame(ifelse(ir1$Species=="setosa",1,ifelse(ir1$Species=="versicolor",0,""))) colnames(ir2)<-("Output") ir3 <- data.frame(rbind(ir1[1:4],ir2))
2020 Jan 11
2
Writing loop transformations on the right representation is more productive
...;t want the framework to be too tangled with LLVM-IR. For the foreseeable future, Clang will generate LLVM-IR, but our motivation is to (also) optimize C/C++ code. That is, I do not see a way to not (also) handle LLVM-IR until Clang is changed to generate MLIR (which then again will be another data struture in the system). Michael
2010 Apr 02
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On Apr 2, 2010, at 9:28 AM, 琬菁楊 wrote: > Hello Chris, > > I have survey the efi specification and ask some question to efi engineer. > Difference between EFI C and ANSI C is as following: > 1. void* > In EFI C, the void* is 4-byte for 32-bit processor and 8-byte for 64-bit processor. > And it can appears in any where like ANSI C. > So the main problem is that
2010 Apr 02
5
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
Hello Chris, I have survey the efi specification and ask some question to efi engineer. Difference between EFI C and ANSI C is as following: 1. void* In EFI C, the void* is 4-byte for 32-bit processor and 8-byte for 64-bit processor. And it can appears in any where like ANSI C. So the main problem is that struct layout like struct S{ void* X; }; is not static. 2.
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
...avior makes a lot of difficulties if SMP system must be restarted. Every CPU could be stopped by VCPUOP_down but page tables, LDT and GDT used when VCPUOP_down is executed on given procesor are locked (e.g. page tables are pinned and they must be unpinned before destroying them). This way those CPU strutures could not be destroyed. There is workaround which gives a chance to stop all unneeded processors in state where relevant structures are owned by new kernel and there is no need to destroy them. That way all old kernel structures could be destoyed and new kernel could be started. However, this lea...
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
...avior makes a lot of difficulties if SMP system must be restarted. Every CPU could be stopped by VCPUOP_down but page tables, LDT and GDT used when VCPUOP_down is executed on given procesor are locked (e.g. page tables are pinned and they must be unpinned before destroying them). This way those CPU strutures could not be destroyed. There is workaround which gives a chance to stop all unneeded processors in state where relevant structures are owned by new kernel and there is no need to destroy them. That way all old kernel structures could be destoyed and new kernel could be started. However, this lea...
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
...avior makes a lot of difficulties if SMP system must be restarted. Every CPU could be stopped by VCPUOP_down but page tables, LDT and GDT used when VCPUOP_down is executed on given procesor are locked (e.g. page tables are pinned and they must be unpinned before destroying them). This way those CPU strutures could not be destroyed. There is workaround which gives a chance to stop all unneeded processors in state where relevant structures are owned by new kernel and there is no need to destroy them. That way all old kernel structures could be destoyed and new kernel could be started. However, this lea...
2020 Jan 15
2
Writing loop transformations on the right representation is more productive
...erthought. > > For the foreseeable future, Clang will generate LLVM-IR, but our > > motivation is to (also) optimize C/C++ code. That is, I do not see a > > way to not (also) handle LLVM-IR until Clang is changed to generate > > MLIR (which then again will be another data struture in the system). > > Even if/when Clang generates MLIR, there's no guarantee the high-level > dialects will be preserved until the vectorisation pass. I'd put loop optimizations earlier into the pipeline than vectorization. Where exactly is a phase ordering problem. I'd want t...
2013 May 21
26
New Xen boot infrastructure proposal
Hey guys, Here are my thoughts about current Xen boot infrastructure and some changes proposal. It is linked with EFI development but not only. Since the beginning Xen image and other needed stuff could be loaded into memory according to multiboot protocol. (e.g. implemented by GRUB). It means that current implementation of Xen takes info about current system config from multiboot_info_t
2015 Mar 24
10
[PATCH] Add virtio gpu driver.
...goto err_request_regions; if (force_legacy) { diff --git a/include/drm/drmP.h b/include/drm/drmP.h index e928625..a1067c4 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -799,6 +799,7 @@ struct drm_device { #endif struct platform_device *platformdev; /**< Platform device struture */ + struct virtio_device *virtdev; struct drm_sg_mem *sg; /**< Scatter gather memory */ unsigned int num_crtcs; /**< Number of CRTCs on this device */ diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 68ceb97..9707e5d 100644 --- a/include/uapi/l...
2015 Mar 24
10
[PATCH] Add virtio gpu driver.
...goto err_request_regions; if (force_legacy) { diff --git a/include/drm/drmP.h b/include/drm/drmP.h index e928625..a1067c4 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -799,6 +799,7 @@ struct drm_device { #endif struct platform_device *platformdev; /**< Platform device struture */ + struct virtio_device *virtdev; struct drm_sg_mem *sg; /**< Scatter gather memory */ unsigned int num_crtcs; /**< Number of CRTCs on this device */ diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 68ceb97..9707e5d 100644 --- a/include/uapi/l...
2015 Mar 24
0
[PATCH] Add virtio gpu driver.
...rce_legacy) { > diff --git a/include/drm/drmP.h b/include/drm/drmP.h > index e928625..a1067c4 100644 > --- a/include/drm/drmP.h > +++ b/include/drm/drmP.h > @@ -799,6 +799,7 @@ struct drm_device { > #endif > > struct platform_device *platformdev; /**< Platform device struture */ > + struct virtio_device *virtdev; > > struct drm_sg_mem *sg; /**< Scatter gather memory */ > unsigned int num_crtcs; /**< Number of CRTCs on this device */ > diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild > index 68ceb97..9707e...