Displaying 20 results from an estimated 57 matches for "_table".
Did you mean:
table
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
...hint nounwind
define internal %struct._foo* @call(%struct._foo* %foo, i8* %key, i8* %value) #2 {
%1 = alloca %struct._foo*, align 8
%2 = alloca %struct._foo*, align 8
%3 = alloca i8*, align 8
%4 = alloca i8*, align 8
%dispatch = alloca %struct._dispatch*, align 8
%table = alloca %struct._table*, align 8
%entrys = alloca %struct._entry*, align 8
%entry = alloca %struct._entry*, align 8
%offset = alloca i64, align 8
%mask = alloca i64, align 8
%f = alloca %struct._foo* (%struct._foo*, i8*, i8*)*, align 8
store %struct._foo* %foo, %struct._foo** %2, align 8
store i8* %key, i8*...
2006 Jan 11
5
stack level too deep problem
...link_to
def permission?
true
end
def link_to(name, options = {}, html_options =
nil,*parameters_for_method_reference)
if permission?
link_to_original( name,
options,html_options,*parameters_for_method_reference )
end
end
end
the error message
howing app/views/users/_table.rhtml where line #40 raised:
stack level too deep
Extracted source (around line #40):
37:
38: <th id="movTable_<%=column %>">
39: <%#{if $movtable.table.columns.$curr_key.sortable eq true}
40:
41: #<a href={$movtable.table.columns.$curr_key.url}>
42: #{$movtab...
2016 Feb 11
3
Expected constant simplification not happening
...at the moment :)
Ciao
Nat!
----
; ModuleID = 'optimize-fail.c'
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.10.0"
%struct._foo = type {}
%struct._entry = type { i32, i32, i8* (%struct._foo*, i32, i8*)* }
%struct._table = type { i64, i32, i32, [1 x %struct._entry] }
%struct.test = type { %struct.__foo, i32 }
%struct.__foo = type { %struct._dispatch }
%struct._dispatch = type { %struct._entry*, i8* (%struct._foo*, i32, i8*)* }
@str = private unnamed_addr constant [8 x i8] c"table_f\00"
@str.2 = private u...
2016 Dec 07
1
Expected constant simplification not happening
...'optimize-fail.c'
> target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
> target triple = "x86_64-apple-macosx10.10.0"
>
> %struct._foo = type {}
> %struct._entry = type { i32, i32, i8* (%struct._foo*, i32, i8*)* }
> %struct._table = type { i64, i32, i32, [1 x %struct._entry] }
> %struct.test = type { %struct.__foo, i32 }
> %struct.__foo = type { %struct._dispatch }
> %struct._dispatch = type { %struct._entry*, i8* (%struct._foo*, i32,
> i8*)* }
>
> @str = private unnamed_addr constant [8...
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
...uct._foo* %foo, i8* %key, i8* %value) #2 {
>> %1 = alloca %struct._foo*, align 8
>> %2 = alloca %struct._foo*, align 8
>> %3 = alloca i8*, align 8
>> %4 = alloca i8*, align 8
>> %dispatch = alloca %struct._dispatch*, align 8
>> %table = alloca %struct._table*, align 8
>> %entrys = alloca %struct._entry*, align 8
>> %entry = alloca %struct._entry*, align 8
>> %offset = alloca i64, align 8
>> %mask = alloca i64, align 8
>> %f = alloca %struct._foo* (%struct._foo*, i8*, i8*)*, align 8
>> store %struct._foo*...
2007 Mar 13
2
create form from db
...generate forms rather regularly. I would like to make the process as
efficient as possible and would rather generate the markup from the
database much like script/generate scaffold does. My question is
this: is there a rake task or something that will take the schema of a
db as input and create a _table.rhtml file?
Thanks in advance,
Bryce
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.o...
2006 Apr 10
8
Advice on Similar Views with Helpers
I have some embedded tables that form different sections of a view. I
find that I use the same look for certain ones which means I have to
duplicate the same exact table for each section that''s similar.
Is there a way to do.. hmm.. well.. kind of like what a layout does
using @content_for_layout, but for a partial. Does that make any sense
whatsoever? :)
OK so here''s some
2009 Feb 04
1
Use Speex on embedded ARM-device...
Hi Jean-Marc,
I have just discovered the post of Vit Kanevsky and I have
already sent him a message.
I'm currently evaluating the work of stripping stuff on
the win32 platform(nicer workflow ;-) and noticed that
I could not just leave out the exc_*_table.c files without
getting compiler/linker warning, but possibly I made a
mistake there.
Is my assumption correct that I just need the exc_10_16_table.c
for my 6000 bps?
Best regards,
Tobias
--
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL
f?r nur 17,95 Euro/mtl.!* http://dsl.gmx.d...
2006 Sep 22
1
missing use of FOREIGNDOM?
Is it intentional that MMUEXT_PIN_L[1-4]_TABLE use FOREIGNDOM,
while most other sub-functions of do_mmuext_op use the current
domain?
Thanks, Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2014 Jul 18
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
...-07-18 at 09:43 -0700, Greg KH wrote:
> > On Fri, Jul 18, 2014 at 12:22:13PM -0400, John W. Linville wrote:
> > > On Fri, Jul 18, 2014 at 05:26:47PM +0200, Benoit Taine wrote:
> > > > We should prefer `const struct pci_device_id` over
> > > > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
> > > > This issue was reported by checkpatch.
> > >
> > > Honestly, I prefer the macro -- it stands-out more. Maybe the style
> > > guidelines and/or checkpatch should change instead?
> >
> > The macro i...
2014 Jul 18
9
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `const struct pci_device_id` over
`DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
This issue was reported by checkpatch.
A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):
// <smpl>
@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@
- DEFINE_PCI_DE...
2014 Jul 18
9
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
We should prefer `const struct pci_device_id` over
`DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
This issue was reported by checkpatch.
A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):
// <smpl>
@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@
- DEFINE_PCI_DE...
2014 Jul 21
0
[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
...:
>> > > On Fri, Jul 18, 2014 at 12:22:13PM -0400, John W. Linville wrote:
>> > > > On Fri, Jul 18, 2014 at 05:26:47PM +0200, Benoit Taine wrote:
>> > > > > We should prefer `const struct pci_device_id` over
>> > > > > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
>> > > > > This issue was reported by checkpatch.
>> > > >
>> > > > Honestly, I prefer the macro -- it stands-out more. Maybe the style
>> > > > guidelines and/or checkpatch should change instea...
2019 Jul 09
6
Dovecot 2.3.6 on Solaris10: build issues, segfaults
...lt;submission_setting_defines+80>
src = 0x5798c
dest_set = 0xf7ec0
dest = 0xf7ed4
children = 0x2c
i = 1105688
count = 4279837964
#2 0xff192724 in settings_parser_dup (old_ctx=0x9ec08, new_pool=0xf29a0) at settings-parser.c:1946
new_ctx = 0x10def0
iter = 0x0
links = {_table = 0xa23c0, _key = 0xa23c0, _keyp = 0xa23c0, _const_key = 0xa23c0,
_value = 0xa23c0, _valuep = 0xa23c0}
new_link = 0x10b488
value = 0x0
key = 0x0
i = 0
parser_pool = 0x10ded8
keep_values = false
__func__ = "settings_parser_dup"
#3 0x0001fc0c in config_filter_pa...
2009 Feb 04
2
Use Speex on embedded ARM-device...
Hi everyone,
I'm currently looking into using speex in an embedded project
using an ST ARM-device (STR9 family) just with internal
memory (96kbyte) and no O/S.
Does anyone know if the optimizations included in the code
for ARMv4 and ARMv5e are appliable to this device?
I would also need to strip down libspeex pretty hard to fit
into the available memory.
I just want to use a fixed bitrate
2019 Mar 28
0
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
...esult = 0x0,
lock_method = FILE_LOCK_METHOD_FCNTL,
max_lock_timeout_secs = 4294967295,
keywords_pool = 0x55e3e2c2a400,
keywords = {
arr = {
buffer = 0x55e3e2c2a5f0,
element_size = 8
},
v = 0x55e3e2c2a5f0,
v_modifiable = 0x55e3e2c2a5f0
},
keywords_hash = {
_table = 0x55e3e2c2a6c0,
_key = 0x55e3e2c2a6c0 "",
_keyp = 0x55e3e2c2a6c0,
_const_key = 0x55e3e2c2a6c0 "",
_value = 0x55e3e2c2a6c0,
_valuep = 0x55e3e2c2a6c0
},
keywords_ext_id = 0,
modseq_ext_id = 1,
views = 0x0,
module_contexts = {
arr = {
buffe...
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
..._NUM_P(pLua_state, pBase, Field) \
+ add_int_item(pLua_state, #Field, pBase->Field);
+#define LUA_ADD_NUM_S(pLua_state, Base, Field) \
+ add_int_item(pLua_state, #Field, Base.Field);
+
+/* Add a sub-DMI table to the table on stack
+ All (*table_fn)() have to be named as get_<tabel_name>_table() for this
+ macro to work. For example, for the bios subtable, the table_fn is
+ get_bios_table() and the subtable name is "bios".
+ All (*table_fn)() have to return 1 if a subtable is created on the stack
+ or 0 if the subtable is not created (no corresponding dim subtable
found...
2019 Mar 27
2
Panic: file mail-transaction-log-file.c: line 105 (mail_transaction_log_file_free): assertion failed: (!file->locked)
On 27 Mar 2019, at 14.58, Timo Sirainen via dovecot <dovecot at dovecot.org> wrote:
>
>> dovecot isn't able to auto fix the indexes and manual deletion is
>> required in all such cases
>
> So if it keeps repeating, it's very strange. Could you send me such broken dovecot.index and dovecot.index.log files (without dovecot.index.cache)? They shouldn't contain
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote:
> Did something change DB-wise with PJSIP and realtime between 13.3.2
> and 13.5.0? I'm getting an unknown column error and unsure where I
> need that column and the type it needs to be.
Yes, the schema can change between versions. Following the instructions
on
2014 May 06
1
Again: pop3: Panic: Trying to allocate 0 bytes
...c:81
No locals.
#6 0x00000000004077f0 in client_uidls_save (client=0x1c42990, seq=0) at pop3-commands.c:798
str = <value optimized out>
permanent_uidl = <value optimized out>
search_ctx = 0x1c230d0
mail = <value optimized out>
prev_uidls = {_table = 0x1c23330, _key = 0x1c23330 "\300o\355?\177", _keyp = 0x1c23330, _const_key = 0x1c23330 "\300o\355?\177", _value =
0x1c23330, _valuep = 0x1c23330}
search_args = 0x0
seq_uidls = 0x60a4d8
uidl = <value optimized out>
wanted_fields = <valu...