Searched defs:table (Results 1 - 25 of 202) sorted by relevance

123456789

/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dunctrl.c9 static const char* const table[] = { local
H A Dlib_keyname.c166 static char **table; local
/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_wacs.c47 } table[] = { local
/haiku-fatelf/headers/private/kernel/util/
H A Dqueue.h27 void **table; member in struct:fixed_queue
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dcost.h36 static inline int VP8LevelCost(const uint16_t* const table, int level) { argument
H A Dcost.c363 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; local
/haiku-fatelf/src/apps/debugger/user_interface/gui/util/
H A DGuiSettingsUtils.cpp48 ArchiveTableSettings(BMessage& settings, AbstractTable* table) argument
59 UnarchiveTableSettings(const BMessage& settings, AbstractTable* table) argument
/haiku-fatelf/src/add-ons/accelerants/intel_810/
H A Di810_watermark.cpp111 WatermarkInfo *table; local
/haiku-fatelf/src/add-ons/kernel/generic/mime_table/
H A Dmodule.c43 status_t get_table(struct ext_mime **table) argument
52 void free_table(struct ext_mime *table) argument
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/haiku-fatelf/src/bin/coreutils/lib/
H A Dstr-kmp.h41 size_t *table = (size_t *) nmalloca (m, sizeof (size_t)); local
[all...]
H A Dmbsstr.c44 size_t *table; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacrotab.h126 struct macro_table *table; member in struct:macro_source_file
265 struct macro_table *table; member in struct:macro_definition
[all...]
H A Dframe-base.c76 struct frame_base_table *table local
87 struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data); local
97 struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data); local
105 struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data); local
[all...]
H A Dframe-unwind.c48 struct frame_unwind_table *table local
63 struct frame_unwind_table *table = gdbarch_data (gdbarch, frame_unwind_data); local
76 struct frame_unwind_table *table local
91 struct frame_unwind_table *table = gdbarch_data (gdbarch, frame_unwind_data); local
[all...]
/haiku-fatelf/src/bin/less/
H A Dposition.c25 static POSITION *table = NULL; /* The position table */ variable
[all...]
/haiku-fatelf/src/kits/opengl/
H A DGLDispatcher.cpp64 BGLDispatcher::CheckTable(const struct _glapi_table* table) argument
72 BGLDispatcher::SetTable(struct _glapi_table* table) argument
/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c29 __collidx_table_lookup (const char *table, uint32_t wc) argument
60 __collseq_table_lookup(const char *table, uint32_t wc) argument
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/wctype/
H A Dwchar-lookup.h52 wctype_table_lookup (const char *table, uint32_t wc) argument
83 wcwidth_table_lookup(const char *table, uint32_t wc) argument
116 wctrans_table_lookup(const char *table, uint32_t wc) argument
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp125 MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
H A DThreadsPage.cpp191 MainWindow::ThreadsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dwcwidth.c18 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/haiku-fatelf/src/libs/libtelnet/
H A Dgenget.c79 genget(char *name, char **table, int stlen) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDataRing.h108 physical_entry table = {0}; local
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockReferenceManager.cpp55 Table *table = &fTables.ItemAt(i); local
74 Table &table = fTables.ItemAt(i); local
88 Table &table = fTables.ItemAt(index); local
[all...]

Completed in 165 milliseconds

123456789