| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset | 67 typedef _WordT block_type; 71 static const size_type _S_bits_per_block = __CHAR_BIT__ * sizeof(block_type); 75 std::vector<block_type, allocator_type> _M_w; 93 block_type(0), __alloc) 100 if _GLIBCXX17_CONSTEXPR (sizeof(__val) == sizeof(block_type)) 105 = std::min(_M_w.size(), sizeof(__val) / sizeof(block_type)); 108 _M_w[__i] = static_cast<block_type>(__val); 130 block_type __val = 0; 132 __val = std::numeric_limits<block_type>::max(); 153 static block_type [all …]
|
| H A D | dynamic_bitset.tcc | 100 size_t __n = sizeof(unsigned long) / sizeof(block_type); in _M_do_to_ulong() 114 size_t __n = sizeof(unsigned long long) / sizeof(block_type); in _M_do_to_ullong()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/ |
| H A D | dynamic_bitset | 67 typedef _WordT block_type; 71 static const size_type _S_bits_per_block = __CHAR_BIT__ * sizeof(block_type); 75 std::vector<block_type, allocator_type> _M_w; 93 block_type(0), __alloc) 100 if _GLIBCXX17_CONSTEXPR (sizeof(__val) == sizeof(block_type)) 105 = std::min(_M_w.size(), sizeof(__val) / sizeof(block_type)); 108 _M_w[__i] = static_cast<block_type>(__val); 130 block_type __val = 0; 132 __val = std::numeric_limits<block_type>::max(); 153 static block_type [all …]
|
| H A D | dynamic_bitset.tcc | 100 size_t __n = sizeof(unsigned long) / sizeof(block_type); in _M_do_to_ulong() 114 size_t __n = sizeof(unsigned long long) / sizeof(block_type); in _M_do_to_ullong()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_kinstr_prfcnt.c | 372 enum prfcnt_block_type block_type; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() local 378 block_type = PRFCNT_BLOCK_TYPE_FE; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() 382 block_type = PRFCNT_BLOCK_TYPE_TILER; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() 388 block_type = PRFCNT_BLOCK_TYPE_SHADER_CORE; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() 393 block_type = PRFCNT_BLOCK_TYPE_MEMORY; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() 401 block_type = PRFCNT_BLOCK_TYPE_RESERVED; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() 405 return block_type; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() 411 enum prfcnt_block_type block_type = kbase_hwcnt_metadata_block_type_to_prfcnt_block_type( in kbase_kinstr_is_block_type_reserved() local 414 return block_type == PRFCNT_BLOCK_TYPE_RESERVED; in kbase_kinstr_is_block_type_reserved() 460 (*ptr_md)->u.block_md.block_type = in kbasep_kinstr_prfcnt_set_block_meta_items() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/ |
| H A D | mali_kbase_hwcnt_reader.h | 192 __u8 block_type; member 282 __u8 block_type; member 413 __u8 block_type; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/backend/ |
| H A D | mali_kbase_ipa_counter_csf.c | 63 #define COUNTER_DEF(cnt_name, coeff, cnt_idx, block_type) \ argument 68 .counter_block_type = block_type, \
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 1037 uint64_t block_type; in zap_lookup() local 1049 block_type = zfs_to_cpu64(*((uint64_t *) zapbuf), endian); in zap_lookup() 1051 if (block_type == ZBT_MICRO) { in zap_lookup() 1055 } else if (block_type == ZBT_HEADER) { in zap_lookup() 1073 uint64_t block_type; in zap_iterate() local 1085 block_type = zfs_to_cpu64(*((uint64_t *) zapbuf), endian); in zap_iterate() 1087 if (block_type == ZBT_MICRO) { in zap_iterate() 1091 } else if (block_type == ZBT_HEADER) { in zap_iterate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_dpm.c | 946 int amdgpu_dpm_set_powergating_by_smu(struct amdgpu_device *adev, uint32_t block_type, bool gate) in amdgpu_dpm_set_powergating_by_smu() argument 951 switch (block_type) { in amdgpu_dpm_set_powergating_by_smu() 955 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate); in amdgpu_dpm_set_powergating_by_smu() 986 (adev)->powerplay.pp_handle, block_type, gate)); in amdgpu_dpm_set_powergating_by_smu() 994 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate); in amdgpu_dpm_set_powergating_by_smu() 998 (adev)->powerplay.pp_handle, block_type, gate)); in amdgpu_dpm_set_powergating_by_smu() 1002 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate); in amdgpu_dpm_set_powergating_by_smu() 1009 (adev)->powerplay.pp_handle, block_type, gate)); in amdgpu_dpm_set_powergating_by_smu()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu.h | 292 enum amd_ip_block_type block_type, 295 enum amd_ip_block_type block_type, 300 enum amd_ip_block_type block_type); 302 enum amd_ip_block_type block_type);
|
| H A D | amdgpu_device.c | 1471 enum amd_ip_block_type block_type, in amdgpu_device_ip_set_clockgating_state() argument 1480 if (adev->ip_blocks[i].version->type != block_type) in amdgpu_device_ip_set_clockgating_state() 1505 enum amd_ip_block_type block_type, in amdgpu_device_ip_set_powergating_state() argument 1514 if (adev->ip_blocks[i].version->type != block_type) in amdgpu_device_ip_set_powergating_state() 1561 enum amd_ip_block_type block_type) in amdgpu_device_ip_wait_for_idle() argument 1568 if (adev->ip_blocks[i].version->type == block_type) { in amdgpu_device_ip_wait_for_idle() 1589 enum amd_ip_block_type block_type) in amdgpu_device_ip_is_idle() argument 1596 if (adev->ip_blocks[i].version->type == block_type) in amdgpu_device_ip_is_idle()
|
| /OK3568_Linux_fs/kernel/sound/pci/echoaudio/ |
| H A D | echoaudio_dsp.c | 387 int block_type, mem_type; in load_dsp() local 393 block_type = code[index]; in load_dsp() 394 if (block_type == 4) /* We're finished */ in load_dsp()
|
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | digital_technology.c | 171 u8 block_type; in digital_in_iso_dep_pull_sod() local 177 block_type = DIGITAL_ISO_DEP_PCB_TYPE(pcb); in digital_in_iso_dep_pull_sod() 180 if (block_type != DIGITAL_ISO_DEP_I_BLOCK) { in digital_in_iso_dep_pull_sod()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/ |
| H A D | kgd_pp_interface.h | 278 uint32_t block_type, bool gate);
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-topology.c | 2874 int num_blocks, block_size, block_type, off = 0; in skl_tplg_get_pvt_data() local 2902 block_type = ret; in skl_tplg_get_pvt_data() 2920 if (block_type == SKL_TYPE_TUPLE) { in skl_tplg_get_pvt_data() 3532 int num_blocks, block_size = 0, block_type, off = 0; in skl_tplg_get_manifest_data() local 3552 block_type = ret; in skl_tplg_get_manifest_data() 3570 if (block_type == SKL_TYPE_TUPLE) { in skl_tplg_get_manifest_data()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | amdgpu_dpm.h | 513 uint32_t block_type, bool gate);
|
| H A D | amdgpu_smu.h | 769 extern int smu_dpm_set_power_gate(struct smu_context *smu,uint32_t block_type, bool gate);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/ |
| H A D | amd_powerplay.c | 1307 uint32_t block_type, bool gate) in pp_set_powergating_by_smu() argument 1311 switch (block_type) { in pp_set_powergating_by_smu()
|
| H A D | kv_dpm.c | 3303 uint32_t block_type, bool gate) in kv_set_powergating_by_smu() argument 3305 switch (block_type) { in kv_set_powergating_by_smu()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/ |
| H A D | amdgpu_smu.c | 222 int smu_dpm_set_power_gate(struct smu_context *smu, uint32_t block_type, in smu_dpm_set_power_gate() argument 230 switch (block_type) { in smu_dpm_set_power_gate()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | f2fs.h | 2422 static inline int get_blocktype_secs(struct f2fs_sb_info *sbi, int block_type) in get_blocktype_secs() argument 2425 unsigned int segs = (get_pages(sbi, block_type) + pages_per_sec - 1) >> in get_blocktype_secs()
|
| /OK3568_Linux_fs/buildroot/dl/libmad/ |
| HD | libmad_0.15.1b-10.diff.gz | 1--- libmad-0.15.1b.orig/debian/changelog
2++ ... |