Home
last modified time | relevance | path

Searched defs:ranges (Results 51 - 75 of 383) sorted by relevance

12345678910>>...16

/base/print/print_fwk/frameworks/ohscan/include/
H A Dohscan.h132 char** ranges; member
/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
/third_party/elfio/tests/
H A DELFIOTest2.cpp485 std::vector<address_translation> ranges; in TEST() local
/third_party/gn/src/gn/
H A Derr.cc60 OutputHighlighedPosition(const Location& location, const Err::RangeList& ranges, size_t line_length) OutputHighlighedPosition() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrie2Test.java586 private Trie2Writable genTrieFromSetRanges(int [][] ranges) { in genTrieFromSetRanges() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrie2Test.java583 private Trie2Writable genTrieFromSetRanges(int [][] ranges) { in genTrieFromSetRanges() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationdata.cpp206 makeReorderRanges(const int32_t *reorder, int32_t length, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
212 makeReorderRanges(const int32_t *reorder, int32_t length, UBool latinMustMove, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
H A Dcollationsettings.cpp145 const uint32_t *ranges in setReordering() local
85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument
191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument
264 const uint32_t *ranges = reorderRanges; reorderEx() local
[all...]
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
H A DCombineGeoData.java190 static boolean hasConflict(List<Range> ranges, int rangeIndex, String[] prefixes, int candidate) { in hasConflict() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdata.cpp206 makeReorderRanges(const int32_t *reorder, int32_t length, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
212 makeReorderRanges(const int32_t *reorder, int32_t length, UBool latinMustMove, UVector32 &ranges, UErrorCode &errorCode) const makeReorderRanges() argument
H A Dcollationsettings.cpp145 const uint32_t *ranges in setReordering() local
85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument
191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument
264 const uint32_t *ranges = reorderRanges; reorderEx() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DPrefixTree.java51 public static PrefixTree from(RangeTree ranges) { in from() argument
116 private final RangeTree ranges; global() field in PrefixTree
118 PrefixTree(RangeTree ranges) PrefixTree() argument
176 retainFrom(RangeTree ranges) retainFrom() argument
239 trim(RangeTree ranges) trim() argument
280 removeTrailingAnyDigitPaths(RangeTree ranges) removeTrailingAnyDigitPaths() argument
[all...]
H A DRangeTreeFactorizer.java66 public static ImmutableList<RangeTree> factor(RangeTree ranges, MergeStrategy strategy) { in factor() argument
109 RangeTree mergeFrom(RangeTree ranges) { in mergeFrom() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java111 MatcherCompiler(RangeTree ranges) { in MatcherCompiler() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DSubgroupOptimizer.java49 public static Optional<RangeTree> extractRepeatingSubgraph(RangeTree ranges) { in extractRepeatingSubgraph() argument
83 static Optional<DfaNode> findBridgingNode(RangeTree ranges) { in findBridgingNode() argument
150 static Optional<RangeTree> extractSubgraph(RangeTree ranges, DfaNode node) { in extractSubgraph() argument

Completed in 14 milliseconds

12345678910>>...16