Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 25 of 69) sorted by relevance

123

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c68 && (unsigned) hashvalue < data->table_size in NCURSES_EXPORT()
79 + data->table_data[data->table_size]); in NCURSES_EXPORT()
103 && (unsigned) hashvalue < data->table_size in _nc_find_type_entry()
114 ptr = table + (ptr->nte_link + data->table_data[data->table_size]); in _nc_find_type_entry()
133 && (unsigned) hashvalue < data->table_size in _nc_find_user_entry()
144 + data->table_data[data->table_size]); in _nc_find_user_entry()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c160 uint32_t table_size, i; in get_vddc_lookup_table() local
168 table_size = sizeof(uint32_t) + in get_vddc_lookup_table()
321 uint32_t table_size, i; in get_valid_clk() local
328 table_size = sizeof(uint32_t) + in get_valid_clk()
373 uint32_t table_size, i; in get_mclk_voltage_dependency_table() local
416 uint32_t table_size, i; in get_sclk_voltage_dependency_table() local
510 table_size = sizeof(uint32_t) + in get_pcie_table()
593 uint32_t table_size; in get_cac_tdp_table() local
693 uint32_t table_size, i; in get_mm_clock_voltage_table() local
700 table_size = sizeof(uint32_t) + in get_mm_clock_voltage_table()
[all …]
H A Dprocesspptables.c89 uint16_t table_size = 0; in get_vce_clock_info_array_size() local
97 return table_size; in get_vce_clock_info_array_size()
117 uint16_t table_size = 0; in get_vce_clock_voltage_limit_table_size() local
125 return table_size; in get_vce_clock_voltage_limit_table_size()
188 uint16_t table_size = 0; in get_uvd_clock_info_array_size() local
194 table_size = sizeof(UCHAR) + in get_uvd_clock_info_array_size()
198 return table_size; in get_uvd_clock_info_array_size()
315 unsigned long table_size; in get_cac_tdp_table() local
380 unsigned long table_size, i; in get_clock_voltage_dependency_table() local
410 unsigned long table_size, i; in get_valid_clk() local
[all …]
H A Dvega10_processpptables.c298 uint32_t table_size, i; in get_mm_clock_voltage_table() local
305 table_size = sizeof(uint32_t) + in get_mm_clock_voltage_table()
377 uint32_t table_size; in get_tdp_table() local
525 uint32_t table_size, i; in get_socclk_voltage_dependency_table() local
531 table_size = sizeof(uint32_t) + in get_socclk_voltage_dependency_table()
559 uint32_t table_size, i; in get_mclk_voltage_dependency_table() local
598 uint32_t table_size, i; in get_gfxclk_voltage_dependency_table() local
665 uint32_t table_size, i; in get_pix_clk_voltage_dependency_table() local
701 uint32_t table_size, i; in get_dcefclk_voltage_dependency_table() local
829 uint32_t table_size, i; in get_valid_clk() local
[all …]
H A Dsmu10_hwmgr.c142 uint32_t table_size = in smu10_init_dynamic_state_adjustment_rule_settings() local
147 kzalloc(table_size, GFP_KERNEL); in smu10_init_dynamic_state_adjustment_rule_settings()
390 uint32_t table_size, i; in smu10_get_clock_voltage_dependency_table() local
393 table_size = sizeof(uint32_t) + sizeof(struct smu10_voltage_dependency_table) * num_entry; in smu10_get_clock_voltage_dependency_table()
394 ptable = kzalloc(table_size, GFP_KERNEL); in smu10_get_clock_voltage_dependency_table()
H A Dsmu_helper.c447 uint32_t table_size; in phm_initializa_dynamic_state_adjustment_rule_settings() local
452 table_size = sizeof(uint32_t) + 4 * sizeof(struct phm_clock_voltage_dependency_record); in phm_initializa_dynamic_state_adjustment_rule_settings()
453 table_clk_vlt = kzalloc(table_size, GFP_KERNEL); in phm_initializa_dynamic_state_adjustment_rule_settings()
/dragonfly/contrib/flex/src/
H A Dsym.c64 int table_size);
73 static int addsym (char sym[], char *str_def, int int_def, hash_table table, int table_size) in addsym() argument
75 int hash_val = hashfunct (sym, table_size); in addsym()
138 static struct hash_entry *findsym (const char *sym, hash_table table, int table_size) in findsym() argument
145 table[hashfunct (sym, table_size)]; in findsym()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_gart.c72 ptr = pci_alloc_consistent(rdev->pdev, rdev->gart.table_size, in radeon_gart_table_ram_alloc()
81 rdev->gart.table_size >> PAGE_SHIFT); in radeon_gart_table_ram_alloc()
85 memset((void *)rdev->gart.ptr, 0, rdev->gart.table_size); in radeon_gart_table_ram_alloc()
107 rdev->gart.table_size >> PAGE_SHIFT); in radeon_gart_table_ram_free()
110 pci_free_consistent(rdev->pdev, rdev->gart.table_size, in radeon_gart_table_ram_free()
132 r = radeon_bo_create(rdev, rdev->gart.table_size, in radeon_gart_table_vram_alloc()
H A Dni_dpm.c3050 unsigned int i, j, table_size; in ni_init_driver_calculated_leakage_table() local
3055 table_size = eg_pi->vddc_voltage_table.count; in ni_init_driver_calculated_leakage_table()
3057 if (SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES < table_size) in ni_init_driver_calculated_leakage_table()
3058 table_size = SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES; in ni_init_driver_calculated_leakage_table()
3063 for (j = 0; j < table_size; j++) { in ni_init_driver_calculated_leakage_table()
3097 u32 i, j, table_size; in ni_init_simplified_leakage_table() local
3104 table_size = leakage_table->count; in ni_init_simplified_leakage_table()
3106 if (eg_pi->vddc_voltage_table.count != table_size) in ni_init_simplified_leakage_table()
3111 table_size = SMC_NISLANDS_LKGE_LUT_NUM_OF_VOLT_ENTRIES; in ni_init_simplified_leakage_table()
3113 if (table_size == 0) in ni_init_simplified_leakage_table()
[all …]
/dragonfly/lib/i18n_module/mapper_std/
H A Dcitrus_mapper_std.c248 uint64_t table_size; in rowcol_init() local
312 table_size = lz->width; in rowcol_init()
315 table_size *= lz->width; in rowcol_init()
317 table_size *= rc->rc_dst_unit_bits/8; in rowcol_init()
319 if (table_size > UINT32_MAX || in rowcol_init()
320 _region_size(&rc->rc_table) < table_size) in rowcol_init()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dmmsch_v1_0.h125 table_size += sizeof(struct mmsch_v1_0_cmd_direct_read_modify_write)/4; \
133 table_size += sizeof(struct mmsch_v1_0_cmd_direct_write)/4; \
141 table_size += sizeof(struct mmsch_v1_0_cmd_direct_polling)/4; \
H A Damdgpu_gart.h48 unsigned table_size; member
/dragonfly/contrib/diffutils/lib/
H A Dlocalcharset.c868 size_t const table_size = in locale_charset() local
871 size_t hi = table_size; in locale_charset()
942 size_t const table_size = in locale_charset() local
945 size_t hi = table_size; in locale_charset()
H A Dfnmatch_loop.c469 int32_t table_size; in FCT() local
492 table_size = in FCT()
506 elem = hash % table_size; in FCT()
509 second = hash % (table_size - 2) + 1; in FCT()
690 int32_t table_size; in FCT() local
713 table_size = in FCT()
728 elem = hash % table_size; in FCT()
731 second = hash % (table_size - 2) + 1; in FCT()
/dragonfly/contrib/grep/lib/
H A Dlocalcharset.c1031 size_t const table_size = in locale_charset() local
1034 size_t hi = table_size; in locale_charset()
1105 size_t const table_size = in locale_charset() local
1108 size_t hi = table_size; in locale_charset()
H A Dfts-cycle.c41 AD_hash (void const *x, size_t table_size) in AD_hash() argument
44 return (uintmax_t) ax->ino % table_size; in AD_hash()
/dragonfly/contrib/less/
H A Dposition.c25 static int table_size = 0; variable
104 if (sc_height <= table_size) in pos_init()
117 table_size = sc_height; in pos_init()
/dragonfly/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c80 const uint32_t table_size = lc->table_size; in length_update_prices() local
81 lc->counters[pos_state] = table_size; in length_update_prices()
90 for (i = 0; i < table_size && i < LEN_LOW_SYMBOLS; ++i) in length_update_prices()
94 for (; i < table_size && i < LEN_LOW_SYMBOLS + LEN_MID_SYMBOLS; ++i) in length_update_prices()
98 for (; i < table_size; ++i) in length_update_prices()
583 coder->match_len_encoder.table_size in lzma_lzma_encoder_create()
585 coder->rep_len_encoder.table_size in lzma_lzma_encoder_create()
H A Dlzma_encoder_private.h47 uint32_t table_size; member
/dragonfly/usr.bin/mkcsmapper/
H A Dyacc.y68 static size_t table_size; variable
253 table_size = p->width; in alloc_table()
256 table_size *= p->width; in alloc_table()
258 table = (void *)malloc(table_size * dst_unit_bits / 8); in alloc_table()
274 for (i = 0; i < table_size; i++) in alloc_table()
391 _region_init(&data, table, table_size*dst_unit_bits/8); in dump_file()
/dragonfly/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch_loop.c469 int32_t table_size; in FCT() local
492 table_size = in FCT()
506 elem = hash % table_size; in FCT()
509 second = hash % (table_size - 2) + 1; in FCT()
690 int32_t table_size; in FCT() local
713 table_size = in FCT()
728 elem = hash % table_size; in FCT()
731 second = hash % (table_size - 2) + 1; in FCT()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dctype.cc53 const size_t ctype<char>::table_size; member in std::ctype<char>
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dctype.cc52 const size_t ctype<char>::table_size; member in std::ctype<char>
/dragonfly/usr.sbin/installer/libaura/
H A Ddict.c150 hashpjw(const void *key, size_t key_size, size_t table_size) { in hashpjw() argument
161 return(h % table_size); in hashpjw()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf.h485 unsigned int table_size; member
689 #define DF_DEFS_TABLE_SIZE() (df->def_info.table_size)
694 #define DF_USES_TABLE_SIZE() (df->use_info.table_size)

123