/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | StringSearch.java | 855 * Checks if the offset runs out of the text string range 856 * @param textstart offset of the first character in the range 857 * @param textlimit limit offset of the text string range 1092 // There still is a chance of match failure if the CE range not correspond to in search() 1093 // an acceptable character range. in search() 1383 // There still is a chance of match failure if the CE range not correspond to in searchBackwards() 1384 // an acceptable character range. in searchBackwards() 1728 * @param range receiving the iterator index before/after fetching the CE. 1732 public long nextProcessed(Range range) { in nextProcessed() argument 1751 if (range ! in nextProcessed() 1771 previousProcessed(Range range) previousProcessed() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | StringSearch.java | 839 * Checks if the offset runs out of the text string range 840 * @param textstart offset of the first character in the range 841 * @param textlimit limit offset of the text string range 1076 // There still is a chance of match failure if the CE range not correspond to in search() 1077 // an acceptable character range. in search() 1367 // There still is a chance of match failure if the CE range not correspond to in searchBackwards() 1368 // an acceptable character range. in searchBackwards() 1712 * @param range receiving the iterator index before/after fetching the CE. 1716 public long nextProcessed(Range range) { in nextProcessed() argument 1735 if (range ! in nextProcessed() 1755 previousProcessed(Range range) previousProcessed() argument [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-character-streams.cc | 260 Range<uint8_t> range = variable 262 if (range.length() == 0) { 267 size_t length = std::min({kBufferSize, range.length()}); 268 i::CopyChars(buffer_, range.start, length); 313 Range<uint16_t> range = variable 315 buffer_start_ = range.start; 316 buffer_end_ = range.end; 318 if (range.length() == 0) return false; 320 DCHECK(!range.unaligned_start()); 357 Range<uint16_t> range in UpdateBufferPointers() local 479 Range<uint8_t> range = global() variable [all...] |
/third_party/skia/src/ports/ |
H A D | SkScalerContext_win_dw.cpp | 125 bool get_gasp_range(DWriteFontTypeface* typeface, int size, GaspRange* range) { in get_gasp_range() argument 153 range->fMin = minPPEM + 1; in get_gasp_range() 154 range->fMax = maxPPEM; in get_gasp_range() 155 range->fVersion = SkEndian_SwapBE16(gasp->version); in get_gasp_range() 156 range->fFlags = rangeTable->flags; in get_gasp_range() 164 * the gridfit range into 'range'. Otherwise, leave 'range' alone. 170 static bool has_bitmap_strike(DWriteFontTypeface* typeface, GaspRange range) { in has_bitmap_strike() argument 196 range in has_bitmap_strike() [all...] |
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | amd64_edac.c | 366 "range for node %d with node interleaving enabled.\n", in find_mc_by_sys_addr() 573 * Limit registers for node n. If the SysAddr is not within the range 579 * the range of relocated addresses (starting at 0x100000000) from the DRAM 1234 static void read_dram_base_limit_regs(struct amd64_pvt *pvt, unsigned range) in read_dram_base_limit_regs() argument 1239 int off = range << 3; in read_dram_base_limit_regs() 1242 amd64_read_pci_cfg(pvt->F1, DRAM_BASE_LO + off, &pvt->ranges[range].base.lo); in read_dram_base_limit_regs() 1243 amd64_read_pci_cfg(pvt->F1, DRAM_LIMIT_LO + off, &pvt->ranges[range].lim.lo); in read_dram_base_limit_regs() 1248 if (!dram_rw(pvt, range)) in read_dram_base_limit_regs() 1251 amd64_read_pci_cfg(pvt->F1, DRAM_BASE_HI + off, &pvt->ranges[range].base.hi); in read_dram_base_limit_regs() 1252 amd64_read_pci_cfg(pvt->F1, DRAM_LIMIT_HI + off, &pvt->ranges[range] in read_dram_base_limit_regs() 1763 f1x_get_norm_dct_addr(struct amd64_pvt *pvt, u8 range, u64 sys_addr, bool hi_rng, u32 dct_sel_base_addr) f1x_get_norm_dct_addr() argument 1918 f1x_match_to_this_node(struct amd64_pvt *pvt, unsigned range, u64 sys_addr, int *chan_sel) f1x_match_to_this_node() argument 1998 f15_m30h_match_to_this_node(struct amd64_pvt *pvt, unsigned range, u64 sys_addr, int *chan_sel) f15_m30h_match_to_this_node() argument 2125 unsigned range; f1x_translate_sysaddr_to_cs() local 2819 unsigned int range; read_mc_regs() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | amd64_edac.c | 353 "range for node %d with node interleaving enabled.\n", in find_mc_by_sys_addr() 610 * range: 0..3 646 * range: 0..8 840 * Limit registers for node n. If the SysAddr is not within the range 846 * the range of relocated addresses (starting at 0x100000000) from the DRAM 1156 /* Check if address range is valid. */ in umc_normaddr_to_sysaddr() 1158 pr_err("%s: Invalid DramBaseAddress range: 0x%x.\n", in umc_normaddr_to_sysaddr() 1989 static void read_dram_base_limit_regs(struct amd64_pvt *pvt, unsigned range) in read_dram_base_limit_regs() argument 1994 int off = range << 3; in read_dram_base_limit_regs() 1997 amd64_read_pci_cfg(pvt->F1, DRAM_BASE_LO + off, &pvt->ranges[range] in read_dram_base_limit_regs() 2394 f1x_get_norm_dct_addr(struct amd64_pvt *pvt, u8 range, u64 sys_addr, bool hi_rng, u32 dct_sel_base_addr) f1x_get_norm_dct_addr() argument 2549 f1x_match_to_this_node(struct amd64_pvt *pvt, unsigned range, u64 sys_addr, int *chan_sel) f1x_match_to_this_node() argument 2629 f15_m30h_match_to_this_node(struct amd64_pvt *pvt, unsigned range, u64 sys_addr, int *chan_sel) f15_m30h_match_to_this_node() argument 2756 unsigned range; f1x_translate_sysaddr_to_cs() local 3193 unsigned int range; dct_read_mc_regs() local [all...] |
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 37 .range = RANGE_CORE, 44 .range = RANGE_CORE, 52 .range = RANGE_PACKAGE, 59 .range = RANGE_PACKAGE,
|
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | pmc.c | 25 struct clk_range *range) in of_at91_get_clk_range() 38 if (range) { in of_at91_get_clk_range() 39 range->min = min; in of_at91_get_clk_range() 40 range->max = max; in of_at91_get_clk_range() 24 of_at91_get_clk_range(struct device_node *np, const char *propname, struct clk_range *range) of_at91_get_clk_range() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_hmm.c | 59 * @mni: the range (mm) is about to update 60 * @range: details on the invalidation 67 const struct mmu_notifier_range *range, in amdgpu_hmm_invalidate_gfx() 74 if (!mmu_notifier_range_blockable(range)) in amdgpu_hmm_invalidate_gfx() 96 * @mni: the range (mm) is about to update 97 * @range: details on the invalidation 100 * We temporarily evict the BO attached to this range. This necessitates 104 const struct mmu_notifier_range *range, in amdgpu_hmm_invalidate_hsa() 109 if (!mmu_notifier_range_blockable(range)) in amdgpu_hmm_invalidate_hsa() 190 pr_debug("hmm range in amdgpu_hmm_range_get_pages() 66 amdgpu_hmm_invalidate_gfx(struct mmu_interval_notifier *mni, const struct mmu_notifier_range *range, unsigned long cur_seq) amdgpu_hmm_invalidate_gfx() argument 103 amdgpu_hmm_invalidate_hsa(struct mmu_interval_notifier *mni, const struct mmu_notifier_range *range, unsigned long cur_seq) amdgpu_hmm_invalidate_hsa() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt792x_debugfs.c | 11 int bound[15], range[4], i; in mt792x_ampdu_stat_read_phy() local 19 for (i = 0; i < ARRAY_SIZE(range); i++) in mt792x_ampdu_stat_read_phy() 20 range[i] = mt76_rr(dev, MT_MIB_ARNG(0, i)); in mt792x_ampdu_stat_read_phy() 23 bound[i] = MT_MIB_ARNCR_RANGE(range[i / 4], i % 4) + 1; in mt792x_ampdu_stat_read_phy()
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 37 .range = RANGE_CORE, 44 .range = RANGE_CORE, 52 .range = RANGE_PACKAGE, 59 .range = RANGE_PACKAGE,
|
/third_party/ffmpeg/libavcodec/ |
H A D | bgmc.c | 527 unsigned int range = high - low + 1; in ff_bgmc_decode() local 528 unsigned int target = (((value - low + 1) << FREQ_BITS) - 1) / range; in ff_bgmc_decode() 536 high = low + ((range * cf_table[sx][(symbol) << delta] - (1 << FREQ_BITS)) >> FREQ_BITS); in ff_bgmc_decode() 537 low = low + ((range * cf_table[sx][(symbol + 1) << delta]) >> FREQ_BITS); in ff_bgmc_decode()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_flush_cache.tex | 20 relates to address-range \Var{lo} to \Var{hi} (non-inclusive) in the 22 address-space \Var{as} that is not tied to a particular code-range is 24 list is not tied to a code-range and its cached value (if any) is 25 flushed by a call to this routine. The address range specified by
|
/third_party/node/test/fixtures/wpt/encoding/resources/ |
H A D | encode-form-common.js | 24 for (var range of ranges) { 25 for (var i = range[0]; i < range[1]; i++) { 36 item.desc = range[2];
|
/third_party/ltp/testcases/kernel/security/dirtyc0w_shmem/ |
H A D | dirtyc0w_shmem_child.c | 112 uffdio.range.start = (unsigned long) map; in uffd_thread_fn() 113 uffdio.range.len = page_size; in uffd_thread_fn() 162 uffdio_register.range.start = (unsigned long) map; in setup_uffd() 163 uffdio_register.range.len = page_size; in setup_uffd()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherCompilerTest.java | 68 int range09 = range(0, 9); in testRangeOperation() 69 int range123 = range(1, 2, 3); in testRangeOperation() 70 int range789 = range(7, 8, 9); in testRangeOperation() 119 /** Returns the 2-byte instruction representing matching a range of digits. */ 120 private static int range(int... digits) { in range() method in MatcherCompilerTest
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | custom_files.rs | 175 .map(|(file_id, range)| { in to_diagnostic() 176 Label::primary(*file_id, range.clone()).with_message("a greeting") in to_diagnostic() 189 .map(|(file_id, range)| { in to_diagnostic() 190 Label::primary(*file_id, range.clone()).with_message("an exclamation") in to_diagnostic()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CompilationMessages.cpp | 64 uint64_t lineNum = diagnostic.source.range.begin.line; in AddMessage() 65 uint64_t linePos = diagnostic.source.range.begin.column; in AddMessage() 81 uint64_t endLineNum = diagnostic.source.range.end.line; in AddMessage() 82 uint64_t endLinePos = diagnostic.source.range.end.column; in AddMessage()
|
/third_party/python/Lib/test/ |
H A D | test_secrets.py | 58 for i in range(6): 65 for i in range(10): 70 for i in range(2, 10): 71 self.assertIn(secrets.randbelow(i), range(i))
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | call_expression_test.cc | 47 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F() 48 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F() 74 EXPECT_EQ(src.range.begin.line, 20u); in TEST_F() 75 EXPECT_EQ(src.range.begin.column, 2u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_call_stmt_test.cc | 31 EXPECT_EQ(e->source.range.begin.line, 1u); in TEST_F() 32 EXPECT_EQ(e->source.range.begin.column, 1u); in TEST_F() 33 EXPECT_EQ(e->source.range.end.line, 1u); in TEST_F() 34 EXPECT_EQ(e->source.range.end.column, 2u); in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | equal_benchmark.cc | 23 // The range of sequence sizes to benchmark. 41 std::vector<T> xs(state.range(0), T(0)); in BM_absl_equal_benchmark() 51 std::vector<T> xs(state.range(0), T(0)); in BM_std_equal_benchmark() 61 std::vector<T> xs(state.range(0), T(0)); in BM_memcmp_benchmark() 74 std::vector<T> xs(state.range(0), T(0)); in BM_absl_equal_self_benchmark()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | eapol_test.py | 95 for i in range(count): 127 for i in range(num): 131 for i in range(num): 133 for i in range(num):
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_hv.c | 857 bool kvm_unmap_gfn_range_hv(struct kvm *kvm, struct kvm_gfn_range *range) in kvm_unmap_gfn_range_hv() argument 862 for (gfn = range->start; gfn < range->end; gfn++) in kvm_unmap_gfn_range_hv() 863 kvm_unmap_radix(kvm, range->slot, gfn); in kvm_unmap_gfn_range_hv() 865 for (gfn = range->start; gfn < range->end; gfn++) in kvm_unmap_gfn_range_hv() 866 kvm_unmap_rmapp(kvm, range->slot, gfn); in kvm_unmap_gfn_range_hv() 954 bool kvm_age_gfn_hv(struct kvm *kvm, struct kvm_gfn_range *range) in kvm_age_gfn_hv() argument 960 for (gfn = range->start; gfn < range in kvm_age_gfn_hv() 1003 kvm_test_age_gfn_hv(struct kvm *kvm, struct kvm_gfn_range *range) kvm_test_age_gfn_hv() argument 1013 kvm_set_spte_gfn_hv(struct kvm *kvm, struct kvm_gfn_range *range) kvm_set_spte_gfn_hv() argument [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_ct.c | 923 struct nf_nat_range2 *range, in tcf_ct_act_nat() 936 err = nf_ct_nat(skb, ct, ctinfo, &action, range, commit); in tcf_ct_act_nat() 1038 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act() 1121 struct nf_nat_range2 *range; in tcf_ct_fill_params_nat() local 1140 range = &p->range; in tcf_ct_fill_params_nat() 1145 range->flags |= NF_NAT_RANGE_MAP_IPS; in tcf_ct_fill_params_nat() 1146 range->min_addr.ip = in tcf_ct_fill_params_nat() 1149 range->max_addr.ip = max_attr ? in tcf_ct_fill_params_nat() 1151 range in tcf_ct_fill_params_nat() 919 tcf_ct_act_nat(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, int ct_action, struct nf_nat_range2 *range, bool commit) tcf_ct_act_nat() argument 1422 struct nf_nat_range2 *range = &p->range; tcf_ct_dump_nat() local [all...] |