| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nft_concat_range.sh | 1204 range_size=1 1206 end=$((start + range_size)) 1217 for j in $(seq ${start} $((range_size / 2 + 1)) ${end}); do 1226 $((range_size / 2 + 1)) ${end}); do 1232 range_size=$((range_size + 1)) 1233 start=$((end + range_size)) 1253 range_size=1 1257 end=$((start + range_size)) 1265 range_size=$((range_size + 1)) 1266 start=$((end + range_size)) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_memory_cow.c | 109 u32 range_size) in mali_memory_cow_os_memory() argument 145 (cow->count < (range_start + range_size) / _MALI_OSK_MALI_PAGE_SIZE)) { in mali_memory_cow_os_memory() 188 u32 range_size) in mali_memory_cow_swap_memory() argument 224 (cow->count < (range_start + range_size) / _MALI_OSK_MALI_PAGE_SIZE)) { in mali_memory_cow_swap_memory() 290 u32 range_size) in mali_memory_cow_modify_range() argument 303 if (range_size % _MALI_OSK_MALI_PAGE_SIZE) MALI_ERROR(_MALI_OSK_ERR_INVALID_ARGS); in mali_memory_cow_modify_range() 312 MALI_DEBUG_ASSERT(((range_start + range_size) / _MALI_OSK_MALI_PAGE_SIZE) <= cow->count); in mali_memory_cow_modify_range() 321 (count < (range_start + range_size) / _MALI_OSK_MALI_PAGE_SIZE)) { in mali_memory_cow_modify_range() 381 …MALI_DEBUG_ASSERT(alloc->cpu_mapping.vma->vm_end - alloc->cpu_mapping.vma->vm_start >= range_size); in mali_memory_cow_modify_range() 384 zap_vma_ptes(alloc->cpu_mapping.vma, alloc->cpu_mapping.vma->vm_start + range_start, range_size); in mali_memory_cow_modify_range() [all …]
|
| H A D | mali_memory_cow.h | 29 u32 range_size); 33 u32 range_size); 40 u32 range_size); 44 int mali_mem_cow_mali_map(mali_mem_backend *mem_bkend, u32 range_start, u32 range_size);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/ |
| H A D | size_type.hpp | 72 struct range_size struct 76 struct range_size<C, true> struct 82 struct range_size : struct 83 detail::range_size<T>
|
| H A D | size.hpp | 35 typename range_size<const SinglePassRange>::type 45 typename range_size<const SinglePassRange>::type 54 inline typename range_size<const SinglePassRange>::type
|
| H A D | range_fwd.hpp | 50 struct range_size;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/range/ |
| H A D | size.hpp | 28 : boost::range_size<Rng> 33 : boost::range_size<Rng> 37 typename boost::range_size<Rng>::type operator()(Rng const &rng) const in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/ |
| H A D | range.hpp | 48 typedef typename boost::range_size<RandomAccessRange>::type size_type; 67 typename boost::range_size<RandomAccessRange const>::type i) in pos() 80 typename boost::range_size<RandomAccessRange>::type i) in pos() 93 typename boost::range_size<RandomAccessRange const>::type i) in at() 106 typename boost::range_size<RandomAccessRange>::type i) in at() 196 typename boost::range_size<Range>::type new_size) in resize()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-bow.c | 103 u64 range_size(struct bow_range *br) in range_size() function 228 bc->trims_total -= range_size(*br); in set_type() 233 bc->trims_total += range_size(*br); in set_type() 280 if (range_size(source) != range_size(dest)) { in copy_data() 288 for (i = 0; i < range_size(source) >> bc->block_shift; ++i) { in copy_data() 342 if (range_size(first_br) != bc->block_size) { in backup_log_sector() 368 range_size(first_br), checksum); in backup_log_sector() 425 if (range_size(first_br) < bc->block_size) { in prepare_log() 435 if (range_size(first_br) != bc->block_size) { in prepare_log() 486 range_size(first_br), checksum); in prepare_log() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_nat_core.c | 405 unsigned int range_size, min, max, i, attempts; in nf_nat_l4proto_unique_tuple() local 417 range_size = 65536; in nf_nat_l4proto_unique_tuple() 420 range_size = ntohs(range->max_proto.icmp.id) - in nf_nat_l4proto_unique_tuple() 438 range_size = 65535; in nf_nat_l4proto_unique_tuple() 441 range_size = ntohs(range->max_proto.gre.key) - min + 1; in nf_nat_l4proto_unique_tuple() 470 range_size = 511 - min + 1; in nf_nat_l4proto_unique_tuple() 473 range_size = 1023 - min + 1; in nf_nat_l4proto_unique_tuple() 477 range_size = 65535 - 1024 + 1; in nf_nat_l4proto_unique_tuple() 484 range_size = max - min + 1; in nf_nat_l4proto_unique_tuple() 493 attempts = range_size; in nf_nat_l4proto_unique_tuple() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | time-utils-test.c | 78 int range_size, range_num; in test__perf_time__parse_for_ranges() local 88 err = perf_time__parse_for_ranges(d->str, &session, &ptime, &range_size, in test__perf_time__parse_for_ranges() 95 if (range_size < d->num || range_num != d->num) { in test__perf_time__parse_for_ranges() 97 range_size, range_num, d->num); in test__perf_time__parse_for_ranges()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | iterators.hpp | 52 explicit constant_iterator(const T &ref, Difference range_size) in constant_iterator() argument 53 : m_ptr(&ref), m_num(range_size){} in constant_iterator() 163 explicit value_init_construct_iterator(Difference range_size) in value_init_construct_iterator() argument 164 : m_num(range_size){} in value_init_construct_iterator() 274 explicit default_init_construct_iterator(Difference range_size) in default_init_construct_iterator() argument 275 : m_num(range_size){} in default_init_construct_iterator() 385 explicit repeat_iterator(T &ref, Difference range_size) in repeat_iterator() argument 386 : m_ptr(&ref), m_num(range_size){} in repeat_iterator()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | time-utils.h | 31 int *range_size, int *range_num, 36 int *range_size, int *range_num);
|
| H A D | time-utils.c | 464 int *range_size, int *range_num, in perf_time__parse_for_ranges_reltime() argument 507 *range_size = size; in perf_time__parse_for_ranges_reltime() 522 int *range_size, int *range_num) in perf_time__parse_for_ranges() argument 525 range_size, range_num, false); in perf_time__parse_for_ranges()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | sub_range.hpp | 61 typedef typename boost::range_size in apply() 91 typedef typename boost::range_size<Geometry>::type size_type; in apply()
|
| H A D | single_geometry.hpp | 56 typedef typename boost::range_size<Geometry>::type size_type; in apply()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ |
| H A D | ashmem.c | 107 static inline unsigned long range_size(struct ashmem_range *range) in range_size() function 159 lru_count += range_size(range); in lru_add() 172 lru_count -= range_size(range); in lru_del() 231 size_t pre = range_size(range); in range_shrink() 237 lru_count -= pre - range_size(range); in range_shrink() 500 freed += range_size(range); in ashmem_shrink_scan()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_mm.c | 1632 const unsigned int range_size = size / 2; in igt_evict_range() local 1634 const unsigned int range_end = range_start + range_size; in igt_evict_range() 1667 for (n = 1; n <= range_size; n <<= 1) { in igt_evict_range() 1680 for (n = 1; n <= range_size; n <<= 1) { in igt_evict_range() 1684 range_size/2, n, in igt_evict_range() 1688 mode->name, range_size/2, n, range_start, range_end); in igt_evict_range() 1693 for_each_prime_number_from(n, 1, min(range_size, max_prime)) { in igt_evict_range() 1694 unsigned int nsize = (range_size - n + 1) / 2; in igt_evict_range() 2362 const unsigned int range_size = total_size / 2; in igt_color_evict_range() local 2364 const unsigned int range_end = range_start + range_size; in igt_color_evict_range() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-prd.c | 57 uint64_t range_addr, range_size, range_end; in opal_prd_range_is_valid() local 61 addrp = of_get_address(node, 0, &range_size, NULL); in opal_prd_range_is_valid() 64 range_end = range_addr + range_size; in opal_prd_range_is_valid()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-aspeed/ast2500/ |
| H A D | sdram_ast2500.c | 160 int range_size = 0; in ast2500_sdrammc_ddr4_calibrate_vref() local 168 if (range_size > 0) in ast2500_sdrammc_ddr4_calibrate_vref() 171 ++range_size; in ast2500_sdrammc_ddr4_calibrate_vref()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | devtree.c | 219 u32 range_size[MAX_ADDR_CELLS]; in find_range() local 222 copy_val(range_size, ranges + i + nregaddr + naddr, nsize); in find_range() 224 if (compare_reg(reg, range_addr, range_size)) in find_range()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/ |
| H A D | str_types.hpp | 32 struct range_size<T*> struct
|
| H A D | size_type.hpp | 46 class range_size class
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | fsl_rio.c | 449 u64 range_start, range_size; in fsl_rio_setup() local 610 range_size = of_read_number(dt_range + aw + paw, sw); in fsl_rio_setup() 613 np, range_start, range_size); in fsl_rio_setup() 637 port->iores.end = port->iores.start + range_size - 1; in fsl_rio_setup()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | tlb.h | 311 unsigned int range_size) in __tlb_adjust_range() argument 314 tlb->end = max(tlb->end, address + range_size); in __tlb_adjust_range()
|