search for: tmpr

Displaying 6 results from an estimated 6 matches for "tmpr".

Did you mean: tmp
2003 Feb 09
2
install error
I just download R-1.6.2 source code for unix to install. I am intalling it under redhat linux. But after ./configure, when I try to make, there always error showed: /usr/bin/install: cannot change ownership of `../../bin/BATCH': Operation not permitted /usr/bin/install: cannot change ownership of `../../bin/LINK': Operation not permitted /usr/bin/install: cannot change ownership of
2010 Feb 05
1
How do I use "tapply" in this case ?
.... # Z is a P * Q matrix # so for each row of Z, I would like to pull out only some of the elements, and save as a separate matrix under a list # index is a vector with length smaller than Q, but the index could be different for each row of Z. for (i in 1:P) { tmp = matrix(Z[i, index], nrow=1) tmpr[[i]]=tmp } any help is highly appreciated!! Thank you all Carrie [[alternative HTML version deleted]]
2016 Mar 25
0
[PATCH 3/4] iccsense: split sensor into own struct
...ohm, 40 * 8); } @@ -121,81 +121,137 @@ static void * nvkm_iccsense_dtor(struct nvkm_subdev *subdev) { struct nvkm_iccsense *iccsense = nvkm_iccsense(subdev); - struct nvkm_iccsense_rail *rail, *tmp; + struct nvkm_iccsense_sensor *sensor, *tmps; + struct nvkm_iccsense_rail *rail, *tmpr; - list_for_each_entry_safe(rail, tmp, &iccsense->rails, head) + list_for_each_entry_safe(sensor, tmps, &iccsense->sensors, head) + kfree(sensor); + list_for_each_entry_safe(rail, tmpr, &iccsense->rails, head) kfree(rail); return iccsense; } +static struct nvkm_icc...
2016 Mar 25
7
[PATCH 0/4] Configure Power Sensors
The power sensors can be configured to sample the readout values over time. Nvidia does this too, so nouveau should probably do that too. Karol Herbst (4): iccsense: remove read function iccsense: convert to linked list iccsense: split sensor into own struct iccsense: configure sensors like nvidia does drm/nouveau/include/nvkm/subdev/iccsense.h | 6 +- drm/nouveau/nouveau_hwmon.c
2016 Mar 28
4
[PATCH v2 0/4] Configure Power Sensors
The power sensors can be configured to sample the readout values over time. Nvidia does this too, so nouveau should probably do that too. v2: use list_del and rework an error message Karol Herbst (4): iccsense: remove read function iccsense: convert to linked list iccsense: split sensor into own struct iccsense: configure sensors like nvidia does
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
...table info available. #1 0x001d7a23 in malloc () from /lib/i686/libc.so.6 No symbol table info available. #2 0x00b4c363 in gsm_new () at codec_gsm.c:63 tmp = (struct ast_translator_pvt *) 0xbf200010 #3 0x08061d7d in ast_translator_build_path (dest=64, source=1) at translate.c:110 tmpr = (struct ast_trans_pvt *) 0x0 tmp = (struct ast_trans_pvt *) 0xbf216d20 #4 0x08061008 in ast_set_read_format (chan=0xbf2108a0, fmts=-1088314640) at channel.c:1738 fmt = 64 native = 2 res = 32129 #5 0x02b3b5f0 in socket_read (id=0x8805cb8, fd=17, events=1, cbdata=0...