Searched refs:table (Results 1 - 25 of 140) sorted by path

123456

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex130 table, section header table or sections), but will enlarge the file by some
137 table (if any), section header table (if any), sections and segments.
282 The resource index section starts with a header, it follows a table of
338 Specifies the offset of the resource info table relative to the beginning
342 Specifies the size of the resource info table.
349 Directly, without padding, it follows a table of \code{resource\_index\_entry}
350 structures. The number of entries in the table is the number of resources
353 are stored without padding, the size of the table i
[all...]
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css48 subtitle, synopfragment, synopfragmentref, table, term, tertiaryie, tip,
H A Dstyles.css125 *+para, *+formalpara, *+blockquote, *+glossentry, *+table, *+variablelist,
542 * appear to work in combination with display:table-header-group, as
596 when the containing block is, for instance, a table cell.
H A Dtables.css13 display: table;
17 display: table-row;
21 display: table-header-group;
25 display: table-row-group;
29 display: table-cell;
43 * TODO: seems to break formatting when nested in a table entry
46 display: table;
50 display: table-row;
54 display: table-cell;
58 display: table
[all...]
/haiku/headers/libs/udis86/libudis86/
H A Ddecode.h159 /* A single operand of an entry in the instruction table.
169 /* A single entry in an instruction table.
183 const uint16_t *table; member in struct:ud_lookup_table_list_entry
/haiku/headers/os/drivers/
H A Dmime_table.h5 / Description: Kernel mime table and matcher module API
26 status_t get_table(struct ext_mime **table)
27 Returns the current kernel mime table.
30 void free_table(struct ext_mime *table)
31 Frees the given mime table;
45 status_t (*get_table)(struct ext_mime **table);
46 void (*free_table)(struct ext_mime *table);
/haiku/headers/os/support/
H A Dparsedate.h27 extern void set_dateformats(const char *table[]);
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h18 // but with hash table semantics.
76 ValueIterator(const HashTable *table, size_t index, ValueType *value) argument
79 Iterator::fTable = table;
134 void _Insert(ValueType **table, size_t tableSize, ValueType *value) argument
141 for (previous = table[index]; previous
149 HashTable::_Link(value) = table[index];
150 table[index] = value;
H A Dqueue.h27 void **table; member in struct:fixed_queue
/haiku/headers/private/shared/
H A DColorQuantizer.h53 void GetColorTable(RGBA* table) const;
68 void _GetPaletteColors(Node* node, RGBA* table,
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h27 hash_ent **table; member in struct:hash_table
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_watermark.cpp111 WatermarkInfo *table; local
119 table = watermarks_8;
123 table = watermarks_16;
133 for (i = 0; i < tableLen && table[i].freq < clockFreq; i++)
139 TRACE("chosen watermark 0x%lx (freq %f)\n", table[i].watermark,
140 table[i].freq);
142 return table[i].watermark;
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c147 ** Supported Device / Device Attributes table
253 /* prepare a Targ's scripts indirect table for one or more exec_io's */
299 SymInd *t = st->priv->table;
300 physical_entry *pe = (physical_entry *) &(st->priv->table[1]);
568 t = &(s->active->priv->table[n]);
574 /* dbc initially = table[n].count, counts down */
864 /* fill out table */
H A Dsymbios.h85 SymInd table[131]; /* 92 --- 129 entries, 1 eot, 1 scratch */ member in struct:__anon1391
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_phy.c146 /* Venice TODO: round_up_rate() is broken when the rate table does not represent
588 * Unfortunately, the rate table doesn't have separate entries for these!.
649 /* Get the correct OFDM rate to Power table Index */
763 /* Get the correct MCS rate to Power table Index */
786 /* Get the correct MCS rate to Power table Index */
809 /* Get the correct MCS rate to Power table Index */
1100 u_int8_t rateIdx; /* rate index in the rate table */
1119 struct rate_power_tbl *table; local
1139 table = (struct rate_power_tbl *)&data[1];
1143 table[
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c1082 /* 2.4G channel table is directly indexed */
1091 /* 5GHz channel table is sparse and must be searched */
2027 get5Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2037 if (table[i] == 0)
2039 f = 5000 + 5*table[i];
2046 hc->ieee = table[i];
2047 memcpy(hc->targetPowers, &table[i], 4);
2070 get2Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2079 memcpy(hc->targetPowers, &table[i], 4);
2091 dumpcaldata(const char *name, const uint8_t *table, in argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h25 hash_ent **table; member in struct:hash_table
/haiku/src/add-ons/kernel/generic/mime_table/
H A Dmodule.c43 status_t get_table(struct ext_mime **table) argument
45 if (!table)
48 *table = mimes;
52 void free_table(struct ext_mime *table) argument
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A DPartitionMapParser.h41 status_t _ParsePrimary(const partition_table* table,
46 partition_table* table = NULL);
/haiku/src/add-ons/translators/raw/
H A DRAW.h127 void _MakeCanonDecoder(uint32 table);
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dlab_convert.cpp25 uint8* table = new uint8[GAMMA_TOTAL_ENTRIES]; local
27 table[i] = 0;
29 table[i + GAMMA_ZERO_ENTRIES] = (uint8)(pow((float)i / (float)(GAMMA_ENTRIES - 1), 0.4) * 255.0 + 0.5);
31 table[i + GAMMA_ZERO_ENTRIES + GAMMA_ENTRIES] = 255;
32 return table;
39 float* table = new float[256]; local
41 table[i] = pow((float)i / 255.0, 2.5);
42 return table;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp13 #include "table/TableColumns.h"
125 MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
H A DTeamsPage.h10 #include "table/Table.h"
27 virtual void TableRowInvoked(Table* table, int32 rowIndex);
H A DThreadsPage.cpp13 #include "table/TableColumns.h"
191 MainWindow::ThreadsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
H A DThreadsPage.h10 #include "table/Table.h"
27 virtual void TableRowInvoked(Table* table, int32 rowIndex);

Completed in 164 milliseconds

123456