search for: trp

Displaying 20 results from an estimated 40 matches for "trp".

Did you mean: tmp
2002 May 24
3
Converting Character Strings into Object Names
...ction to convert character strings to object references. For example, I want to name sets of objects based on scenarios and the types of data being stored. So the scenarios might be something like c("a", "b", "c"), the types of data might have names like c("pass.trp", "trk.trp", "cmute.trp"), and I want to assign data to the objects a.pass.trp, b.pass.trp, c.pass.trp, a.trk.trp, etc. I'd like to be able to paste the names together and then use them as an object references. Brian Gregor, P.E. Transportation Planning Analysis Unit...
2011 Mar 11
1
[PATH 9/12] VTPM mini-os: New stubdom applications
This patch ports 5 new applications to the stubdom makefile structure for inclusion into stubdom domains. While these are required for vtpm-stubdom and vtpmmgrdom they could be used with other stubdom applications. -libgmp 4.3.2 -openssl 1.0.0a -polarssl 0.12.1 -berlios tpm_emulator 0.6.1 -vtpm_manager (from the tools directory) Signed off by: Matthew Fioravante
2013 Jul 18
1
[PATCH 02/11] drm/nv50/pm: Fix last timing register in NVA3+, fix typo in NV50
...t tUNK_base; if (bit_table(dev, 'P', &P)) return -EINVAL; @@ -91,6 +92,11 @@ nv50_mem_timing_calc(struct drm_device *dev, u32 freq, break; } + tUnk_3_2 = (boot->reg[3] & 0x00ff0000) >> 16; + if(tUnk_3_2 == 0) { + tUnk_3_2 = 0x16; + } + t->reg[0] = (e->tRP << 24 | e->tRAS << 16 | e->tRFC << 8 | e->tRC); t->reg[1] = (e->tWR + 2 + (t->tCWL - 1)) << 24 | @@ -102,7 +108,9 @@ nv50_mem_timing_calc(struct drm_device *dev, u32 freq, e->tRCDWR << 8 | e->tRCDRD); - t->reg[4] = e->t...
2006 Oct 24
2
for help
I have a question in R. In directory H:/Delta_angle I have 19 files like this: ALA.delta ASN.delta ASP.delta CYS.delta GLN.delta GLU.delta HIS.delta ILE.delta LEU.delta LYS.delta MET.delta PHE.delta PRO.delta SER.delta THR.delta TRP.delta TYR.delta VAL.delta I want to read these files to 19 data sets in R. All these data sets have "P","AA",index","delta" columns I want to do histogram for variable "delta" in each data set, and label the histogram by mean, standard deviation and num...
2020 Mar 28
0
[klibc:update-dash] dash: parser: Save/restore here-documents in command substitution
...@@ -1432,6 +1433,9 @@ done: *nlpp = (struct nodelist *)stalloc(sizeof (struct nodelist)); (*nlpp)->next = NULL; + saveheredoclist = heredoclist; + heredoclist = NULL; + if (oldstyle) { saveprompt = doprompt; doprompt = 0; @@ -1444,17 +1448,18 @@ done: else { if (readtoken() != TRP) synexpect(TRP); + setinputstring(nullstr); + parseheredoc(); } + heredoclist = saveheredoclist; + (*nlpp)->n = n; - if (oldstyle) { - /* - * Start reading from old file again, ignoring any pushed back - * tokens left from the backquote parsing - */ - pop...
2006 Jun 12
3
panic in buf_hash_remove
...r10: fffffe80f0c979 r11: bd7189449a7087 r12: ffffffff89c3a040 r13: ffffffff89c3a040 r14: 32790 r15: 0 fsb: ffffffff80000000 gsb: ffffffff8149d800 ds: 43 es: 43 fs: 0 gs: 1c3 trp: e err: 0 rip: fffffffff3ee322e cs: 28 rfl: 10206 rsp: fffffe80005c3a70 ss: 30 fffffe80005c3870 unix:die+eb () fffffe80005c3970 unix:trap+14f9 () fffffe80005c3980 unix:cmntrap+140 () fffffe80005c3aa0 zfs:buf_h...
2013 Jul 18
0
[PATCH 02/11] drm/nv50/pm: Fix last timing register in NVA3+, fix typo in NV50
...t; return -EINVAL; > @@ -91,6 +92,11 @@ nv50_mem_timing_calc(struct drm_device *dev, u32 freq, > break; > } > > + tUnk_3_2 = (boot->reg[3] & 0x00ff0000) >> 16; > + if(tUnk_3_2 == 0) { > + tUnk_3_2 = 0x16; > + } > + > t->reg[0] = (e->tRP << 24 | e->tRAS << 16 | e->tRFC << 8 | e->tRC); > > t->reg[1] = (e->tWR + 2 + (t->tCWL - 1)) << 24 | > @@ -102,7 +108,9 @@ nv50_mem_timing_calc(struct drm_device *dev, u32 freq, > e->tRCDWR << 8 | > e->tRCDRD...
2008 Apr 18
2
plockstat: failed to add to aggregate: Abort due to drop
when check java process lock statistics, plockstat failed, please see below: # prstat -mLp 21162 PID USERNAME USR SYS TRP TFL DFL LCK SLP LAT VCX ICX SCL SIG PROCESS/LWPID 21162 7677 0.9 0.1 0.0 0.0 0.0 99 0.0 0.3 83 89 215 0 java/81 21162 7677 0.3 0.1 0.0 0.0 0.0 0.0 99 0.2 106 33 305 0 java/35 21162 7677 0.1 0.0 0.0 0.0 0.0 100 0.0 0.1 79 6 85 0 java/59 21162 7677 0.1 0.0 0.0 0.0 0...
2004 Jan 08
3
Asterisk & Sipura 2000
I have been trying to read everything I can find on Sipura 2000 and Asterisk. I am trying to make the Sipura-2000 act as two analog lines off my asterisk. I have followed (what I believe) the example on http://www.voxilla.com/Article39.phtml and I still can't get my Sipura to register with my Asterisk server. I can re-config my Sipura to talk to fwd, or voice-pulse connect and it works
2020 Mar 28
0
[klibc:update-dash] dash: parser: Fix old-style command substitution here-document crash
...utchings <ben at decadent.org.uk> --- usr/dash/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/dash/parser.c b/usr/dash/parser.c index 1f9e8ec0..4bda42e8 100644 --- a/usr/dash/parser.c +++ b/usr/dash/parser.c @@ -1451,9 +1451,9 @@ done: if (readtoken() != TRP) synexpect(TRP); setinputstring(nullstr); - parseheredoc(); } + parseheredoc(); heredoclist = saveheredoclist; (*nlpp)->n = n;
2008 Jun 26
4
Pfilestat vs. prstat
[Just starting out with DTrace and was hoping to get some guidance.] I have a "benchmark" program that I monitored with both prstat (prstat -mL -P <PID>) and pfilestat (from the DTrace toolkit). Prstat reports LAT values in the 0.1-0.2% range, but pfilestat reports "waitcpu" values in the 6-10%. Since those two numbers supposedly represent time waiting for the CPU,
2007 Oct 10
6
server-reboot
...5: fffffffffb84ce30 Oct 10 17:24:04 zetta unix: [ID 592667 kern.notice] fsb: 0 gsb: fffffffec1c31500 ds: 4b Oct 10 17:24:04 zetta unix: [ID 592667 kern.notice] es: 4b fs: 0 gs: 1c3 Oct 10 17:24:04 zetta unix: [ID 592667 kern.notice] trp: e err: 0 rip: fffffffffbbc1a9f Oct 10 17:24:04 zetta unix: [ID 592667 kern.notice] cs: 30 rfl: 10286 rsp: ffffff0007f1b730 Oct 10 17:24:04 zetta unix: [ID 266532 kern.notice] ss: 38 Oct 10 17:24:04 zetta unix: [ID 100000 kern.notice] Oct 1...
2006 Dec 14
1
subset question
...1982 levels, in dataset pr, p should have 1 levels. But I do str(pr), it shows that p still has 1982 levels. also for these > pr$aa [1] ARG THR ASP CYS TYR ASN VAL ASN ARG ILE ASP THR THR ALA SER CYS LYS THR ALA LYS Levels: ALA ARG ASN ASP CYS GLN GLU HIS ILE LEU LYS MET PHE PRO SER THR TRP TYR VAL it seems pr$aa don't have level GLU, but it list this level. I don't understand this, Is there some reason for these? thanks, > str(p1982) 'data.frame': 465979 obs. of 6 variables: $ p : Factor w/ 1982 levels "154l_aa","1A0P_aa",..: 1 1 1...
2008 Jun 16
3
[Bug 2247] New: tests/functional/cli_root/zpool_upgrade/ zpool_upgrade_007_pos panics - zfs snapshot
...r10: 7 r11: 42fc42fc00000000 r12: ffffff02e30ab010 r13: ffffff02e30ab010 r14: ffffff000fc4ca68 r15: ffffff000fc4ca98 fsb: 0 gsb: ffffff02d236e000 ds: 4b es: 4b fs: 0 gs: 1c3 trp: d err: 0 rip: fffffffff7e3eb0e cs: 30 rfl: 10213 rsp: ffffff000fc4c8a0 ss: 38 ffffff000fc4c690 unix:die+ea () ffffff000fc4c7a0 unix:trap+3d0 () ffffff000fc4c7b0 unix:_cmntrap+e9 () ffffff000fc4c8e0 zfs:zap_leaf...
2008 Apr 24
0
panic on zfs scrub on builds 79 & 86
...notice] r13: 3 r14: 0 r15: 1 unix: [ID 592667 kern.notice] fsb: fffffd7fff290200 gsb: ffffff02d0e69000 ds: 4b unix: [ID 592667 kern.notice] es: 4b fs: 0 gs: 0 unix: [ID 592667 kern.notice] trp: e err: 2 rip: fffffffffb840dbb unix: [ID 592667 kern.notice] cs: 30 rfl: 10246 rsp: ffffff00100918e8 unix: [ID 266532 kern.notice] ss: 38 unix: [ID 100000 kern.notice] genunix: [ID 655072 kern.notice] ffffff00100916d0 unix:d...
2009 Jul 08
0
Most useful: how to convert FLV to MOV, MKV, AVI, MP4, etc o
...(http://www.applemacvideo.com/mac-video-converter.html) also help you convert all the other audio and video formats from one to another on Mac, e.g. WMV (Windows Media Video), AVI (DivX, XviD, etc.), MPEG ( MPEG1, MPEG2, VCD, SVCD), MP4, 3GPP, 3GPP2, MOV, IFO, VOB, DAT, ASF, MKV, TS, MTS, M2TS, TP, TRP, MP3, M4A, WAV, AC3, MKA, etc. *If you need to convert DVD to FLV video on Mac, just free download this DVD to FLV ripper for Mac (http://www.applemacvideo.com/mac-dvd-ripper.html). How to download online FLV video to iPod, iPhone, Apple TV, etc Want to download on line FLV video and play FLV vid...
2009 Jul 10
0
Most useful: how to convert FLV to MOV, MKV, AVI, MP4, etc on Mac
...(http://www.applemacvideo.com/mac-video-converter.html) also help you convert all the other audio and video formats from one to another on Mac, e.g. WMV (Windows Media Video), AVI (DivX, XviD, etc.), MPEG ( MPEG1, MPEG2, VCD, SVCD), MP4, 3GPP, 3GPP2, MOV, IFO, VOB, DAT, ASF, MKV, TS, MTS, M2TS, TP, TRP, MP3, M4A, WAV, AC3, MKA, etc. *If you need to convert DVD to FLV video on Mac, just free download this DVD to FLV ripper for Mac (http://www.applemacvideo.com/mac-dvd-ripper.html). How to download online FLV video to iPod, iPhone, Apple TV, etc Want to download on line FLV video and play FLV vid...
2006 Jun 18
2
analyze amino acid sequence (composition)of proteins
Dear R-helpers: thank your for your attention. i am a newer to R and i am doing some protein category classification based on the amino acid sequence.while i have some questions urgently. 1. any packages for analysis amino acid sequence 2. given two sequences "AAA" and "BBB",how can i combine them into "AAABBB" 3. based on "AAABBB",how can i get some
2019 Jan 25
0
[klibc:update-dash] parser: use pgetc_eatbnl() in more places
...39;|') RETURN(TOR); pungetc(); RETURN(TPIPE); case ';': - if (pgetc() == ';') + if (pgetc_eatbnl() == ';') RETURN(TENDCASE); pungetc(); RETURN(TSEMI); @@ -822,11 +818,9 @@ xxreadtoken(void) RETURN(TLP); case ')': RETURN(TRP); - default: - goto breakloop; } + break; } -breakloop: return readtoken1(c, BASESYNTAX, (char *)NULL, 0); #undef RETURN } @@ -836,7 +830,7 @@ static int pgetc_eatbnl(void) int c; while ((c = pgetc()) == '\\') { - if (pgetc() != '\n') { + if (pgetc2() != '\n...
2020 Mar 28
0
[klibc:update-dash] dash: parser: use pgetc_eatbnl() in more places
...39;|') RETURN(TOR); pungetc(); RETURN(TPIPE); case ';': - if (pgetc() == ';') + if (pgetc_eatbnl() == ';') RETURN(TENDCASE); pungetc(); RETURN(TSEMI); @@ -822,11 +818,9 @@ xxreadtoken(void) RETURN(TLP); case ')': RETURN(TRP); - default: - goto breakloop; } + break; } -breakloop: return readtoken1(c, BASESYNTAX, (char *)NULL, 0); #undef RETURN } @@ -836,7 +830,7 @@ static int pgetc_eatbnl(void) int c; while ((c = pgetc()) == '\\') { - if (pgetc() != '\n') { + if (pgetc2() != '\n...