search for: subtabl

Displaying 20 results from an estimated 26 matches for "subtabl".

Did you mean: subtable
2012 Nov 05
2
[PATCH] x86/ACPI: invalidate BGRT
...************************* + * + * FPDT - Firmware Performance Data Table (ACPI 5.0) + * Version 1 + * + ******************************************************************************/ + +struct acpi_table_fpdt { + struct acpi_table_header header; /* Common ACPI table header */ +}; + +/* FPDT subtable header */ + +struct acpi_fpdt_header { + u16 type; + u8 length; + u8 revision; +}; + +/* Values for Type field above */ + +enum acpi_fpdt_type { + ACPI_FPDT_TYPE_BOOT = 0, + ACPI_FPDT_TYPE_S3PERF = 1, +}; + +/* + * FPDT subtables + */ + +/* 0: Firmware Basic Boot Performance Record */ + +struct ac...
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
...#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). +*/ +#define LUA_ADD_TABLE(pLua_state, pDmi, tb_name) \ + ad...
2010 Dec 01
1
Prawn : undefined method `make_table'
require ''prawn'' require ''prawn/core'' require ''prawn/layout'' Prawn::Document.new do |pdf| subtable = pdf.make_table([[ "foo", "bar" ], [ "baz", "bax" ]], :column_widths => [ 50, 50 ]) { column(0).background_color = "808080" cells.borders = [] } table = pdf.make_table([[ "foo", &...
2012 Nov 07
0
[PATCH v2] x86/ACPI: invalidate BGRT if necessary
...************************* + * + * FPDT - Firmware Performance Data Table (ACPI 5.0) + * Version 1 + * + ******************************************************************************/ + +struct acpi_table_fpdt { + struct acpi_table_header header; /* Common ACPI table header */ +}; + +/* FPDT subtable header */ + +struct acpi_fpdt_header { + u16 type; + u8 length; + u8 revision; +}; + +/* Values for Type field above */ + +enum acpi_fpdt_type { + ACPI_FPDT_TYPE_BOOT = 0, + ACPI_FPDT_TYPE_S3PERF = 1, +}; + +/* + * FPDT subtables + */ + +/* 0: Firmware Basic Boot Performance Record */ + +struct ac...
2010 Sep 19
1
odds ratios for n-way tables: seeking an *apply-able method
...F, odds ratios can be defined in several ways; one simple way, particularly for tables with ordered factors, is to calculate the set of continuation odds ratios, based on the (R-1)x(C-1) set of 2x2 tables with elements F[i:(i+1), j:(j+1)] What I think I want is a method to extract all such 2x2 subtables to a structure (list?) so that I can use *apply or plyr methods to do the computations of (log) odds ratio (& std error) for each, and return these in a suitable form. Below, I define a function OR2x2 that calculates the (log) odds ratio for one 2x2 table, and another, OR, that uses loops...
2008 Jul 30
1
odds ratios in multiway tables (stratified)
Hi, does anyone know of a function to calculate odds ratios in multiway tables (stratified) (+ the other usual statistics involved) i mean: say we have a table r*c*d, For every d (depth) we have a r*c table, and in this table the odds ratio's are calculated for every 2*2 subtable in it. logically this function would look like): ORs(multiwaytable) or ORs(data$var1r,data$var2c,data$var3d) (eg. not taking the lot together, keeping the paradox of simpson in mind) mvg, Wim
2011 Oct 14
0
Any data table component for rails?
...er side binding, but unfornately It has dependencies on both "will_paginate" and "kaminari", which breaks my activeadmin(I remove will_paginate and modify its code a little to use kaminari, but seems still have problem,the iTotalCount becomes nil, and it doesn''t support subtable?(the main table have a lot of subtable records, and need to paginate association submodel). Since the jquery datatable still needs to go serverside to handle this logic, which renders these useless, if there''s a gem/component in server side directly would be OK, then would be equivalen...
2013 Sep 12
1
Getting "Approximate Estimates after Deleting Factors" out from fastbw()
Hello! I am using relatively simple linear model. By applying fastbw() on ols() results from rms package I would like to get subtable "Approximate Estimates after Deleting Factors". However, it seems this is not possible. Am I right? I can only get coefficients for variables kept in the model (for example: x$coefficients), but not S.E., Wald's Z and P? Is there any easy way to extract this part of results? Many t...
2014 Feb 18
1
Add general UPS SNMP agent as a nut client
hem, in the hurry of sending, I've forgotten a link... 2014-02-18 22:45 GMT+01:00 Arnaud Quette <aquette.dev at gmail.com>: > > > 2014-02-16 8:31 GMT+01:00 <alf at i100.no>: > (...) > > That made me realize that it's still not referenced on the NUT Related > Projects page. > (yup Charles, yet another unshared thing...) > This last point is now
2003 Mar 06
0
modifying ftable to allow percentages (wishlist) (PR#2606)
...sum to 100 over the last variable of col.vars for each row. For pcnt="column", percentages would sum to 100 over the last variable of row.vars for each column. For pcnt="total", percentages would sum to 100 for the last variable in row.vars and col.vars, i.e. separately for each subtable. If pcnt="gtotal" were used, the table would sum to 100 over the complete table. One further modification would be needed in order to use percentages in ftable.formula. Line 42 of ftable.formula, where ftable is called if (inherits(edata, "ftable") is true would have to be cha...
2007 Nov 17
2
Getting Annual (Conditional) Averages
Hello, I'm very new to R, and so my question is simple. I have data record with 80 years of daily temperatures in one long string. The dates are also recorded, in YYMMDD format. I'd like to learn an elegant simple way to pull out the annual averages. (Obviously, every 4th year has 366 days.) I know I can set up a formal loop to create annual records and then average. But R
2018 Feb 07
1
Addressing the problem of noisy GPUs under Nouveau
...e also published the BIT (BIOS Information Table) format, separately: http://download.nvidia.com/open-gpu-doc/BIOS-Information-Table/1/BIOS-Information-Table.html , but I don't think it has any surprises for you, in this regard. You can check it, to be sure you're looking at the right subtable, though, just in case. The interesting parts of that table are: PWM Scale Slope (16 bits): Slope to scale effective PWM to actual PWM (1/4096, F4.12, signed). For backwards compatibility, a value of 0.0 (0x0000) is interpreted as 1.0 (0x1000). This value is used to scale the effective PWM...
2013 Jan 18
0
Wine release 1.5.22
...dd ARM64 support. winedbg: Add ARM64 support. winetest: Add ARM64 support. Aric Stewart (6): usp10: Correct issues if a feature tag is duplicated between GSUB and GPOS. usp10: Add GSUB ccmp feature to Hebrew. usp10: Implement GPOS MarkToLigature Attachment Positioning Subtable. ups10: Mark to Base, Mark and Ligature are not cumulative offsets. usp10: Implement GPOS Cursive Attachment Positioning Subtable. usp10: MarkToMark calculations may need to happen even if the offset is 0. Aurimas Fi?eras (2): po: Update Lithuanian translation. po: U...
2018 Dec 13
1
[virtio-dev] Re: [PATCH v5 5/7] iommu: Add virtio-iommu driver
...ntil the pagetable code walks the tables. If it does find a 2MB block PTE, then it can simply clear it and generate a single invalidation command - if a TLB entry exists for that block mapping then any address within the block will match it. If however that 2MB region was actually covered by a subtable of 4KB pages, then separate TLB entries may exist for any or all of those pages, and a single address can at best only match one of them. Thus after the table PTE is cleared, a separate command has to be generated for each page to ensure that all possible TLB entries associated with that table...
2013 Mar 29
1
Wine release 1.5.27
...s initializers. hlink: Add link stack to browser context. hlink: Implement IHlinkBrowseContext_GetHlink(). hlink: Implement IHlinkBrowseContext_UpdateHlink(). hlink: Implement IHlinkBrowseContext_SetCurrentHlink(). Phil Krylov (1): usp10: Support GPOS extension lookup subtables. Piotr Caban (46): msvcp90: Added time_put class stub. msvcp90: Added time_put class implementation. msvcp90: Added collate facet to locale object. msvcp90: Added time_put facet to locale object. msvcp: Sync implementations. vbscript: Added IMatchCollection in...
2010 Dec 03
1
[LLVMdev] Alternative exception handling proposal
Hi Bill, there is clearly a misunderstanding: either I am missing something essential or you are. To clear this up, I suggest you send me evil examples and I will show you how my scheme handles them (or doesn't handle them, if I am indeed failing to see something). > This is the code that G++ generates from the example in my proposal: ... > If the call to __Z3foov throws, we need to
2010 May 28
0
Wine release 1.2-rc2
...Use the available PowerPC functions. Aric Stewart (6): usp10: Use font chartype only as a fallback if we do not know the characters script already. gdi32: Handle a BiDi string being shaped into more or less glyphs than characters in the string. usp10: Handle Ligature Substitution Subtable from GSUB. usp10: Apply the GSUB 'rlig' feature for Required ligature substitution. usp10: Break out a function to apply a GSUB feature to an entire string of glyphs. usp10: Apply all the GSUB features specified in Microsofts Typesetting documentation for Arabic Shaping....
2012 Aug 17
0
Wine release 1.5.11
...0: Cache OUTLINETEXTMETRICW in addition to TEXTMETRICW. usp10: Use cached values in GPOS functions. usp10: Correct implementation of Pair Positioning Adjustment: Format 1. usp10: Correct rounding of negative offsets in GPOS. usp10: Implement MarkToMark Attachment Positioning Subtable. Austin English (2): configure: Use -gdwarf-2 / -gstrict-dwarf when available. kernel32: Implement IsValidLocaleName (with tests). Bruno Jesus (1): wininet/tests: Add invalid index test for HttpQueryInfo. Dan Kegel (1): msvcrt: memmove_s shouldn't zero its output buf...
2012 Jul 17
0
Wine release 1.5.9
...as defined by VOLT. usp10: In ScriptTextOut make use of piAdvance and pGoffset to position glyphs. usp10: Implement GPOS MarkToBase. usp10: Handle GPOS ValueRecords. usp10: Implement GPOS Single Adjustment Positioning. usp10: Implement GPOS Pair Adjustment Positioning Subtable. ups10: Implement Single Adjustment Positioning: Format 2. usp10: Implement GPOS Coverage-based Chaining Context Glyph Positioning. Austin English (4): kernel32: Add a stub for WerSetFlags. kernel32: Add a stub for GetDynamicTimeZoneInformation. inseng: Add a stub fo...
2018 Jan 28
3
Addressing the problem of noisy GPUs under Nouveau
On 28/11/17 07:32, John Hubbard wrote: > On 11/23/2017 02:48 PM, Martin Peres wrote: >> On 23/11/17 10:06, John Hubbard wrote: >>> On 11/22/2017 05:07 PM, Martin Peres wrote: >>>> Hey, >>>> >>>> Thanks for your answer, Andy! >>>> >>>> On 22/11/17 04:06, Ilia Mirkin wrote: >>>>> On Tue, Nov 21, 2017 at 8:29