| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/ |
| H A D | concatenate_iterator.hpp | 53 concatenate_iterator(Iterator1 it1, Iterator1 end1, in concatenate_iterator() argument 55 : m_it1(it1), m_end1(end1), m_begin2(begin2), m_it2(it2) in concatenate_iterator() 59 concatenate_iterator(Iterator1 end1, Iterator2 begin2, Iterator2 end2) in concatenate_iterator() argument 60 : m_it1(end1), m_end1(end1), m_begin2(begin2), m_it2(end2) in concatenate_iterator()
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-malta.c | 81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 108 end1 = GT_READ(GT_PCI0M1HD_OFS); in mips_pcibios_init() 110 end1 = (end1 & GT_PCI_HD_MSK) | (start1 & ~GT_PCI_HD_MSK); in mips_pcibios_init() 112 if (end1 - start1 > end - start) { in mips_pcibios_init() 114 end = end1; in mips_pcibios_init()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | mte-kasan.h | 89 u64 curr, mask, dczid, dczid_bs, dczid_dzp, end1, end2, end3; in mte_set_mem_tag_range() local 99 end1 = curr | mask; in mte_set_mem_tag_range() 116 } while (curr < end1); \ in mte_set_mem_tag_range()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | highmem.h | 277 unsigned start1, unsigned end1, in zero_user_segments() argument 282 BUG_ON(end1 > PAGE_SIZE || end2 > PAGE_SIZE); in zero_user_segments() 284 if (end1 > start1) in zero_user_segments() 285 memset(kaddr + start1, 0, end1 - start1); in zero_user_segments()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | namei.c | 542 goto end1; in hpfs_rename() 548 goto end1; in hpfs_rename() 566 goto end1; in hpfs_rename() 569 goto end1; in hpfs_rename() 578 goto end1; in hpfs_rename() 585 goto end1; in hpfs_rename() 591 goto end1; in hpfs_rename() 608 end1: in hpfs_rename()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 95 …static __device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, B… in transform() 101 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, out += STRIDE) in transform()
|
| H A D | block.hpp | 120 …static __device__ __forceinline__ void transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, Bi… in transform() 127 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, o += STRIDE) in transform()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 95 …static __device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, B… in transform() 101 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, out += STRIDE) in transform()
|
| H A D | block.hpp | 120 …static __device__ __forceinline__ void transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, Bi… in transform() 127 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, o += STRIDE) in transform()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | warp.hpp | 95 …static __device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, B… in transform() 101 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, out += STRIDE) in transform()
|
| H A D | block.hpp | 120 …static __device__ __forceinline__ void transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, Bi… in transform() 127 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, o += STRIDE) in transform()
|
| /OK3568_Linux_fs/kernel/tools/edid/ |
| H A D | edid.S | 249 end1: .byte 0x0a /* End marker */ label 250 .fill 12-(end1-start1), 1, 0x20 /* Padded spaces */
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | i18n.c | 487 char *end1 = find_specifier_end(*input1); in compare_specifiers() local 489 size_t length1 = end1 - *input1; in compare_specifiers() 495 *input1 = end1; in compare_specifiers()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs.h | 664 pnfs_is_range_intersecting(u64 start1, u64 end1, u64 start2, u64 end2) in pnfs_is_range_intersecting() argument 666 return (end1 == NFS4_MAX_UINT64 || start2 < end1) && in pnfs_is_range_intersecting() 674 u64 end1 = pnfs_end_offset(l1->offset, l1->length); in pnfs_lseg_range_intersecting() local 677 return pnfs_is_range_intersecting(l1->offset, end1, l2->offset, end2); in pnfs_lseg_range_intersecting()
|
| H A D | pnfs.c | 638 u64 end1 = pnfs_end_offset(start1, l1->length); in pnfs_lseg_range_contained() local 642 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameratiles/ |
| H A D | tst_qgeocameratiles.cpp | 163 iter end1 = tiles1.constEnd(); in tilesPlugin() local 167 for (; i1 != end1; ++i1) { in tilesPlugin() 212 iter end1 = tiles1.constEnd(); in tilesMapType() local 216 for (; i1 != end1; ++i1) { in tilesMapType()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | get_turns.hpp | 222 range1_iterator prev1, it1, end1; in apply() local 224 get_start_point_iterator(sec1, view1, prev1, it1, end1, in apply() 236 …it1 != end1 && ! detail::section::exceeding<0>(dir1, *prev1, sec1.bounding_box, sec2.bounding_box,… in apply()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 180 int end0, end1; member 1073 int arcIndex0, arcIndex1, end0, end1; in miWideArc() local 1082 end1 = joinp->end1; in miWideArc() 1089 &arcData1->bounds[end1], in miWideArc() 1761 int end0, int index0, int phase0, int end1, int index1, int phase1) in addJoin() argument 1778 join->end1 = end1; in addJoin()
|
| /OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 289 u64 end1, end2; in ff_lseg_range_is_after() local 293 end1 = pnfs_calc_offset_end(l1->offset, l1->length); in ff_lseg_range_is_after() 295 if (end1 < l2->offset) in ff_lseg_range_is_after()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1526 Format: <start1>,<end1>,<start2>,<end2>...
|