Home
last modified time | relevance | path

Searched refs:range (Results 2026 - 2050 of 3981) sorted by relevance

1...<<81828384858687888990>>...160

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPassResourceUsageTracker.cpp37 const SubresourceRange& range = view->GetSubresourceRange(); in TextureViewUsedAs() local
47 textureUsage.Update(range, in TextureViewUsedAs()
/third_party/optimized-routines/math/test/
H A Drunulp.sh236 eval range="\${range_$G}"
244 $range
/third_party/skia/third_party/externals/freetype/src/gxvalid/
H A Dgxvcommn.h548 GXV_odtect_Data range; member
572 odtect ## _rec.range = odtect ## _range; \
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5151 for n in range( l ):
5355 for g in range( len( agl_glyphs ) ):
/third_party/python/Lib/
H A Dcopy.py110 bytes, frozenset, type, range, slice, property,
195 d[range] = _deepcopy_atomic
H A Dmailcap.py114 for j in range(len(types)):
269 for i in range(1, len(sys.argv), 2):
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc76 std::pair<size_t, size_t>* range) { in GetSubstitutionRange()
88 *range = iter->second; in GetSubstitutionRange()
303 GOOGLE_LOG(FATAL) << " Annotation range is not-closed, expect $}$. " << save; in FormatInternal()
75 GetSubstitutionRange(const char* varname, std::pair<size_t, size_t>* range) GetSubstitutionRange() argument
/third_party/python/Lib/distutils/
H A Dfilelist.py69 for i in range(len(self.files) - 1, 0, -1):
235 for i in range(len(self.files)-1, -1, -1):
/third_party/python/Lib/test/
H A Dtest_shlex.py150 for i in range(len(data)):
176 for i in range(len(self.data)):
H A Dtest_poll.py47 for i in range(NUM_PIPES):
190 for i in range(10):
/third_party/skia/third_party/externals/angle2/
H A DPRESUBMIT.py73 for k in range(len(multiple_commits)):
78 for i in range(len(commit_msg_lines)):
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs12 pub fn BN_rand_range(r: *mut BIGNUM, range: *const BIGNUM) -> c_int; in BN_rand_range()
14 pub fn BN_pseudo_rand_range(r: *mut BIGNUM, range: *const BIGNUM) -> c_int; in BN_pseudo_rand_range()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib.c197 pr_err("%s: cannot find free range\n", __func__); in gpiochip_find_base()
246 * by range(means [base, base + ngpio - 1]) order.
1879 * gpiochip_add_pingroup_range() - add a range for GPIO <-> pin mapping
1880 * @gc: the gpiochip to add the range for
1904 /* Use local offset as range ID */ in gpiochip_add_pingroup_range()
1905 pin_range->range.id = gpio_offset; in gpiochip_add_pingroup_range()
1906 pin_range->range.gc = gc; in gpiochip_add_pingroup_range()
1907 pin_range->range.name = gc->label; in gpiochip_add_pingroup_range()
1908 pin_range->range.base = gdev->base + gpio_offset; in gpiochip_add_pingroup_range()
1912 &pin_range->range in gpiochip_add_pingroup_range()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib.c220 pr_err("%s: cannot find free range\n", __func__); in gpiochip_find_base()
269 * by range(means [base, base + ngpio - 1]) order.
1952 * gpiochip_add_pingroup_range() - add a range for GPIO <-> pin mapping
1953 * @gc: the gpiochip to add the range for
1977 /* Use local offset as range ID */ in gpiochip_add_pingroup_range()
1978 pin_range->range.id = gpio_offset; in gpiochip_add_pingroup_range()
1979 pin_range->range.gc = gc; in gpiochip_add_pingroup_range()
1980 pin_range->range.name = gc->label; in gpiochip_add_pingroup_range()
1981 pin_range->range.base = gdev->base + gpio_offset; in gpiochip_add_pingroup_range()
1985 &pin_range->range in gpiochip_add_pingroup_range()
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c1090 * Change range of the branches in the right most path according to the leaf
1792 u32 range; in __ocfs2_find_path() local
1819 range = le32_to_cpu(rec->e_cpos) + in __ocfs2_find_path()
1821 if (cpos >= le32_to_cpu(rec->e_cpos) && cpos < range) in __ocfs2_find_path()
1966 * count covers the full theoretical range of their child list in ocfs2_adjust_adjacent_records()
1967 * - the range between their cpos and the cpos of the record in ocfs2_adjust_adjacent_records()
2298 * Trap the case where we're inserting into the theoretical range past
2299 * the _actual_ left leaf range. Otherwise, we'll rotate a record
2326 unsigned int range; in ocfs2_leftmost_rec_contains() local
2340 range in ocfs2_leftmost_rec_contains()
2531 u32 range; ocfs2_update_edge_lengths() local
3866 unsigned int range; ocfs2_insert_at_leaf() local
7204 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; ocfs2_commit_truncate() local
7521 ocfs2_trim_mainbm(struct super_block *sb, struct fstrim_range *range) ocfs2_trim_mainbm() argument
7644 ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range) ocfs2_trim_fs() argument
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c1088 * Change range of the branches in the right most path according to the leaf
1790 u32 range; in __ocfs2_find_path() local
1817 range = le32_to_cpu(rec->e_cpos) + in __ocfs2_find_path()
1819 if (cpos >= le32_to_cpu(rec->e_cpos) && cpos < range) in __ocfs2_find_path()
1964 * count covers the full theoretical range of their child list in ocfs2_adjust_adjacent_records()
1965 * - the range between their cpos and the cpos of the record in ocfs2_adjust_adjacent_records()
2296 * Trap the case where we're inserting into the theoretical range past
2297 * the _actual_ left leaf range. Otherwise, we'll rotate a record
2324 unsigned int range; in ocfs2_leftmost_rec_contains() local
2338 range in ocfs2_leftmost_rec_contains()
2529 u32 range; ocfs2_update_edge_lengths() local
3864 unsigned int range; ocfs2_insert_at_leaf() local
7209 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; ocfs2_commit_truncate() local
7526 ocfs2_trim_mainbm(struct super_block *sb, struct fstrim_range *range) ocfs2_trim_mainbm() argument
7649 ocfs2_trim_fs(struct super_block *sb, struct fstrim_range *range) ocfs2_trim_fs() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp3354 // sum of offset and the address of the range of VkDeviceMemory object that is backing buffer, in LineLoopHelper()
4064 // Mark the range as defined. Layers above 8 are discarded, and are always assumed to have in setContentDefined()
5288 VkImageSubresourceRange range = {}; in clearColor() local
5289 range.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in clearColor()
5290 range.baseMipLevel = baseMipLevelVk.get(); in clearColor()
5291 range.levelCount = levelCount; in clearColor()
5292 range.baseArrayLayer = baseArrayLayer; in clearColor()
5293 range.layerCount = layerCount; in clearColor()
5300 range.layerCount = 1; in clearColor()
5303 commandBuffer->clearColorImage(mImage, getCurrentLayout(), color, 1, &range); in clearColor()
5318 VkImageSubresourceRange range = {}; clearDepthStencil() local
8305 ImageSubresourceRange range = MakeImageSubresourceDrawRange( getLevelDrawImageView() local
8385 ImageSubresourceRange range; MakeImageSubresourceReadRange() local
8402 ImageSubresourceRange range; MakeImageSubresourceDrawRange() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dperf_cpum_cf.c59 static inline int ctr_stcctm(enum cpumf_ctr_set set, u64 range, u64 *dest) in ctr_stcctm() argument
63 return stcctm(BASIC, range, dest); in ctr_stcctm()
65 return stcctm(PROBLEM_STATE, range, dest); in ctr_stcctm()
67 return stcctm(CRYPTO_ACTIVITY, range, dest); in ctr_stcctm()
69 return stcctm(EXTENDED, range, dest); in ctr_stcctm()
71 return stcctm(MT_DIAG_CLEARING, range, dest); in ctr_stcctm()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dadm1031.c245 int range = val - AUTO_TEMP_MIN_FROM_REG(reg); in AUTO_TEMP_MAX_TO_REG() local
247 range = ((val - AUTO_TEMP_MIN_FROM_REG(reg))*10)/(16 - pwm); in AUTO_TEMP_MAX_TO_REG()
249 (range < 10000 ? 0 : in AUTO_TEMP_MAX_TO_REG()
250 range < 20000 ? 1 : in AUTO_TEMP_MAX_TO_REG()
251 range < 40000 ? 2 : range < 80000 ? 3 : 4)); in AUTO_TEMP_MAX_TO_REG()
/kernel/linux/linux-5.10/drivers/iio/imu/
H A Dkmx61.c130 u8 range; member
481 static int kmx61_set_range(struct kmx61_data *data, u8 range) in kmx61_set_range() argument
492 ret |= range & KMX61_REG_CTRL1_GSEL_MASK; in kmx61_set_range()
500 data->range = range; in kmx61_set_range()
550 /* set accel 12bit, 4g range */ in kmx61_chip_init()
829 *val2 = kmx61_uscale_table[data->range]; in kmx61_read_raw()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsufile.c25 * @allocmin: lower limit of allocatable segment range
26 * @allocmax: upper limit of allocatable segment range
31 __u64 allocmin; /* lower limit of allocatable segment range */
32 __u64 allocmax; /* upper limit of allocatable segment range */
256 * nilfs_sufile_set_alloc_range - limit range of segment to be allocated
657 * nilfs_sufile_truncate_range - truncate range of segment array
671 * %-EBUSY - Dirty or active segments are present in the range
1046 * @range: fstrim_range structure
1059 int nilfs_sufile_trim_fs(struct inode *sufile, struct fstrim_range *range) in nilfs_sufile_trim_fs() argument
1074 len = range in nilfs_sufile_trim_fs()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dioctl.c1111 struct fstrim_range range; in __ext4_ioctl() local
1127 if (copy_from_user(&range, (struct fstrim_range __user *)arg, in __ext4_ioctl()
1128 sizeof(range))) in __ext4_ioctl()
1131 ret = ext4_trim_fs(sb, &range); in __ext4_ioctl()
1135 if (copy_to_user((struct fstrim_range __user *)arg, &range, in __ext4_ioctl()
1136 sizeof(range))) in __ext4_ioctl()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c70 * @range: narrow, wide.
78 bool range; member
594 if (sc->range) in gsc_src_set_size()
599 if (sc->range) in gsc_src_set_size()
895 if (sc->range) in gsc_dst_set_size()
900 if (sc->range) in gsc_dst_set_size()
1078 sc->range = true; in gsc_reset()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-oxnas.c693 struct pinctrl_gpio_range *range, in oxnas_ox810se_gpio_request_enable()
697 struct oxnas_gpio_bank *bank = gpiochip_get_data(range->gc); in oxnas_ox810se_gpio_request_enable()
723 struct pinctrl_gpio_range *range, in oxnas_ox820_gpio_request_enable()
727 struct oxnas_gpio_bank *bank = gpiochip_get_data(range->gc); in oxnas_ox820_gpio_request_enable()
809 struct pinctrl_gpio_range *range, in oxnas_gpio_set_direction()
812 struct gpio_chip *chip = range->gc; in oxnas_gpio_set_direction()
692 oxnas_ox810se_gpio_request_enable(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset) oxnas_ox810se_gpio_request_enable() argument
722 oxnas_ox820_gpio_request_enable(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset) oxnas_ox820_gpio_request_enable() argument
808 oxnas_gpio_set_direction(struct pinctrl_dev *pctldev, struct pinctrl_gpio_range *range, unsigned int offset, bool input) oxnas_gpio_set_direction() argument
/kernel/linux/linux-5.10/drivers/regulator/
H A Ds2mps11.c720 #define regulator_desc_s2mps15_ldo(num, range) { \
726 .linear_ranges = range, \
727 .n_linear_ranges = ARRAY_SIZE(range), \
735 #define regulator_desc_s2mps15_buck(num, range) { \
741 .linear_ranges = range, \
742 .n_linear_ranges = ARRAY_SIZE(range), \
751 /* voltage range for s2mps15 LDO 3, 5, 15, 16, 18, 20, 23 and 27 */
756 /* voltage range for s2mps15 LDO 2, 6, 14, 17, 19, 21, 24 and 25 */
761 /* voltage range for s2mps15 LDO 4, 11, 12, 13, 22 and 26 */
766 /* voltage range fo
[all...]

Completed in 51 milliseconds

1...<<81828384858687888990>>...160