search for: _last_

Displaying 20 results from an estimated 31 matches for "_last_".

2005 Oct 11
1
Wrong caller id in CDR
...e I was told that this was an 'old' issue. Since then, I've spent hours looking, but can't find the answer. For some reason, some of my CDRs (both to CSV and MySQL) are being written with the wrong callerid. As best as I can determine, they are being written with the CLID of the _last_ caller to access the specific ZAP channel in question, not the current one. Has anyone ever seen this before? -- ========================================== Rod Bacon Empowered Communications Ground Floor, 102 York St. South Melbourne Victoria, Australia. 3205 Phone: +613 99401600 Fax: +613 9...
2014 Jan 17
3
Opus in WebM
...gt; could be decoded one after another, you'd have to jump over these > little gaps? The intent was not to allow gaps in the file like this (that would confuse the encoder, compress badly, and complicate decoders, plus be unrepresentable in Ogg). The intent was to allow trimming from the _last_ frame in a stream to allow sample-accurate total duration. If there's some way to say that it cannot be used anywhere else in the spec, we should do so. > The document says it would be useful for Vorbis too, but Vorbis > seems to just emit packets as it wants and you don't really h...
2013 Jan 31
1
5.01 DISPLAY file last line
...some clue about the reason for the problem described above regarding the last line of DISPLAY files and the "boot:" prompt overwriting it. BTW, DISPLAY files were having problems with the _first_ line before (during some 5.xx pre-releases) and cat.c32 was having this problem with the _last_ line (also during some 5.xx pre-releases). Those two issues were resolved already. Although it may (or may not) be related to those, this new report is about the resulting behavior for the _last_ line of DISPLAY files. TIA, Ady. PS: I was searching the old reports in the ML archives so to add...
2011 Oct 05
0
[LLVMdev] collect end line number for scope
Pankaj, If you want to decorate MachineInstrs then for the end of scope you're not looking at "}" but instead you're looking at _last_ machine instruction in that scope. Now, if you want to find out start and end MachineInstrs for a lexical scope (and corresponding line numbers) then see CodeGen/LexicalScopes pass. It collects lexical scope information and maps MIs to respective lexical scopes. - Devang On Oct 5, 2011, at 3:48 A...
2023 Feb 14
3
[PATCH] drm/gem: Expose the buffer object handle to userspace last
...ret) + goto err_put; + + if (obj->funcs->open) { + ret = obj->funcs->open(obj, file_priv); + if (ret) + goto err_revoke; + } + /* - * Get the user-visible handle using idr. Preload and perform - * allocation under our spinlock. + * Get the user-visible handle using idr as the _last_ step. + * Preload and perform allocation under our spinlock. */ idr_preload(GFP_KERNEL); spin_lock(&file_priv->table_lock); - ret = idr_alloc(&file_priv->object_idr, obj, 1, 0, GFP_NOWAIT); - spin_unlock(&file_priv->table_lock); idr_preload_end(); - mutex_unlock...
2023 Feb 14
3
[PATCH] drm/gem: Expose the buffer object handle to userspace last
...ret) + goto err_put; + + if (obj->funcs->open) { + ret = obj->funcs->open(obj, file_priv); + if (ret) + goto err_revoke; + } + /* - * Get the user-visible handle using idr. Preload and perform - * allocation under our spinlock. + * Get the user-visible handle using idr as the _last_ step. + * Preload and perform allocation under our spinlock. */ idr_preload(GFP_KERNEL); spin_lock(&file_priv->table_lock); - ret = idr_alloc(&file_priv->object_idr, obj, 1, 0, GFP_NOWAIT); - spin_unlock(&file_priv->table_lock); idr_preload_end(); - mutex_unlock...
2023 Feb 20
2
[PATCH] drm/gem: Expose the buffer object handle to userspace last
...; >> +??????? if (ret) >> +??????????? goto err_revoke; >> +??? } >> + >> ????? /* >> -???? * Get the user-visible handle using idr.? Preload and perform >> -???? * allocation under our spinlock. >> +???? * Get the user-visible handle using idr as the _last_ step. >> +???? * Preload and perform allocation under our spinlock. >> ?????? */ >> ????? idr_preload(GFP_KERNEL); >> ????? spin_lock(&file_priv->table_lock); >> - >> ????? ret = idr_alloc(&file_priv->object_idr, obj, 1, 0, GFP_NOWAIT); >> - &...
2023 Feb 20
2
[PATCH] drm/gem: Expose the buffer object handle to userspace last
...; >> +??????? if (ret) >> +??????????? goto err_revoke; >> +??? } >> + >> ????? /* >> -???? * Get the user-visible handle using idr.? Preload and perform >> -???? * allocation under our spinlock. >> +???? * Get the user-visible handle using idr as the _last_ step. >> +???? * Preload and perform allocation under our spinlock. >> ?????? */ >> ????? idr_preload(GFP_KERNEL); >> ????? spin_lock(&file_priv->table_lock); >> - >> ????? ret = idr_alloc(&file_priv->object_idr, obj, 1, 0, GFP_NOWAIT); >> - &...
2011 Oct 05
2
[LLVMdev] collect end line number for scope
Hi,   The link and the information shared was helpful.   I will make my problem definition more clear. While I am "asm printing" target code, I also want to emit scope related information. Scope related information includes, - for each scope, start line, end line, start column, end column and - scope heirarchy. As scope is delimited by "{" and "}" (for an input
2012 Oct 19
5
RColorBrewer
Hi there everyone! So I'm a student in college, taking a very basic Statistics course. We're using R for most of our assignments. I've hit a pretty big wall here. I'm attempting to create a heat map of the entire united states which corresponds to a set of percentages I have for each state. My teacher suggested that I simply create a color palette with RColorBrewer that is in the
2008 Oct 07
7
Looking for testers and advise about ISOLINUX within ISO 9660
...re texts around in the web which demand this but our boot experiments worked although we kept those features as prescribed by the ECMA-119 specs. - Is it normal that existing BIOSes violate the El Torito specification by reading the boot record from the _first_ session rather than from the _last_ session (i.e last_session_start_lba + 0x11) ? Our tests with multi-session CD-RW and DVD-RW showed that - they boot if the first session was bootable - they don't boot if the first session was not bootable regardless whether the last session is bootable or not. Test were made with...
2014 Jan 17
0
Opus in WebM
On Jan 17, 2014, at 3:00 PM, Timothy B. Terriberry wrote: > The intent was not to allow gaps in the file like this (that would > confuse the encoder, compress badly, and complicate decoders, plus be > unrepresentable in Ogg). The intent was to allow trimming from the > _last_ frame in a stream to allow sample-accurate total duration. Ahhh, that makes sense. So you'd add some samples at the very end just to complete that last Opus frame? > > Like Opus, the idea was to use it in the last frame only, for sample > accurate duration. Right now if you mux...
2023 Feb 20
1
[PATCH] drm/gem: Expose the buffer object handle to userspace last
...?? goto err_revoke; >>>> +??? } >>>> + >>>> ????? /* >>>> -???? * Get the user-visible handle using idr.? Preload and perform >>>> -???? * allocation under our spinlock. >>>> +???? * Get the user-visible handle using idr as the _last_ step. >>>> +???? * Preload and perform allocation under our spinlock. >>>> ?????? */ >>>> ????? idr_preload(GFP_KERNEL); >>>> ????? spin_lock(&file_priv->table_lock); >>>> - >>>> ????? ret = idr_alloc(&file_priv->...
2023 Feb 20
1
[PATCH] drm/gem: Expose the buffer object handle to userspace last
...?? goto err_revoke; >>>> +??? } >>>> + >>>> ????? /* >>>> -???? * Get the user-visible handle using idr.? Preload and perform >>>> -???? * allocation under our spinlock. >>>> +???? * Get the user-visible handle using idr as the _last_ step. >>>> +???? * Preload and perform allocation under our spinlock. >>>> ?????? */ >>>> ????? idr_preload(GFP_KERNEL); >>>> ????? spin_lock(&file_priv->table_lock); >>>> - >>>> ????? ret = idr_alloc(&file_priv->...
2001 Jan 02
0
mdct explanation
...IV of the odd, c_k = d_k + e_k c_{2N-1-k} = d_k - e_k "That's all there is, and there ain't no more". Oh, this only works for N a power of two, but you can split the DCT-II in three or more parts as well. It will need some mul's, though. If you need to split on three, do it _last_; there's some nice symmetries and zeroes in there. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' i...
2002 Feb 09
1
How to access objects outside an R function
Dear R-Users, I have a dataframe (''forexdata'') of daily returns from the foreign exchange market for three currencies - British Pound (bp), Canadian Dollar(cd), Deustche Mark (dm) vis-a-vis the US Dollar and the Date Of Trade(yymmdd). For some dates the returns are missing (recorded as zero) as there were no trades in that currency for that date. My task is to substitute the
2010 Aug 18
2
Yet another memory limit problem
Dear List, I have read and read and still don't get why I am getting a memory issue.? I am using a Samsung PC running Windows 7.? I have set memory in the target field: ?"C:\Program Files (x86)\R\R-2.11.1\bin\Rgui.exe" --max-mem-size=3G But when I try a simple plot I get: >?? plot(mydat$Date,mydat$Time) Error: cannot allocate vector of size 831.3 Mb > memory.size() [1]
2014 Jan 17
4
Opus in WebM
Yes, it's basically an intrinsic aspect of the mathematics. If you seek into the middle of an Opus stream, that's about how long it takes before the audio converges to be correct. On Jan 17, 2014 2:13 PM, "Brendan Bolles" <brendan at fnordware.com> wrote: > On Jan 7, 2014, at 11:11 AM, Brendan Bolles wrote: > > > The closest thing to a standards document for
2023 Feb 14
0
[PATCH] drm/gem: Expose the buffer object handle to userspace last
...t;open) { > + ret = obj->funcs->open(obj, file_priv); > + if (ret) > + goto err_revoke; > + } > + > /* > - * Get the user-visible handle using idr. Preload and perform > - * allocation under our spinlock. > + * Get the user-visible handle using idr as the _last_ step. > + * Preload and perform allocation under our spinlock. > */ > idr_preload(GFP_KERNEL); > spin_lock(&file_priv->table_lock); > - > ret = idr_alloc(&file_priv->object_idr, obj, 1, 0, GFP_NOWAIT); > - > spin_unlock(&file_priv->table...
2008 Jun 21
15
will_paginate generates undefined method paginate
Dear I used to use the will_paginate plugin, and now it is no longer available in the repository. I am using the one in the gem #gem install will_paginate in my controller I have this @careers = Career.paginate :page => params[:page], :per_page => 10 and in the view <%= will_paginate @careers %> I found this way in all the tutorials and the railscasts episode 51. Though I still