search for: _c

Displaying 20 results from an estimated 76 matches for "_c".

Did you mean: _ch
2011 Nov 17
12
[PATCH] Avoid panic when adjusting sedf parameters
When using sedf scheduler in a cpupool the system might panic when setting sedf scheduling parameters for a domain. Signed-off-by: juergen.gross@ts.fujitsu.com 1 file changed, 4 insertions(+) xen/common/sched_sedf.c | 4 ++++ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Mar 18
4
Redundant load in llvm's codegen compares to gcc when accessing escaped pointer?
...end of its lifetime." 2. We are trying to preserve 1st load and remove other loads now, because our test pattern can not get rid of "-fno-strict-aliasing", and additional loads hurt performance. We did some change in SROA::runOnAlloca, we try to do something like this: void qux(PB* _c) { PB* c; <= insert this for original code bar(&_c); c = _c; <= insert this for original code c->f1_ = 0; c->f2_ = 0.f; } Any opinions please let us know. Thanks! CY On Fri, Mar 18, 2016 at 11:24 PM, David Blaikie <dblaikie at gmail.com> wrote: &g...
2012 Oct 14
4
listing the files in a directory using regular expressions
Hi Experts, This might be silly question that I am asking, but no way as I am new to R. I want to list the files in a directory using regular expression like A_B*_C*.csv etc. How to make this possible in R ? I tried like this list.files(dir=".", pattern="A_B*_C*.csv") but this gives no output, whereas list.files(.... pattern="*.csv") giving all the .csv files in the output, which I do not want. Thanks Sidda -- View this m...
2006 Mar 31
2
Missing probes in libc.so.1
Hi, I did "dtrace -l" on libc.so.1 with "_c??????" matching pattern and yield only two probes but there are 6 of them matches that pattern when invoke "nm" on libc. Why? See below for details: %dtrace -w -qn ''BEGIN {system("dtrace -l -mlibc.so.1 > libc_dtrace");} pid$target:libc:_c??????:entry{}'&...
2009 Jan 07
3
[LLVMdev] LLVM optmization
...le paramd ) { int varx=0,vary=0; int nI =0; if( parami > 0 ) { varx = parami; vary = 0; } else { varx = 0; vary = paraml; } for( nI = 1 ; nI <= paraml; nI++) { varx = varx + parami + 1 ; vary = varx + nI; } return varx ; } unsigned long thread_call( LPVOID c ) { int num = 1; int (*fp)(int, int, double) = (int (*)(int, int,double)) c; //printf("\n(1)threadid = %ld seqt=%ld inum=%d",GetCurrentThreadId(),num,inum); int ret = fp(num,1000000000,1); printf("\n(2)leu %ld threadid = %ld seqt=%ld ",ret , GetCurrentThread...
2011 Nov 29
18
[PATCH 0 of 6] Add support for a VM generation ID virtual device (v2)
The following is a revised patch series to add support for a VM generation ID virtual device for HVM guests. The basic requirements of this device are as follows: - It must be exposed somewhere in ACPI namespace with a _CID of "VM_Gen_Counter". - It must also include a _DDN of "VM_Gen_Counter". - It must contain a _HID object but no particular value is required. - It must expose a package called ADDR which evaluates to two integers; the first being the low order 32-bits of a guest physica...
2015 Nov 08
2
Instruction not in sequence
This code: int main(int argc, char **argv) { puts("abc"); return 0; } compiles to this: @"\01??_C at _03FIKCJHKP@abc?$AA@" = linkonce_odr unnamed_addr constant [4 x i8] c"abc\00", comdat, align 1 ; Function Attrs: nounwind uwtable define i32 @main(i32 %argc, i8** nocapture readnone %argv) #0 { %1 = tail call i32 @puts(i8* getelementptr inbounds ([4 x i8], [4 x i8]* @"\01?...
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
...t Subject: [Ffmpeg-devel] libavcodec/vp3.c compile problem Hi! Since sourceforge finally caught up (it seemed to be running even more behind than usual for a couple days) I was able to try compiling the latest version. Ran into a problem with vp3.c due to a conflict of the variables _A, _B, _C, _D, _G and _H with defines from the system header <ctype.h>: vp3.c: In function `vp3_idct_c': vp3.c:314: syntax error before `0x00000100L' vp3.c:351: invalid lvalue in assignment vp3.c:357: invalid lvalue in assignment vp3.c:363: invalid lvalue in assignment vp3.c:369: invalid lv...
2010 Jul 14
4
question about string handling....
Hi, I have a data.frame as following: var1 var2 1 ab_c_(ok) 2 okf789(db)_c 3 jojfiod(90).gt 4 "ij"_(78)__op 5 (iojfodjfo)_ab what I want is to create a new variable called "var3". the value of var3 is the content in the Parentheses. so var3 would be: var3 ok db 90 78 iojfodjfo how to do this...
2013 May 27
1
Empty buffer on encoder write byte
...ta:audioData toHost:RTC_SERVER_HOST port:RTC_MEDIA_SERVER_PORT withTimeout:PACKET_TIMEOUT tag:AUDIO_DATA_TAG]; free(pcmInput); pcmInput = NULL; }]; } }]; The following is the backtrace: * thread #6: tid = 0x231f, 0x00180506 RTCClient`ec_enc_carry_out(_this=0x04232238, _c=61) + 42 at entenc.c:62, stop reason = EXC_BAD_ACCESS (code=1, address=0x1) frame #0: 0x00180506 RTCClient`ec_enc_carry_out(_this=0x04232238, _c=61) + 42 at entenc.c:62 frame #1: 0x0018070a RTCClient`ec_enc_icdf [inlined] ec_enc_normalize(_this=0x04232238) + 2...
2012 Mar 02
0
[LLVMdev] General modular and multiprecision arithmetic
...Prime(160) q = 1; Zmod*(p) y = 1, g=3 ) { } Prover(Zmod+(q) x) { Zmod+(q) _s_1=1, _r_1=4; Def (Void): Round0(Void) { } Def (Zmod*(p) _t_1): Round1(Void) { _r_1 := Random(Zmod+(q)); _t_1 := (g^_r_1); } Def (_s_1): Round2(_C=Int(80) _c) { _s_1 := (_r_1+(x*_c)); } } I have already written a parser and an LLVM front-end for it. The approach I've used so far was to have external functions modexp1024 (and cast all inputs to 1024 - the maximal bitsize allowed for my simple cases), modmul1024 and mod...
2006 Mar 30
4
RubyConstants.i patch
This patch fixes the problem with the undefined constants. Apologies to Alex as I didn''t apply his patches yet. The fix is to just removed the _C from the end of the ones that won''t compile anymore. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Apr 11
2
variable-substitution / command-substitution
Hello, I have about 2000 data files which I want to analyse. The file names are all very similar => p"variable1"_t"variable2"_c"variable3".txt There aren?t so much different variables (about 70) , just different combinations of them. To allow an easy way of handling those data files I was wondering whether R is able to do variable-substitution /command-substitution similar to shell-programming, so that I could...
2017 Feb 07
3
[PATCH] Optimize silk_LPC_inverse_pred_gain() for ARM NEON
Hi, Attached is a patch with arm neon optimizations for silk_LPC_inverse_pred_gain(). Please review. Thanks, Linfeng -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20170207/5c5ab508/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name:
2005 Dec 30
8
WxRuby newbie Mac OS 10.4 install questions
Hi. Forgive me if I am asking questions that have already been answered a million times, but there doesn''t seem to be an easy way to search the wxruby-users archives, so... I tried to install wxruby for the Mac by downloading the latest Mac package installer from rubyforge.org/frs/download.php/1985/wxruby-0.6.0-osx-panther.dmg and tried to run some of the wxruby-0.6.0/samples from the
2012 Dec 04
2
problem with factor levels
Hi I have a data.frame with 371,718 obs. of 12 variables (see below for an str). My problem is with V1, a Factor w/ 93144 levels, there should actually be 93994 levels. Each entry looks like: comp[number]_c[number]_seq[number] for example comp215489_c0_seq40 R is grouping as though the last number is a decimal for some reason, in other words comp215489_c0_seq40 and comp215489_c0_seq4 are considered to be the same. My problem is that they are not the same so when I group by this factor I am losing 800...
2017 Feb 13
2
[PATCH] Optimize silk_LPC_inverse_pred_gain() for ARM NEON
...54829056, 45518848, -33939456, > 21086208, -7127040, -4136960, 3993600, -1699840 } > > 2) I'm not quite sure what to make of silk_LPC_inverse_pred_gain_Q24(). > It seems to never be called anywhere -- except from the MIPS code. Maybe > it should just stay as it is (not renamed to _c()) but I need to check. > Any thoughts? > > Cheers, > > Jean-Marc > > On 07/02/17 04:06 PM, Linfeng Zhang wrote: > > Hi, > > > > Attached is a patch with arm neon optimizations for > > silk_LPC_inverse_pred_gain(). Please review. > > > &...
2014 Feb 27
1
Tinc Service unable to start on Windows 8.1
Has anyone tried to use tinc on a Windows 8.1 system? I just did it and noticed, that I am unable to start the service. _c:Program Files (x86)tinctincd -n vpn tinc.vpn service installed tinc.vpn se_rvice started .. will create and start the service, but not really. The servic exists, but can not be started. If I start the service manually, I got the following message (translated literally): the service "tinc.vpn...
2005 Mar 22
1
Writing R documentation
...I used latex type code in my Rd files. The pdf version using R CMD Rd2dvi --output=PKtools.pdf --pdf --title="PKtools" PKtools man came out quite nice. However, my current HTML version does not tex the latex so there is latex code in the files and looks bad. example problem code: AIC$_c$ or \begin{itemize} \item NLME: \begin{itemize} \item population level: identify(MM\$mm\$fitted[,1], MM\$pkdata\$conc) \item individual level: identify(MM\$mm\$fitted[,2], MM\$pkdata\$conc) \end{itemize} \item NONMEM: \begin{itemize} \item population level: identify(NM\$pred\$PRED, NM\$pred\$CONC...
2016 Mar 19
2
Redundant load in llvm's codegen compares to gcc when accessing escaped pointer?
...to preserve 1st load and remove other loads now, because >> our test pattern can not get rid of "-fno-strict-aliasing", and additional >> loads hurt performance. We did some change in SROA::runOnAlloca, we try to >> do something like this: >> >> void qux(PB* _c) { >> PB* c; <= insert this for original code >> bar(&_c); >> >> c = _c; <= insert this for original code >> c->f1_ = 0; >> c->f2_ = 0.f; >> } >> >> Any opinions please let us know. >> Thanks! >&...