Searched refs:table (Results 126 - 140 of 140) sorted by relevance

123456

/haiku/src/system/libroot/os/
H A Dparsedate.cpp1154 set_dateformats(const char** table) argument
1156 sFormatsTable = table ? table : kFormatsTable;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sta.c107 ieee80211_scan_table_lock_t st_lock; /* on scan table */
547 const struct scanlist table[])
588 if (checktable(table, c))
613 const struct scanlist table[])
620 * Use the table of ordered channels to construct the list
624 for (scan = table; scan->list != NULL; scan++) {
633 * The scan table marks 2.4Ghz channels as b
685 * in the table.
687 sweepchannels(ss, vap, table);
1326 * a reference to an entry w/o holding the lock on the table
546 sweepchannels(struct ieee80211_scan_state *ss, struct ieee80211vap *vap, const struct scanlist table[]) argument
612 makescanlist(struct ieee80211_scan_state *ss, struct ieee80211vap *vap, const struct scanlist table[]) argument
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c274 /* This table maps a character into a number representing a
309 # define JUMP(ChExpr, table) \
316 : table[CHAR_CLASS (spec)]; \
323 # define JUMP(ChExpr, table) \
329 : table[CHAR_CLASS (spec)]; \
/haiku/src/system/kernel/vm/
H A Dvm.cpp2512 // At this point the area is removed from the global hash table, but
3523 kprintf("No cache info table!\n");
3581 kprintf("Cache info table too small! Can't sort and print caches!\n");
4430 create_area_etc(VMAddressSpace::KernelID(), "cache info table",
6148 physical_entry* table, uint32* _numEntries)
6210 if (index < 0 || table[index].address
6211 != physicalAddress - table[index].size) {
6213 // table to small
6216 table[index].address = physicalAddress;
6217 table[inde
6147 get_memory_map_etc(team_id team, const void* address, size_t numBytes, physical_entry* table, uint32* _numEntries) argument
6246 __get_memory_map_haiku(const void* address, size_t numBytes, physical_entry* table, int32 numEntries) argument
7224 __get_memory_map_beos(const void* _address, size_t numBytes, physical_entry_beos* table, int32 numEntries) argument
[all...]
/haiku/docs/interface_guidelines/docbook-css/
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.
/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 */
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1150 amd_equiv_cpu_entry* table = (amd_equiv_cpu_entry*)data;
1155 for (uint32 i = 0; table[i].installed_cpu != 0; i++) {
1156 if (signature == table[i].equiv_cpu) {
1157 equiv_id = table[i].equiv_cpu;
1163 dprintf("find_microcode_amd update cpu not found in equiv table\n");
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp25 #include "table/TableColumns.h"
840 "table cell settings popup");
1347 // create a table cell renderer for the value
1367 // notify table model listeners
1745 // notify table model listeners
2411 VariablesView::TreeTableNodeExpandedChanged(TreeTable* table, argument
2446 VariablesView::TreeTableNodeInvoked(TreeTable* table, argument
2475 VariablesView::TreeTableCellMouseDown(TreeTable* table, argument
2619 // Notify the table model that this needs to be done.
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1376 // We overwrite the first block, which contains the partition table.
1836 // check if the new partition table is within an existing partition
1838 // table.
2030 // move partition with its header (partition table)
2047 // the previous logical partition table will fail!
2170 partition_table table; local
2171 table.clear_code_area();
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dencodings.cpp837 const uint16 *table; member in struct:table_segment
1004 // table translation to utf8
1007 const uint16 *table,
1019 // table should be in host endian
1020 uint16 unicode = table[(uchar)src[srcCount]];
1064 const uint16 *table = NULL; local
1072 for (int32 t = 0; (table = sjistables[t].table) != NULL; t++) {
1073 for (int32 i = 0; table[i] != 0xFFFF; i++) {
1074 if (unicode == table[
1006 _one_to_utf8( const uint16 *table, const char *src, int32 *srcLen, char *dst, int32 *dstLen) argument
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c126 /* This table gives an error message for each of the error codes listed
369 const int32_t *table = (const int32_t *)
372 if (table[i] < 0)
927 /* Initialize WORD_CHAR table, which indicate which character is
2666 /* Build the table for single byte characters. */
2686 /* Build the table for single byte characters. */
2909 /* Build the table for single byte characters. */
3383 const int32_t *table, *indirect;
3393 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB);
3405 /* Build single byte matcing table fo
367 const int32_t *table = (const int32_t *) local
3374 const int32_t *table, *indirect; local
[all...]
H A Dregexec.c2271 /* don't use transition table */
2275 /* Use transition table */
2303 /* Retry, we now have a transition table. */
2333 these destinations and the results of the transition table. */
3298 /* Build transition table for the state.
3339 /* Initialize transiton table. */
3438 256-entry transition table. */
3834 const int32_t *table, *indirect;
3886 table = (const int32_t *)
3830 const int32_t *table, *indirect; local
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c244 static uint64_t table[256]; local
249 /* generate the table of CRC remainders for all possible bytes */
260 table[i] = c;
264 crc = table[(crc ^ *data) & 0xff] ^ (crc >> 8);
889 * the upcase table. If @ic is CASE_SENSITIVE, the comparison is case
4683 /* If the CRC is correct, chkdsk does not warn about obsolete table */
/haiku/src/kits/tracker/
H A DPoseView.cpp186 BSearch(PoseList* table, const BPose* key, BPoseView* view,
9453 BSearch(PoseList* table, const BPose* key, BPoseView* view, argument
9456 int32 r = table->CountItems();
9462 result = table->ItemAt(m - 1);
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c1283 static const tulip_media_t table[] = { local
1335 return table[idx];

Completed in 194 milliseconds

123456