Home
last modified time | relevance | path

Searched refs:range (Results 2276 - 2300 of 3981) sorted by relevance

1...<<919293949596979899100>>...160

/third_party/skia/third_party/externals/icu/source/common/
H A Duniset.cpp49 * Modify the given UChar32 variable so that it is in range, by
145 * Constructs a set containing the given range. If <code>end >
148 * @param start first character, inclusive, of range
149 * @param end last character, inclusive, of range
365 * @param c a character in the range MIN_VALUE..MAX_VALUE
367 * @return the smallest integer i in the range 0..len-1,
385 // High runner test. c is often after the last range, so an in findCodePoint()
408 * of the given range.
409 * @param start first character, inclusive, of the range
410 * @param end last character, inclusive, of the range
[all...]
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.h730 int range = last.GetCode() - first.GetCode();
731 VIXL_ASSERT(IsSingleSpaced() || IsMultiple(range, 2));
732 length_ = (IsDoubleSpaced() ? (range / 2) : range) + 1;
747 int range = last.GetCode() - first.GetCode();
748 VIXL_ASSERT(IsSingleSpaced() || IsMultiple(range, 2));
749 length_ = (IsDoubleSpaced() ? (range / 2) : range) + 1;
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c1791 struct smu_temperature_range *range) in navi10_get_thermal_temperature_range()
1798 if (!range) in navi10_get_thermal_temperature_range()
1801 memcpy(range, &smu11_thermal_policy[0], sizeof(struct smu_temperature_range)); in navi10_get_thermal_temperature_range()
1803 range->max = pptable->TedgeLimit * in navi10_get_thermal_temperature_range()
1805 range->edge_emergency_max = (pptable->TedgeLimit + CTF_OFFSET_EDGE) * in navi10_get_thermal_temperature_range()
1807 range->hotspot_crit_max = pptable->ThotspotLimit * in navi10_get_thermal_temperature_range()
1809 range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in navi10_get_thermal_temperature_range()
1811 range->mem_crit_max = pptable->TmemLimit * in navi10_get_thermal_temperature_range()
1813 range->mem_emergency_max = (pptable->TmemLimit + CTF_OFFSET_MEM)* in navi10_get_thermal_temperature_range()
1815 range in navi10_get_thermal_temperature_range()
1790 navi10_get_thermal_temperature_range(struct smu_context *smu, struct smu_temperature_range *range) navi10_get_thermal_temperature_range() argument
[all...]
H A Darcturus_ppt.c971 struct smu_temperature_range *range) in arcturus_get_thermal_temperature_range()
978 if (!range) in arcturus_get_thermal_temperature_range()
981 memcpy(range, &smu11_thermal_policy[0], sizeof(struct smu_temperature_range)); in arcturus_get_thermal_temperature_range()
983 range->max = pptable->TedgeLimit * in arcturus_get_thermal_temperature_range()
985 range->edge_emergency_max = (pptable->TedgeLimit + CTF_OFFSET_EDGE) * in arcturus_get_thermal_temperature_range()
987 range->hotspot_crit_max = pptable->ThotspotLimit * in arcturus_get_thermal_temperature_range()
989 range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in arcturus_get_thermal_temperature_range()
991 range->mem_crit_max = pptable->TmemLimit * in arcturus_get_thermal_temperature_range()
993 range->mem_emergency_max = (pptable->TmemLimit + CTF_OFFSET_MEM)* in arcturus_get_thermal_temperature_range()
995 range in arcturus_get_thermal_temperature_range()
970 arcturus_get_thermal_temperature_range(struct smu_context *smu, struct smu_temperature_range *range) arcturus_get_thermal_temperature_range() argument
[all...]
/kernel/linux/linux-5.10/mm/
H A Dhuge_memory.c1511 * mapping or not. Hence use the tlb range variant in do_huge_pmd_numa_page()
1971 struct mmu_notifier_range range; in __split_huge_pud() local
1973 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, vma, vma->vm_mm, in __split_huge_pud()
1976 mmu_notifier_invalidate_range_start(&range); in __split_huge_pud()
1980 __split_huge_pud_locked(vma, pud, range.start); in __split_huge_pud()
1988 mmu_notifier_invalidate_range_only_end(&range); in __split_huge_pud()
2213 struct mmu_notifier_range range; in __split_huge_pmd() local
2217 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, vma, vma->vm_mm, in __split_huge_pmd()
2220 mmu_notifier_invalidate_range_start(&range); in __split_huge_pmd()
2267 __split_huge_pmd_locked(vma, pmd, range in __split_huge_pmd()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c1073 struct smu_temperature_range *range) in arcturus_get_thermal_temperature_range()
1080 if (!range) in arcturus_get_thermal_temperature_range()
1083 memcpy(range, &smu11_thermal_policy[0], sizeof(struct smu_temperature_range)); in arcturus_get_thermal_temperature_range()
1085 range->max = pptable->TedgeLimit * in arcturus_get_thermal_temperature_range()
1087 range->edge_emergency_max = (pptable->TedgeLimit + CTF_OFFSET_EDGE) * in arcturus_get_thermal_temperature_range()
1089 range->hotspot_crit_max = pptable->ThotspotLimit * in arcturus_get_thermal_temperature_range()
1091 range->hotspot_emergency_max = (pptable->ThotspotLimit + CTF_OFFSET_HOTSPOT) * in arcturus_get_thermal_temperature_range()
1093 range->mem_crit_max = pptable->TmemLimit * in arcturus_get_thermal_temperature_range()
1095 range->mem_emergency_max = (pptable->TmemLimit + CTF_OFFSET_MEM)* in arcturus_get_thermal_temperature_range()
1097 range in arcturus_get_thermal_temperature_range()
1072 arcturus_get_thermal_temperature_range(struct smu_context *smu, struct smu_temperature_range *range) arcturus_get_thermal_temperature_range() argument
[all...]
/kernel/linux/linux-6.6/mm/
H A Dhuge_memory.c2008 struct mmu_notifier_range range; in __split_huge_pud() local
2010 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, vma->vm_mm, in __split_huge_pud()
2013 mmu_notifier_invalidate_range_start(&range); in __split_huge_pud()
2017 __split_huge_pud_locked(vma, pud, range.start); in __split_huge_pud()
2021 mmu_notifier_invalidate_range_end(&range); in __split_huge_pud()
2270 struct mmu_notifier_range range; in __split_huge_pmd() local
2272 mmu_notifier_range_init(&range, MMU_NOTIFY_CLEAR, 0, vma->vm_mm, in __split_huge_pmd()
2275 mmu_notifier_invalidate_range_start(&range); in __split_huge_pmd()
2293 __split_huge_pmd_locked(vma, pmd, range.start, freeze); in __split_huge_pmd()
2298 mmu_notifier_invalidate_range_end(&range); in __split_huge_pmd()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp861 const VkMappedMemoryRange range =
871 ranges.push_back(range);
894 const VkMappedMemoryRange range =
904 ranges.push_back(range);
946 MemoryMapping (const MemoryRange& range,
962 MemoryMapping::MemoryMapping (const MemoryRange& range,
965 : m_range (range)
969 DE_ASSERT(range.size > 0);
1043 const VkMappedMemoryRange range =
1052 ranges[rangeNdx] = range;
[all...]
/third_party/python/Lib/test/
H A Dtest_traceback.py50 compile("f(x, y for y in range(30), z)", "?", "exec")
92 self.assertEqual(err[2].count("^"), len("y for y in range(30)"))
473 range(10), b, c)
1019 self.assertIn(int(re.search(r"\d+", actual[-2]).group()), range(rec_limit-60, rec_limit))
1213 for i in range(2000):
1442 for offset in range(-5, 10):
1740 for i in range(1000):
1784 for i in range(1000):
2573 for _ in range(2):
2771 for i in range(
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c287 /* Flush the range of guest memory mapped by the given SPTE. */
1377 * of memslot has no such restriction, so the range can cross two large in kvm_arch_mmu_enable_log_dirty_pt_masked()
1562 struct kvm_gfn_range *range, in kvm_handle_gfn_range()
1568 for_each_slot_rmap_range(range->slot, PG_LEVEL_4K, KVM_MAX_HUGEPAGE_LEVEL, in kvm_handle_gfn_range()
1569 range->start, range->end - 1, &iterator) in kvm_handle_gfn_range()
1570 ret |= handler(kvm, iterator.rmap, range->slot, iterator.gfn, in kvm_handle_gfn_range()
1571 iterator.level, range->arg.pte); in kvm_handle_gfn_range()
1576 bool kvm_unmap_gfn_range(struct kvm *kvm, struct kvm_gfn_range *range) in kvm_unmap_gfn_range() argument
1581 flush = kvm_handle_gfn_range(kvm, range, kvm_zap_rma in kvm_unmap_gfn_range()
1561 kvm_handle_gfn_range(struct kvm *kvm, struct kvm_gfn_range *range, rmap_handler_t handler) kvm_handle_gfn_range() argument
1593 kvm_set_spte_gfn(struct kvm *kvm, struct kvm_gfn_range *range) kvm_set_spte_gfn() argument
1667 kvm_age_gfn(struct kvm *kvm, struct kvm_gfn_range *range) kvm_age_gfn() argument
1680 kvm_test_age_gfn(struct kvm *kvm, struct kvm_gfn_range *range) kvm_test_age_gfn() argument
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dinsn.c475 long range) in branch_imm_common()
481 return range; in branch_imm_common()
486 if (offset < -range || offset >= range) { in branch_imm_common()
487 pr_err("%s: offset out of range\n", __func__); in branch_imm_common()
488 return range; in branch_imm_common()
681 pr_err("%s: offset must be multiples of 4 in the range of [-256, 252] %d\n", in aarch64_insn_gen_load_store_pair()
689 pr_err("%s: offset must be multiples of 8 in the range of [-512, 504] %d\n", in aarch64_insn_gen_load_store_pair()
474 branch_imm_common(unsigned long pc, unsigned long addr, long range) branch_imm_common() argument
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dinsn.c242 long range) in label_imm_common()
248 return range; in label_imm_common()
253 if (offset < -range || offset >= range) { in label_imm_common()
254 pr_err("%s: offset out of range\n", __func__); in label_imm_common()
255 return range; in label_imm_common()
510 pr_err("%s: offset must be multiples of 4 in the range of [-256, 252] %d\n", in aarch64_insn_gen_load_store_pair()
518 pr_err("%s: offset must be multiples of 8 in the range of [-512, 504] %d\n", in aarch64_insn_gen_load_store_pair()
241 label_imm_common(unsigned long pc, unsigned long addr, long range) label_imm_common() argument
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c698 struct hfi_quantization_range *in = pdata, *range = prop_data; in pkt_session_set_property_1x() local
713 * 0xiippbb, where ii = qp range for I-frames, in pkt_session_set_property_1x()
714 * pp = qp range for P-frames, etc. in pkt_session_set_property_1x()
716 range->min_qp = min_qp | min_qp << 8 | min_qp << 16; in pkt_session_set_property_1x()
717 range->max_qp = max_qp | max_qp << 8 | max_qp << 16; in pkt_session_set_property_1x()
718 range->layer_id = in->layer_id; in pkt_session_set_property_1x()
720 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*range); in pkt_session_set_property_1x()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-pistachio.c949 struct pinctrl_gpio_range *range; in pistachio_pinmux_enable() local
984 range = pinctrl_find_gpio_range_from_pin(pctl->pctldev, pg->pin); in pistachio_pinmux_enable()
985 if (range) in pistachio_pinmux_enable()
986 gpio_disable(gpiochip_get_data(range->gc), pg->pin - range->pin_base); in pistachio_pinmux_enable()
1417 dev_err(pctl->dev, "Failed to add GPIO range %u: %d\n", in pistachio_gpio_register()
/kernel/linux/linux-5.10/include/linux/
H A Defi.h24 #include <linux/range.h>
128 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */
496 struct range range; member
655 struct range *range);
763 * efi_range_is_wc - check the WC bit on an address range
765 * @len: length of range
767 * Consult the EFI memory map and make sure it's ok to set this range WC.
779 /* The range checke in efi_range_is_wc()
[all...]
/kernel/linux/linux-6.6/drivers/bus/
H A Dmvebu-mbus.c292 * proposed physical range in mvebu_mbus_window_conflicts()
1187 struct of_range range; in mbus_dt_setup() local
1193 for_each_of_range(&parser, &range) { in mbus_dt_setup()
1194 u32 windowid = upper_32_bits(range.bus_addr); in mbus_dt_setup()
1207 ret = mbus_dt_setup_win(mbus, range.cpu_addr, range.size, target, attr); in mbus_dt_setup()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c82 if (hw->soc->reg_cal && hw->soc->reg_cal[field].range) { in mtk_hw_pin_field_lookup()
94 if (desc->number >= rc->range[check].s_pin in mtk_hw_pin_field_lookup()
95 && desc->number <= rc->range[check].e_pin) { in mtk_hw_pin_field_lookup()
100 else if (desc->number < rc->range[check].s_pin) in mtk_hw_pin_field_lookup()
112 c = rc->range + check; in mtk_hw_pin_field_lookup()
123 * range use the same field with the s_pin. in mtk_hw_pin_field_lookup()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-pistachio.c950 struct pinctrl_gpio_range *range; in pistachio_pinmux_enable() local
985 range = pinctrl_find_gpio_range_from_pin(pctl->pctldev, pg->pin); in pistachio_pinmux_enable()
986 if (range) in pistachio_pinmux_enable()
987 gpio_disable(gpiochip_get_data(range->gc), pg->pin - range->pin_base); in pistachio_pinmux_enable()
1437 dev_err(pctl->dev, "Failed to add GPIO range %u: %d\n", in pistachio_gpio_register()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadm1031.c245 int range = ((val - AUTO_TEMP_MIN_FROM_REG(reg)) * 10) / (16 - pwm); in AUTO_TEMP_MAX_TO_REG() local
248 (range < 10000 ? 0 : in AUTO_TEMP_MAX_TO_REG()
249 range < 20000 ? 1 : in AUTO_TEMP_MAX_TO_REG()
250 range < 40000 ? 2 : range < 80000 ? 3 : 4)); in AUTO_TEMP_MAX_TO_REG()
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1153 unsigned long range) in map_ids()
1158 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids()
1164 snprintf(map, sizeof(map), "%lu %lu %lu", nsid, hostid, range); in map_ids()
1211 static int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() argument
1221 ret = map_ids(pid, nsid, hostid, range); in get_userns_fd()
1152 map_ids(pid_t pid, unsigned long nsid, unsigned long hostid, unsigned long range) map_ids() argument
/third_party/ffmpeg/libavcodec/
H A Dadpcmenc.c400 const int range = (j < frontier / 2) ? 1 : 0; in adpcm_compress_trellis() local
407 const int nmin = av_clip(div-range, -8, 6); in adpcm_compress_trellis()
408 const int nmax = av_clip(div+range, -7, 7); in adpcm_compress_trellis()
486 int nmin = av_clip(div - range, -7, 6);\ in adpcm_compress_trellis()
487 int nmax = av_clip(div + range, -6, 7);\ in adpcm_compress_trellis()
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c461 u64 range[2]; in do_erase() local
482 range[0] = 0; in do_erase()
483 ret = ioctl(fd, BLKGETSIZE64, &range[1]); in do_erase()
489 ret = ioctl(fd, BLKSECDISCARD, &range); in do_erase()
491 ret = ioctl(fd, BLKDISCARD, &range); in do_erase()
/third_party/ffmpeg/libavfilter/
H A Dvf_bm3d.c140 { "range", "set block matching range",
314 const int range = s->bm_range / step * step; in block_matching_multi() local
315 int l = search_boundary(0, range, step, 0, y, x); in block_matching_multi()
316 int r = search_boundary(width - block_size, range, step, 0, y, x); in block_matching_multi()
317 int t = search_boundary(0, range, step, 1, y, x); in block_matching_multi()
318 int b = search_boundary(height - block_size, range, step, 1, y, x); in block_matching_multi()
930 av_log(ctx, AV_LOG_WARNING, "mstep: %d can't be bigger than block matching range. Changing to %d.\n", in init()
/third_party/backends/backend/
H A Ddmc.c422 c->opt[OPT_TL_X].constraint.range = &c->tl_x_range; in DMCInitOptions()
432 c->opt[OPT_TL_Y].constraint.range = &c->tl_y_range; in DMCInitOptions()
442 c->opt[OPT_BR_X].constraint.range = &c->br_x_range; in DMCInitOptions()
452 c->opt[OPT_BR_Y].constraint.range = &c->br_y_range; in DMCInitOptions()
482 c->opt[OPT_SHUTTER_SPEED].constraint.range = &c->hw->shutterSpeedRange; in DMCInitOptions()
H A Dst400.c904 dev->opt[OPT_THRESHOLD].constraint.range = &thres_range; in st400_init_options()
917 dev->opt[OPT_TL_X].constraint.range = &x_range; in st400_init_options()
927 dev->opt[OPT_TL_Y].constraint.range = &y_range; in st400_init_options()
937 dev->opt[OPT_BR_X].constraint.range = &x_range; in st400_init_options()
947 dev->opt[OPT_BR_Y].constraint.range = &y_range; in st400_init_options()

Completed in 54 milliseconds

1...<<919293949596979899100>>...160