Home
last modified time | relevance | path

Searched defs:ranges (Results 1 - 25 of 216) sorted by relevance

123456789

/kernel/linux/linux-5.10/lib/
H A Dlinear_ranges.c46 linear_range_values_in_range_array(const struct linear_range *r, int ranges) linear_range_values_in_range_array() argument
111 linear_range_get_value_array(const struct linear_range *r, int ranges, unsigned int selector, unsigned int *val) linear_range_get_value_array() argument
182 linear_range_get_selector_low_array(const struct linear_range *r, int ranges, unsigned int val, unsigned int *selector, bool *found) linear_range_get_selector_low_array() argument
[all...]
/arkcompiler/toolchain/tooling/backend/
H A Djs_single_stepper.cpp126 std::list<JSPtStepRange> ranges = GetStepRanges(extractor, ptMethod->GetMethodId(), in GetStepper() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dabstract_exif_metadata_accessor.cpp65 GetFilterArea(const std::vector<std::string> &exifKeys, std::vector<std::pair<uint32_t, uint32_t>> &ranges) GetFilterArea() argument
/kernel/linux/linux-6.6/lib/
H A Dlinear_ranges.c46 linear_range_values_in_range_array(const struct linear_range *r, int ranges) linear_range_values_in_range_array() argument
111 linear_range_get_value_array(const struct linear_range *r, int ranges, unsigned int selector, unsigned int *val) linear_range_get_value_array() argument
182 linear_range_get_selector_low_array(const struct linear_range *r, int ranges, unsigned int val, unsigned int *selector, bool *found) linear_range_get_selector_low_array() argument
[all...]
/foundation/window/window_manager/utils/test/unittest/
H A Dwm_occlusion_region_test.cpp344 std::vector<Range> ranges = { in HWTEST_F() local
/kernel/linux/linux-5.10/drivers/dax/
H A Ddax-private.h78 } *ranges; member
/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dranges.c93 struct linux_prom_ranges ranges[PROMREG_MAX]; in prom_apply_generic_ranges() local
[all...]
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dranges.c93 struct linux_prom_ranges ranges[PROMREG_MAX]; in prom_apply_generic_ranges() local
[all...]
/kernel/linux/linux-6.6/drivers/dax/
H A Ddax-private.h78 } *ranges; member
/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp49 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlife_intervals_test.cpp51 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
67 void CheckSiblingSequence(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckSiblingSequence() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dcard_table-inl.h47 inline void CardTable::FillRanges(PandaVector<MemRange> *ranges, const Card *startCard, const Card *endCard) in FillRanges() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp446 std::vector<Range> ranges; in HWTEST_F() local
464 std::vector<Range> ranges; in HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dcore_64.c111 struct kexec_segment ranges[KEXEC_SEGMENT_MAX]; in kexec_copy_flush() local
H A Dranges.c101 struct crash_mem_range *ranges; in __merge_memory_ranges() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dcore_64.c114 struct kexec_segment ranges[KEXEC_SEGMENT_MAX]; in kexec_copy_flush() local
H A Dranges.c101 struct range *ranges; in __merge_memory_ranges() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A Dics-native.c186 u32 ranges[2]; in ics_native_add_one() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Dintel_uncore.c27 static int intel_fw_table_check(const struct intel_forcewake_range *ranges, in intel_fw_table_check() argument
97 const struct intel_forcewake_range *ranges; intel_uncore_mock_selftests() member
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dcrash_core.h95 struct range ranges[]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn301/
H A Ddcn301_fpu.c388 dcn301_fpu_set_wm_ranges(int i, struct pp_smu_wm_range_sets *ranges, struct _vcs_dpi_soc_bounding_box_st *loaded_bb) dcn301_fpu_set_wm_ranges() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c168 emac_get_rmon_stats(struct net_device *ndev, struct ethtool_rmon_stats *rmon_stats, const struct ethtool_rmon_hist_range **ranges) emac_get_rmon_stats() argument
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dioas.c64 struct iommu_iova_range __user *ranges; in iommufd_ioas_iova_ranges() local
112 iommufd_ioas_load_iovas(struct rb_root_cached *itree, struct iommu_iova_range __user *ranges, u32 num) iommufd_ioas_load_iovas() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp23 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges) in BuildIG() argument
231 Register RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, const RegisterMap &map) in AllocateRegisters() argument
355 auto *ranges = is_fp ? fp_ranges : general_ranges; in InitWorkingRanges() local
383 Presplit(WorkingRanges *ranges) Presplit() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp149 void Region::getRange(std::vector<Range>& ranges, Node& node, Region::OP op) in getRange() argument
170 void Region::UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res) in UpdateRects() argument
264 std::vector<Range> ranges; RegionOpLocal() local
[all...]

Completed in 12 milliseconds

123456789