Searched refs:_table (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gperf/src/ |
| H A D | hash-table.cc | 81 _table = new KeywordExt*[_size]; in Hash_Table() 82 memset (_table, 0, _size * sizeof (*_table)); in Hash_Table() 88 delete[] _table; in ~Hash_Table() 100 if (_table[i]) in dump() 113 if (_table[i]) in dump() 119 putc (_table[i]->_selchars[j], stderr); in dump() 121 _table[i]->_allchars_length, _table[i]->_allchars); in dump() 156 while (_table[probe] != NULL) in insert() 158 if (equal (_table[probe], item)) in insert() 159 return _table[probe]; in insert() [all …]
|
| H A D | hash-table.h | 52 KeywordExt ** _table;
|
| /freebsd-12.1/contrib/elftoolchain/libelftc/ |
| H A D | libelftc.h | 81 void elftc_string_table_destroy(Elftc_String_Table *_table); 84 const char *elftc_string_table_image(Elftc_String_Table *_table, 86 size_t elftc_string_table_insert(Elftc_String_Table *_table, 88 size_t elftc_string_table_lookup(Elftc_String_Table *_table, 90 int elftc_string_table_remove(Elftc_String_Table *_table, 92 const char *elftc_string_table_to_string(Elftc_String_Table *_table,
|
| /freebsd-12.1/sys/sys/ |
| H A D | devmap.h | 69 void devmap_register_table(const struct devmap_entry * _table); 78 const struct devmap_entry *_table);
|
| /freebsd-12.1/usr.sbin/mpsutil/ |
| H A D | mpsutil.h | 63 #define MPS_DATASET(name) mpsutil_ ## name ## _table
|
| /freebsd-12.1/usr.sbin/mptutil/ |
| H A D | mptutil.h | 71 #define MPT_DATASET(name) mptutil_ ## name ## _table
|
| /freebsd-12.1/usr.sbin/mfiutil/ |
| H A D | mfiutil.h | 102 #define MFI_DATASET(name) mfiutil_ ## name ## _table
|
| /freebsd-12.1/usr.sbin/devctl/ |
| H A D | devctl.c | 45 #define DEVCTL_DATASET(name) devctl_ ## name ## _table
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | pci.h | 672 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument 673 const struct pci_device_id _table[] __devinitdata
|
| /freebsd-12.1/contrib/less/ |
| H A D | charset.c | 737 …}; struct wchar_range_table name##_table = { name##_array, sizeof(name##_array)/sizeof(*name##_arr…
|
| /freebsd-12.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 2895 function nvram_add_srom_layout(nvram, layout, _table, _revs, _start, _end, _i) { 2900 _table = get(nvram, p_srom_table) 2908 if (map_contains(_table, _i)) { 2911 get(map_get(_table, _i), p_line) ")") 2914 map_set(_table, _i, layout)
|