Searched refs:level_count (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | rbt.c | 120 INSIST((chain)->level_count < DNS_RBT_LEVELBLOCK); \ 121 (chain)->levels[(chain)->level_count++] = (node); \ 360 for (i = (int)chain->level_count - 1; i >= 0; i--) { in dns_rbt_destroy2() 410 unsigned int level_count; in chain_name() 469 level_count = 0; in dns_rbt_addnode() 544 INSIST(level_count < DNS_RBT_LEVELBLOCK); in dns_rbt_addnode() 545 level_count++; in dns_rbt_addnode() 566 if (level_count >= DNS_RBT_LEVELBLOCK) { in dns_rbt_addnode() 633 INSIST(level_count < DNS_RBT_LEVELBLOCK); in dns_rbt_addnode() 634 level_count in dns_rbt_addnode() 465 unsigned int level_count; dns_rbt_addnode() local [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | rbt.c | 296 INSIST((chain)->level_count < DNS_RBT_LEVELBLOCK); \ 297 (chain)->levels[(chain)->level_count++] = (node); \ 1151 for (i = (int)chain->level_count - 1; i >= 0; i--) { in chain_name() 1201 unsigned int level_count; in dns_rbt_addnode() local 1264 level_count = 0; in dns_rbt_addnode() 1339 INSIST(level_count < DNS_RBT_LEVELBLOCK); in dns_rbt_addnode() 1340 level_count++; in dns_rbt_addnode() 1361 if (level_count >= DNS_RBT_LEVELBLOCK) { in dns_rbt_addnode() 1433 INSIST(level_count < DNS_RBT_LEVELBLOCK); in dns_rbt_addnode() 1434 level_count++; in dns_rbt_addnode() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
H A D | amdgpu_navi10_ppt.c | 1018 uint32_t level_count = 0, freq = 0; in navi10_get_clock_by_type_with_latency() local 1026 ret = smu_get_dpm_level_count(smu, clk_type, &level_count); in navi10_get_clock_by_type_with_latency() 1030 level_count = min(level_count, (uint32_t)MAX_NUM_CLOCKS); in navi10_get_clock_by_type_with_latency() 1031 clocks->num_levels = level_count; in navi10_get_clock_by_type_with_latency() 1033 for (i = 0; i < level_count; i++) { in navi10_get_clock_by_type_with_latency() 1424 uint32_t level_count = 0; in navi10_get_profiling_clk_mask() local 1434 ret = smu_get_dpm_level_count(smu, SMU_SCLK, &level_count); in navi10_get_profiling_clk_mask() 1437 *sclk_mask = level_count - 1; in navi10_get_profiling_clk_mask() 1441 ret = smu_get_dpm_level_count(smu, SMU_MCLK, &level_count); in navi10_get_profiling_clk_mask() 1444 *mclk_mask = level_count - 1; in navi10_get_profiling_clk_mask() [all …]
|
H A D | amdgpu_smu.c | 371 uint32_t level_count = 0; in smu_get_dpm_level_range() local 384 ret = smu_get_dpm_level_count(smu, clk_type, &level_count); in smu_get_dpm_level_range() 388 ret = smu_get_dpm_freq_by_index(smu, clk_type, level_count - 1, max_value); in smu_get_dpm_level_range()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | rbt.h | 226 * level_count indicates how deep the chain points into the 228 * Thus, levels[level_count - 1] is the last level node stored. 230 * a level_count of 0, the first level has a level_count of 1, and 233 unsigned int level_count; 342 *\li The 'level_count' of the chain indicates how deep the chain to the 388 * chain->level_matches and chain->level_count are equal. 263 unsigned int level_count; global() member
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | rbt.h | 279 unsigned int level_count; member
|