/dflybsd-src/contrib/grep/lib/ |
H A D | hash.c | 150 hash_get_n_buckets (const Hash_table *table) in hash_get_n_buckets() 158 hash_get_n_buckets_used (const Hash_table *table) in hash_get_n_buckets_used() 166 hash_get_n_entries (const Hash_table *table) in hash_get_n_entries() 174 hash_get_max_bucket_length (const Hash_table *table) in hash_get_max_bucket_length() 201 hash_table_ok (const Hash_table *table) in hash_table_ok() 230 hash_print_statistics (const Hash_table *table, FILE *stream) in hash_print_statistics() 249 safe_hasher (const Hash_table *table, const void *key) in safe_hasher() 261 hash_lookup (const Hash_table *table, const void *entry) in hash_lookup() 288 hash_get_first (const Hash_table *table) in hash_get_first() 307 hash_get_next (const Hash_table *table, const void *entry) in hash_get_next() [all …]
|
/dflybsd-src/sys/dev/drm/amd/lib/ |
H A D | chash.c | 40 int chash_table_alloc(struct chash_table *table, u8 bits, u8 key_size, in chash_table_alloc() 65 void chash_table_free(struct chash_table *table) in chash_table_free() 91 void __chash_table_dump_stats(struct __chash_table *table) in __chash_table_dump_stats() 159 #define CHASH_INC(table, a) ((a) = ((a) + 1) & (table)->size_mask) argument 160 #define CHASH_ADD(table, a, b) (((a) + (b)) & (table)->size_mask) argument 161 #define CHASH_SUB(table, a, b) (((a) - (b)) & (table)->size_mask) argument 162 #define CHASH_IN_RANGE(table, slot, first, last) \ argument 167 static void chash_table_dump(struct __chash_table *table) in chash_table_dump() 192 static int chash_table_check(struct __chash_table *table) in chash_table_check() 394 int __chash_table_copy_in(struct __chash_table *table, u64 key, in __chash_table_copy_in() [all …]
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | hash.c | 368 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n() 411 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() 424 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free() 457 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() 502 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert() 567 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename() 592 bfd_hash_replace (struct bfd_hash_table *table, in bfd_hash_replace() 617 bfd_hash_allocate (struct bfd_hash_table *table, in bfd_hash_allocate() 632 struct bfd_hash_table *table, in bfd_hash_newfunc() 644 bfd_hash_traverse (struct bfd_hash_table *table, in bfd_hash_traverse() [all …]
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | hash.c | 369 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n() 411 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() 424 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free() 457 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() 502 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert() 567 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename() 592 bfd_hash_replace (struct bfd_hash_table *table, in bfd_hash_replace() 617 bfd_hash_allocate (struct bfd_hash_table *table, in bfd_hash_allocate() 632 struct bfd_hash_table *table, in bfd_hash_newfunc() 644 bfd_hash_traverse (struct bfd_hash_table *table, in bfd_hash_traverse() [all …]
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | hash.c | 368 bfd_hash_table_init_n (struct bfd_hash_table *table, in bfd_hash_table_init_n() 411 bfd_hash_table_init (struct bfd_hash_table *table, in bfd_hash_table_init() 424 bfd_hash_table_free (struct bfd_hash_table *table) in bfd_hash_table_free() 458 bfd_hash_lookup (struct bfd_hash_table *table, in bfd_hash_lookup() 503 bfd_hash_insert (struct bfd_hash_table *table, in bfd_hash_insert() 568 bfd_hash_rename (struct bfd_hash_table *table, in bfd_hash_rename() 593 bfd_hash_replace (struct bfd_hash_table *table, in bfd_hash_replace() 618 bfd_hash_allocate (struct bfd_hash_table *table, in bfd_hash_allocate() 633 struct bfd_hash_table *table, in bfd_hash_newfunc() 645 bfd_hash_traverse (struct bfd_hash_table *table, in bfd_hash_traverse() [all …]
|
/dflybsd-src/lib/libc/locale/ |
H A D | collate.c | 71 struct xlocale_collate *table = t; in destruct_collate() local 84 struct xlocale_collate *table = calloc(sizeof(struct xlocale_collate), 1); in __collate_load() local 105 __collate_load_tables_l(const char *encoding, struct xlocale_collate *table) in __collate_load_tables_l() 200 substsearch(struct xlocale_collate *table, const wchar_t key, int pass) in substsearch() 220 chainsearch(struct xlocale_collate *table, const wchar_t *key, int *len) in chainsearch() 252 largesearch(struct xlocale_collate *table, const wchar_t key) in largesearch() 278 _collate_lookup(struct xlocale_collate *table, const wchar_t *t, int *len, in _collate_lookup() 381 _collate_wxfrm(struct xlocale_collate *table, const wchar_t *src, wchar_t *xf, in _collate_wxfrm() 510 xfrm(struct xlocale_collate *table, unsigned char *p, int pri, int pass) in xfrm() 527 _collate_sxfrm(struct xlocale_collate *table, const wchar_t *src, char *xf, in _collate_sxfrm() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | symtab.c | 59 cpp_hash_table *table; in ht_create() local 77 ht_destroy (cpp_hash_table *table) in ht_destroy() 91 ht_lookup (cpp_hash_table *table, const unsigned char *str, size_t len, in ht_lookup() 99 ht_lookup_with_hash (cpp_hash_table *table, const unsigned char *str, in ht_lookup_with_hash() 182 ht_expand (cpp_hash_table *table) in ht_expand() 224 ht_forall (cpp_hash_table *table, ht_cb cb, const void *v) in ht_forall() 242 ht_purge (cpp_hash_table *table, ht_cb cb, const void *v) in ht_purge() 274 ht_dump_statistics (cpp_hash_table *table) in ht_dump_statistics()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | symtab.c | 60 hash_table *table; in ht_create() local 80 ht_destroy (hash_table *table) in ht_destroy() 94 ht_lookup (hash_table *table, const unsigned char *str, size_t len, in ht_lookup() 102 ht_lookup_with_hash (hash_table *table, const unsigned char *str, in ht_lookup_with_hash() 185 ht_expand (hash_table *table) in ht_expand() 227 ht_forall (hash_table *table, ht_cb cb, const void *v) in ht_forall() 245 ht_purge (hash_table *table, ht_cb cb, const void *v) in ht_purge() 277 ht_dump_statistics (hash_table *table) in ht_dump_statistics()
|
/dflybsd-src/contrib/binutils-2.27/gas/ |
H A D | hash.c | 52 struct hash_entry **table; member 118 hash_die (struct hash_control *table) in hash_die() 134 hash_lookup (struct hash_control *table, const char *key, size_t len, in hash_lookup() 206 hash_insert (struct hash_control *table, const char *key, void *val) in hash_insert() 236 hash_jam (struct hash_control *table, const char *key, void *val) in hash_jam() 274 hash_replace (struct hash_control *table, const char *key, void *value) in hash_replace() 298 hash_find (struct hash_control *table, const char *key) in hash_find() 313 hash_find_n (struct hash_control *table, const char *key, size_t len) in hash_find_n() 328 hash_delete (struct hash_control *table, const char *key, int freeme) in hash_delete() 356 hash_traverse (struct hash_control *table, in hash_traverse()
|
/dflybsd-src/contrib/binutils-2.34/gas/ |
H A D | hash.c | 52 struct hash_entry **table; member 118 hash_die (struct hash_control *table) in hash_die() 134 hash_lookup (struct hash_control *table, const char *key, size_t len, in hash_lookup() 206 hash_insert (struct hash_control *table, const char *key, void *val) in hash_insert() 236 hash_jam (struct hash_control *table, const char *key, void *val) in hash_jam() 274 hash_replace (struct hash_control *table, const char *key, void *value) in hash_replace() 298 hash_find (struct hash_control *table, const char *key) in hash_find() 313 hash_find_n (struct hash_control *table, const char *key, size_t len) in hash_find_n() 328 hash_delete (struct hash_control *table, const char *key, int freeme) in hash_delete() 356 hash_traverse (struct hash_control *table, in hash_traverse()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_mocs.c | 35 const struct drm_i915_mocs_entry *table; member 177 struct drm_i915_mocs_table *table) in get_mocs_settings() 238 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local 277 const struct drm_i915_mocs_table *table) in emit_mocs_control_table() 316 static inline u32 l3cc_combine(const struct drm_i915_mocs_table *table, in l3cc_combine() 336 const struct drm_i915_mocs_table *table) in emit_mocs_l3cc_table() 394 struct drm_i915_mocs_table table; in intel_mocs_init_l3cc_table() local
|
/dflybsd-src/usr.sbin/nscd/ |
H A D | hashtable.h | 69 #define HASHTABLE_ENTRIES_COUNT(table) ((table)->entries_size) argument 75 #define HASHTABLE_INIT(table, type, field, _entries_size) \ argument 95 #define HASHTABLE_DESTROY(table, field) \ argument 103 #define HASHTABLE_GET_ENTRY(table, hash) (&((table)->entries[hash])) argument 108 #define HASHTABLE_FOREACH(table, var) \ argument 203 #define HASHTABLE_CALCULATE_HASH(name, table, data) \ argument
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | frame-base.c | 73 struct frame_base_table *table in frame_base_init() local 85 struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data); in frame_base_append_sniffer() local 97 struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data); in frame_base_set_default() local 106 struct frame_base_table *table = gdbarch_data (gdbarch, frame_base_data); in frame_base_find_by_frame() local
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | eloop.c | 72 struct eloop_sock *table; member 126 static void eloop_trace_sock_add_ref(struct eloop_sock_table *table) in eloop_trace_sock_add_ref() 140 static void eloop_trace_sock_remove_ref(struct eloop_sock_table *table) in eloop_trace_sock_remove_ref() 155 #define eloop_trace_sock_add_ref(table) do { } while (0) argument 156 #define eloop_trace_sock_remove_ref(table) do { } while (0) argument 257 static int eloop_sock_table_add_sock(struct eloop_sock_table *table, in eloop_sock_table_add_sock() 382 static void eloop_sock_table_remove_sock(struct eloop_sock_table *table, in eloop_sock_table_remove_sock() 517 static int eloop_sock_table_dispatch_table(struct eloop_sock_table *table, in eloop_sock_table_dispatch_table() 572 static void eloop_sock_table_set_fds(struct eloop_sock_table *table, in eloop_sock_table_set_fds() 589 static void eloop_sock_table_dispatch(struct eloop_sock_table *table, in eloop_sock_table_dispatch() [all …]
|
/dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/ |
H A D | smu_helper.c | 161 struct pp_atomctrl_voltage_table *table; in phm_trim_voltage_table() local 298 int phm_reset_single_dpm_table(void *table, in phm_reset_single_dpm_table() 314 void *table, in phm_setup_pcie_table_entry() 324 int32_t phm_get_dpm_level_enable_mask_value(void *table) in phm_get_dpm_level_enable_mask_value() 395 int phm_find_boot_level(void *table, in phm_find_boot_level() 490 struct phm_clock_voltage_dependency_table *table = in phm_apply_dal_min_voltage_request() local 616 void *smu_atom_get_data_table(void *dev, uint32_t table, uint16_t *size, in smu_atom_get_data_table() 661 struct watermarks *table = wt_table; in smu_set_watermarks_for_clocks_ranges() local
|
H A D | processpptables.c | 312 const ATOM_PowerTune_Table *table, in get_cac_tdp_table() 377 const ATOM_PPLIB_Clock_Voltage_Dependency_Table *table) in get_clock_voltage_dependency_table() 408 const struct phm_clock_voltage_dependency_table *table) in get_valid_clk() 430 const ATOM_PPLIB_Clock_Voltage_Limit_Table *table) in get_clock_voltage_limit() 1108 const ATOM_PPLIB_UVD_Clock_Voltage_Limit_Table *table, in get_uvd_clock_voltage_limit_table() 1141 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table, in get_vce_clock_voltage_limit_table() 1173 const ATOM_PPLIB_SAMClk_Voltage_Limit_Table *table) in get_samu_clock_voltage_limit_table() 1201 const ATOM_PPLIB_ACPClk_Voltage_Limit_Table *table) in get_acp_clock_voltage_limit_table() 1230 ATOM_PPLIB_Clock_Voltage_Dependency_Table *table; in init_clock_voltage_dependency() local 1258 const ATOM_PPLIB_VCE_Clock_Voltage_Limit_Table *table = in init_clock_voltage_dependency() local [all …]
|
/dflybsd-src/libexec/revnetgroup/ |
H A D | hash.c | 111 lookup(struct group_entry *table[], char *key) in lookup() 144 store(struct group_entry *table[], char *key, char *data) in store() 173 mstore(struct member_entry *table[], char *key, char *data, char *domain) in mstore()
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | kv_dpm.c | 715 struct radeon_clock_voltage_dependency_table *table = in kv_program_bootup_state() local 727 struct sumo_sclk_voltage_mapping_table *table = in kv_program_bootup_state() local 817 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_populate_uvd_table() local 890 struct radeon_vce_clock_voltage_dependency_table *table = in kv_populate_vce_table() local 951 struct radeon_clock_voltage_dependency_table *table = in kv_populate_samu_table() local 1017 struct radeon_clock_voltage_dependency_table *table = in kv_populate_acp_table() local 1076 struct radeon_clock_voltage_dependency_table *table = in kv_calculate_dfs_bypass_settings() local 1099 struct sumo_sclk_voltage_mapping_table *table = in kv_calculate_dfs_bypass_settings() local 1423 struct radeon_uvd_clock_voltage_dependency_table *table = in kv_update_uvd_dpm() local 1459 struct radeon_vce_clock_voltage_dependency_table *table = in kv_get_vce_boot_level() local [all …]
|
/dflybsd-src/sys/dev/drm/amd/powerplay/smumgr/ |
H A D | tonga_smumgr.c | 293 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vddc_table() 310 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vdd_gfx_table() 327 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_vdd_ci_table() 357 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_mvdd_table() 382 SMU72_Discrete_DpmTable *table) in tonga_populate_cac_tables() 437 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_voltage_tables() 492 struct SMU72_Discrete_DpmTable *table) in tonga_populate_ulv_state() 497 static int tonga_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU72_Discrete_DpmTable *table) in tonga_populate_smc_link_level() 1164 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_acpi_level() 1298 SMU72_Discrete_DpmTable *table) in tonga_populate_smc_uvd_level() [all …]
|
H A D | vegam_smumgr.c | 449 SMU75_Discrete_DpmTable *table) in vegam_populate_smc_mvdd_table() 476 struct SMU75_Discrete_DpmTable *table) in vegam_populate_smc_vddci_table() 501 struct SMU75_Discrete_DpmTable *table) in vegam_populate_cac_table() 530 struct SMU75_Discrete_DpmTable *table) in vegam_populate_smc_voltage_tables() 563 struct SMU75_Discrete_DpmTable *table) in vegam_populate_ulv_state() 569 struct SMU75_Discrete_DpmTable *table) in vegam_populate_smc_link_level() 670 SMU75_Discrete_DpmTable *table) in vegam_get_sclk_range_table() 723 const SMU75_Discrete_DpmTable *table = &(smu_data->smc_state_table); in vegam_calculate_sclk_params() local 1110 SMU75_Discrete_DpmTable *table) in vegam_populate_smc_acpi_level() 1206 SMU75_Discrete_DpmTable *table) in vegam_populate_smc_vce_level() [all …]
|
H A D | iceland_smumgr.c | 618 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vddc_table() 644 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vdd_ci_table() 669 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_mvdd_table() 695 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_voltage_tables() 764 static int iceland_populate_smc_link_level(struct pp_hwmgr *hwmgr, SMU71_Discrete_DpmTable *table) in iceland_populate_smc_link_level() 1422 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acpi_level() 1564 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_uvd_level() 1570 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_vce_level() 1576 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_acp_level() 1647 SMU71_Discrete_DpmTable *table) in iceland_populate_smc_boot_level() [all …]
|
H A D | polaris10_smumgr.c | 428 SMU74_Discrete_DpmTable *table = &(smu_data->smc_state_table); in polaris10_populate_bapm_parameters_in_dpm_table() local 646 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_mvdd_table() 673 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_vddci_table() 698 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_cac_table() 724 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_voltage_tables() 760 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_ulv_state() 766 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_link_level() 798 SMU74_Discrete_DpmTable *table) in polaris10_get_sclk_range_table() 844 const SMU74_Discrete_DpmTable *table = &(smu_data->smc_state_table); in polaris10_calculate_sclk_params() local 1198 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_acpi_level() [all …]
|
H A D | vega10_smumgr.c | 37 uint8_t *table, int16_t table_id) in vega10_copy_table_from_smc() 64 uint8_t *table, int16_t table_id) in vega10_copy_table_to_smc() 325 static int vega10_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, in vega10_smc_table_manager()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cprop.c | 93 struct cprop_expr **table; member 176 struct hash_table_d *table, bool implicit) in insert_set_in_table() 269 hash_scan_set (rtx set, rtx_insn *insn, struct hash_table_d *table, in hash_scan_set() 311 hash_scan_insn (rtx_insn *insn, struct hash_table_d *table) in hash_scan_insn() 334 dump_hash_table (FILE *file, const char *name, struct hash_table_d *table) in dump_hash_table() 396 compute_hash_table_work (struct hash_table_d *table) in compute_hash_table_work() 440 alloc_hash_table (struct hash_table_d *table) in alloc_hash_table() 461 free_hash_table (struct hash_table_d *table) in free_hash_table() 470 compute_hash_table (struct hash_table_d *table) in compute_hash_table() 485 lookup_set (unsigned int regno, struct hash_table_d *table) in lookup_set() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cprop.c | 104 struct expr **table; member 189 insert_set_in_table (rtx dest, rtx src, rtx insn, struct hash_table_d *table, in insert_set_in_table() 273 hash_scan_set (rtx set, rtx insn, struct hash_table_d *table, bool implicit) in hash_scan_set() 316 hash_scan_insn (rtx insn, struct hash_table_d *table) in hash_scan_insn() 339 dump_hash_table (FILE *file, const char *name, struct hash_table_d *table) in dump_hash_table() 402 compute_hash_table_work (struct hash_table_d *table) in compute_hash_table_work() 446 alloc_hash_table (struct hash_table_d *table) in alloc_hash_table() 467 free_hash_table (struct hash_table_d *table) in free_hash_table() 476 compute_hash_table (struct hash_table_d *table) in compute_hash_table() 491 lookup_set (unsigned int regno, struct hash_table_d *table) in lookup_set() [all …]
|