Home
last modified time | relevance | path

Searched refs:beg (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dthrow_allocator.h202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
204 while (beg != end) in _GLIBCXX_VISIBILITY()
206 if (beg->second.first == label) in _GLIBCXX_VISIBILITY()
207 log_to_string(found, *beg); in _GLIBCXX_VISIBILITY()
208 ++beg; in _GLIBCXX_VISIBILITY()
214 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
216 while (beg != end) in _GLIBCXX_VISIBILITY()
218 if (beg->second == label) in _GLIBCXX_VISIBILITY()
219 log_to_string(found, *beg); in _GLIBCXX_VISIBILITY()
220 ++beg; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dthrow_allocator.h202 const_iterator beg = map_alloc().begin(); in _GLIBCXX_VISIBILITY() local
204 while (beg != end) in _GLIBCXX_VISIBILITY()
206 if (beg->second.first == label) in _GLIBCXX_VISIBILITY()
207 log_to_string(found, *beg); in _GLIBCXX_VISIBILITY()
208 ++beg; in _GLIBCXX_VISIBILITY()
214 auto beg = map_construct().begin(); in _GLIBCXX_VISIBILITY() local
216 while (beg != end) in _GLIBCXX_VISIBILITY()
218 if (beg->second == label) in _GLIBCXX_VISIBILITY()
219 log_to_string(found, *beg); in _GLIBCXX_VISIBILITY()
220 ++beg; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dwarp.hpp72 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
74 for(It t = beg + laneId(); t < end; t += STRIDE) in fill()
79 static __device__ __forceinline__ OutIt copy(InIt beg, InIt end, OutIt out) in copy()
81 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in copy()
87 static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
89 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in transform()
126 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
131 for(OutIt t = beg + lane; t < end; t += STRIDE, value += STRIDE) in yota()
H A Dblock.hpp77 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
80 It t = beg + flattenedThreadId(); in fill()
87 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
93 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE) in yota()
98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy()
101 InIt t = beg + flattenedThreadId(); in copy()
102 OutIt o = out + (t - beg); in copy()
109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
112 InIt t = beg + flattenedThreadId(); in transform()
113 OutIt o = out + (t - beg); in transform()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dwarp.hpp72 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
74 for(It t = beg + laneId(); t < end; t += STRIDE) in fill()
79 static __device__ __forceinline__ OutIt copy(InIt beg, InIt end, OutIt out) in copy()
81 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in copy()
87 static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
89 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in transform()
126 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
131 for(OutIt t = beg + lane; t < end; t += STRIDE, value += STRIDE) in yota()
H A Dblock.hpp77 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
80 It t = beg + flattenedThreadId(); in fill()
87 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
93 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE) in yota()
98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy()
101 InIt t = beg + flattenedThreadId(); in copy()
102 OutIt o = out + (t - beg); in copy()
109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
112 InIt t = beg + flattenedThreadId(); in transform()
113 OutIt o = out + (t - beg); in transform()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dwarp.hpp72 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
74 for(It t = beg + laneId(); t < end; t += STRIDE) in fill()
79 static __device__ __forceinline__ OutIt copy(InIt beg, InIt end, OutIt out) in copy()
81 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in copy()
87 static __device__ __forceinline__ OutIt transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
89 for(InIt t = beg + laneId(); t < end; t += STRIDE, out += STRIDE) in transform()
126 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
131 for(OutIt t = beg + lane; t < end; t += STRIDE, value += STRIDE) in yota()
H A Dblock.hpp77 static __device__ __forceinline__ void fill(It beg, It end, const T& value) in fill()
80 It t = beg + flattenedThreadId(); in fill()
87 static __device__ __forceinline__ void yota(OutIt beg, OutIt end, T value) in yota()
93 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE) in yota()
98 static __device__ __forceinline__ void copy(InIt beg, InIt end, OutIt out) in copy()
101 InIt t = beg + flattenedThreadId(); in copy()
102 OutIt o = out + (t - beg); in copy()
109 static __device__ __forceinline__ void transform(InIt beg, InIt end, OutIt out, UnOp op) in transform()
112 InIt t = beg + flattenedThreadId(); in transform()
113 OutIt o = out + (t - beg); in transform()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dsegmented_fold_until_impl.hpp278 static type call(Begin const& beg, End const& end, State const& state in call()
281 … return call(beg, end, state, context, fun, typename fold_recurse_impl::continue_type()); in call()
285 static type call(Begin const& beg, End const& end, State const& state in call()
289 fusion::next(beg) in call()
292 *beg in call()
294 , push_context_impl::call(beg, end, context) in call()
301 static type call(Begin const& beg, End const& end, State const& state in call()
305 *beg in call()
307 , push_context_impl::call(beg, end, context) in call()
329 static type call(Begin const& beg, End const& end, State const& state in call()
[all …]
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dbitmap.c144 unsigned int bmap_n, int *beg, int boundary, in scan_bitmap_block() argument
151 int org = *beg; in scan_bitmap_block()
176 *beg = reiserfs_find_next_zero_le_bit in scan_bitmap_block()
177 ((unsigned long *)(bh->b_data), boundary, *beg); in scan_bitmap_block()
183 if (*beg + min > boundary) { in scan_bitmap_block()
188 if (unfm && is_block_in_journal(s, bmap_n, *beg, beg)) in scan_bitmap_block()
191 for (end = *beg + 1;; end++) { in scan_bitmap_block()
192 if (end >= *beg + max || end >= boundary in scan_bitmap_block()
213 if (end - *beg >= min) { in scan_bitmap_block()
220 for (i = *beg; i < end; i++) { in scan_bitmap_block()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch60 + bound_t beg; /* start of the span */
70 + * Return the index of the first span in cover whose beg is greater than val.
80 + if (val < cover->span[mid].beg)
99 + * spans already in the list. The new span covers the values beg..end-1. beg
105 + * list. If the new span is invalid because beg is greater than or equal to
109 +static int cover_add(cover, beg, end)
111 + bound_t beg;
117 + if (beg >= end)
123 + pos = cover_find(cover, beg);
124 + if ((pos > 0 && beg < cover->span[pos - 1].end) ||
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_h323_asn1.c93 unsigned char *beg; member
521 unsigned char *beg = NULL; in decode_seq() local
566 beg = bs->cur; in decode_seq()
574 bs->cur = beg + len; in decode_seq()
631 beg = bs->cur; in decode_seq()
638 bs->cur = beg + len; in decode_seq()
650 unsigned char *beg = NULL; in decode_seqof() local
712 beg = bs->cur; in decode_seqof()
722 bs->cur = beg + len; in decode_seqof()
746 unsigned char *beg = NULL; in decode_choice() local
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/intel_speed_select_if/
H A Disst_if_mmio.c19 int beg; member
141 mmio_range[0].beg + 4 * i); in isst_if_suspend()
144 mmio_range[1].beg + 4 * i); in isst_if_suspend()
156 mmio_range[0].beg + 4 * i); in isst_if_resume()
159 mmio_range[1].beg + 4 * i); in isst_if_resume()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c682 uInt beg = s->pending; /* start of bytes to update crc */ local
686 if (s->gzhead->hcrc && s->pending > beg)
687 strm->adler = crc32(strm->adler, s->pending_buf + beg,
688 s->pending - beg);
690 beg = s->pending;
697 if (s->gzhead->hcrc && s->pending > beg)
698 strm->adler = crc32(strm->adler, s->pending_buf + beg,
699 s->pending - beg);
710 uInt beg = s->pending; /* start of bytes to update crc */ local
715 if (s->gzhead->hcrc && s->pending > beg)
[all …]
H A Dinffast.c76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
111 beg = out - (start - strm->avail_out); in inflate_fast()
195 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/sanitizer/
H A Dcommon_interface_defs.h154 void __sanitizer_annotate_contiguous_container(const void *beg,
175 int __sanitizer_verify_contiguous_container(const void *beg, const void *mid,
188 const void *__sanitizer_contiguous_container_find_bad_address(const void *beg,
H A Dasan_interface.h98 void *__asan_region_is_poisoned(void *beg, size_t size);
308 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/sanitizer/
H A Dcommon_interface_defs.h154 void __sanitizer_annotate_contiguous_container(const void *beg,
175 int __sanitizer_verify_contiguous_container(const void *beg, const void *mid,
188 const void *__sanitizer_contiguous_container_find_bad_address(const void *beg,
H A Dasan_interface.h98 void *__asan_region_is_poisoned(void *beg, size_t size);
308 void *__asan_addr_is_in_fake_stack(void *fake_stack, void *addr, void **beg,
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dtnc_misc.c131 int beg = 0, end = znode->child_cnt, uninitialized_var(mid); in ubifs_search_zbranch() local
135 ubifs_assert(end > beg); in ubifs_search_zbranch()
137 while (end > beg) { in ubifs_search_zbranch()
138 mid = (beg + end) >> 1; in ubifs_search_zbranch()
141 beg = mid + 1; in ubifs_search_zbranch()
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dialloc.c135 sector_t beg = uspi->s_sbbase + in ufs2_init_inodes_chunk() local
138 sector_t end = beg + uspi->s_fpb; in ufs2_init_inodes_chunk()
142 for (; beg < end; ++beg) { in ufs2_init_inodes_chunk()
143 bh = sb_getblk(sb, beg); in ufs2_init_inodes_chunk()
H A Dballoc.c239 static void ufs_change_blocknr(struct inode *inode, sector_t beg, in ufs_change_blocknr() argument
261 end = count + beg; in ufs_change_blocknr()
263 for (i = beg; i < end; i = (i | mask) + 1) { in ufs_change_blocknr()
294 pos = (i - beg) + j; in ufs_change_blocknr()
325 static void ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, in ufs_clear_frags() argument
329 sector_t end = beg + n; in ufs_clear_frags()
331 for (; beg < end; ++beg) { in ufs_clear_frags()
332 bh = sb_getblk(inode->i_sb, beg); in ufs_clear_frags()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dtnc_misc.c129 int beg = 0, end = znode->child_cnt, mid; in ubifs_search_zbranch() local
133 ubifs_assert(c, end > beg); in ubifs_search_zbranch()
135 while (end > beg) { in ubifs_search_zbranch()
136 mid = (beg + end) >> 1; in ubifs_search_zbranch()
139 beg = mid + 1; in ubifs_search_zbranch()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinffast.c73 unsigned char *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() local
100 beg = out - (start - strm->avail_out); in inflate_fast()
179 op = (unsigned)(out - beg); /* max distance in output */ in inflate_fast()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp198 return seek_impl(position_to_offset(sp), BOOST_IOS::beg, which); in seekpos()
232 case BOOST_IOS::beg: next = off; break; in seek_impl()
246 case BOOST_IOS::beg: next = off; break; in seek_impl()

123