| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/ |
| H A D | inf_nan.hpp | 53 inline bool parse_inf_nan_impl(const CharT* begin, const CharT* end, T& value in parse_inf_nan_impl() argument 59 if (begin == end) return false; in parse_inf_nan_impl() 65 bool const has_minus = (*begin == minus); in parse_inf_nan_impl() 66 if (has_minus || *begin == plus) { in parse_inf_nan_impl() 67 ++ begin; in parse_inf_nan_impl() 70 if (end - begin < 3) return false; in parse_inf_nan_impl() 71 if (lc_iequal(begin, lc_nan, lc_NAN, 3)) { in parse_inf_nan_impl() 72 begin += 3; in parse_inf_nan_impl() 73 if (end != begin) { in parse_inf_nan_impl() 76 if (end - begin < 2) return false; // bad input in parse_inf_nan_impl() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | util.h | 323 #define ubh_get_addr8(ubh,begin) \ argument 324 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \ 325 ((begin) & ~uspi->s_fmask)) 327 #define ubh_get_addr16(ubh,begin) \ argument 328 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \ 329 ((begin) & ((uspi->fsize>>1) - 1))) 331 #define ubh_get_addr32(ubh,begin) \ argument 332 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \ 333 ((begin) & ((uspi->s_fsize>>2) - 1))) 335 #define ubh_get_addr64(ubh,begin) \ argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/device/ |
| H A D | array.hpp | 39 array_adapter(char_type* begin, char_type* end); 40 array_adapter(char_type* begin, std::size_t length); 41 array_adapter(const char_type* begin, const char_type* end); 42 array_adapter(const char_type* begin, std::size_t length); 64 BOOST_PP_CAT(basic_, name)(char_type* begin, char_type* end) \ 65 : base_type(begin, end) { } \ 66 BOOST_PP_CAT(basic_, name)(char_type* begin, std::size_t length) \ 67 : base_type(begin, length) { } \ 68 BOOST_PP_CAT(basic_, name)(const char_type* begin, const char_type* end) \ 69 : base_type(begin, end) { } \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | dumpstack_32.c | 40 unsigned long *begin = (unsigned long *)this_cpu_read(hardirq_stack_ptr); in in_hardirq_stack() local 41 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_hardirq_stack() 47 if (stack < begin || stack > end) in in_hardirq_stack() 51 info->begin = begin; in in_hardirq_stack() 58 info->next_sp = (unsigned long *)*begin; in in_hardirq_stack() 65 unsigned long *begin = (unsigned long *)this_cpu_read(softirq_stack_ptr); in in_softirq_stack() local 66 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_softirq_stack() 72 if (stack < begin || stack > end) in in_softirq_stack() 76 info->begin = begin; in in_softirq_stack() 83 info->next_sp = (unsigned long *)*begin; in in_softirq_stack() [all …]
|
| H A D | dumpstack_64.c | 90 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local 97 begin = (unsigned long)__this_cpu_read(cea_exception_stacks); in in_exception_stack() 102 if (!begin) in in_exception_stack() 105 end = begin + sizeof(struct cea_exception_stacks); in in_exception_stack() 107 if (stk < begin || stk >= end) in in_exception_stack() 111 k = (stk - begin) >> PAGE_SHIFT; in in_exception_stack() 118 begin += (unsigned long)ep->offs; in in_exception_stack() 119 end = begin + (unsigned long)ep->size; in in_exception_stack() 123 info->begin = (unsigned long *)begin; in in_exception_stack() 132 unsigned long *begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray.hpp | 108 …BOOST_GEOMETRY_INDEX_ASSERT(v.begin() <= position && position < v.end(), "iterator out of bounds"); in check_iterator_end_neq() 116 …BOOST_GEOMETRY_INDEX_ASSERT(v.begin() <= position && position <= v.end(), "iterator out of bounds"… in check_iterator_end_eq() 306 sv::uninitialized_copy(other.begin(), other.end(), this->begin()); // may throw in varray() 330 sv::uninitialized_copy(other.begin(), other.end(), this->begin()); // may throw in varray() 344 this->assign(other.begin(), other.end()); // may throw in operator =() 366 this->assign(other.begin(), other.end()); // may throw in operator =() 489 sv::destroy(this->begin(), this->end()); in ~varray() 565 sv::destroy(this->begin() + count, this->end()); in resize() 571 sv::uninitialized_fill(this->end(), this->begin() + count, dti()); // may throw in resize() 597 sv::destroy(this->begin() + count, this->end()); in resize() [all …]
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | rk29.c | 186 long begin, end; in rk29_fread() local 202 begin = ftell(stream); in rk29_fread() 203 if (begin < 0) in rk29_fread() 204 begin = 0; in rk29_fread() 210 end = begin + total; in rk29_fread() 211 offset = begin & ~READ_MASK; in rk29_fread() 213 if (begin & READ_MASK) { in rk29_fread() 217 count = min(end, offset + READ_SIZE) - begin; in rk29_fread() 218 memcpy(p, buf + (begin & READ_MASK), count); in rk29_fread() 242 fseek(stream, begin + count * size, SEEK_SET); in rk29_fread() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | cache-sh2a.c | 53 unsigned long begin, end; in sh2a__flush_wback_region() local 57 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_wback_region() 66 if (((end - begin) >> PAGE_SHIFT) >= MAX_OCACHE_PAGES) { in sh2a__flush_wback_region() 67 begin = CACHE_OC_ADDRESS_ARRAY; in sh2a__flush_wback_region() 68 end = begin + (nr_ways * current_cpu_data.dcache.way_size); in sh2a__flush_wback_region() 70 for (v = begin; v < end; v += L1_CACHE_BYTES) { in sh2a__flush_wback_region() 78 for (v = begin; v < end; v += L1_CACHE_BYTES) in sh2a__flush_wback_region() 94 unsigned long begin, end; in sh2a__flush_purge_region() local 97 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_purge_region() 104 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2a__flush_purge_region() [all …]
|
| H A D | cache-sh2.c | 21 unsigned long begin, end; in sh2__flush_wback_region() local 23 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_wback_region() 26 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2__flush_wback_region() 42 unsigned long begin, end; in sh2__flush_purge_region() local 44 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_purge_region() 48 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_purge_region() 73 unsigned long begin, end; in sh2__flush_invalidate_region() 75 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_invalidate_region() 79 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_invalidate_region()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | fifo.h | 31 size_t begin; /* Offset of the first byte to read. */ member 39 f->end = f->begin = 0; in fifo_clear() 46 if (f->begin == f->end) in fifo_reserve() 56 if (f->begin > FIFO_MIN) { in fifo_reserve() 57 memmove(f->data, f->data + f->begin, f->end - f->begin); in fifo_reserve() 58 f->end -= f->begin; in fifo_reserve() 59 f->begin = 0; in fifo_reserve() 78 f->end = f->begin + n; in fifo_trim_to() 89 return (f->end - f->begin) / f->item_size; in fifo_occupancy() 94 char * ret = f->data + f->begin; in fifo_read() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | rk29.c | 211 long begin, end; in rk29_fread() local 227 begin = ftell(stream); in rk29_fread() 228 if (begin < 0) in rk29_fread() 229 begin = 0; in rk29_fread() 235 end = begin + total; in rk29_fread() 236 offset = begin & ~READ_MASK; in rk29_fread() 238 if (begin & READ_MASK) { in rk29_fread() 242 count = min(end, offset + READ_SIZE) - begin; in rk29_fread() 243 memcpy(p, buf + (begin & READ_MASK), count); in rk29_fread() 267 fseek(stream, begin + count * size, SEEK_SET); in rk29_fread() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | local_minimum_util.hpp | 35 auto edge = edges.begin(); in start_list_on_local_maximum() 58 std::rotate(edges.begin(), edge, edges.end()); in start_list_on_local_maximum() 71 auto next_edge = edges.begin(); in create_bound_towards_minimum() 107 bnd.edges.reserve(static_cast<std::size_t>(std::distance(edges.begin(), next_edge))); in create_bound_towards_minimum() 108 std::move(edges.begin(), next_edge, std::back_inserter(bnd.edges)); in create_bound_towards_minimum() 109 edges.erase(edges.begin(), next_edge); in create_bound_towards_minimum() 111 std::reverse(bnd.edges.begin(), bnd.edges.end()); in create_bound_towards_minimum() 122 auto next_edge = edges.begin(); in create_bound_towards_maximum() 152 bnd.edges.reserve(static_cast<std::size_t>(std::distance(edges.begin(), next_edge))); in create_bound_towards_maximum() 153 std::move(edges.begin(), next_edge, std::back_inserter(bnd.edges)); in create_bound_towards_maximum() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/ |
| H A D | begin.hpp | 48 struct apply : Sequence::template begin<Sequence> {}; 67 struct begin struct 78 , result_of::begin<Sequence> 80 begin(Sequence& seq) in begin() function 82 return result_of::begin<Sequence>::call(seq); in begin() 90 , result_of::begin<Sequence const> 92 begin(Sequence const& seq) in begin() function 94 return result_of::begin<Sequence const>::call(seq); in begin()
|
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | bpf-helper.c | 66 struct __bpf_label *begin = labels->labels, *end; in seccomp_bpf_label() local 74 begin->label = label; in seccomp_bpf_label() 75 begin->location = 0xffffffff; in seccomp_bpf_label() 79 end = begin + labels->count; in seccomp_bpf_label() 80 for (id = 0; begin < end; ++begin, ++id) { in seccomp_bpf_label() 81 if (!strcmp(label, begin->label)) in seccomp_bpf_label() 84 begin->label = label; in seccomp_bpf_label() 85 begin->location = 0xffffffff; in seccomp_bpf_label()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.cpp | 23 auto pt = points.begin(); in start_list_on_local_minimum() 33 if (next_pt == points.end()) { next_pt = std::next(points.begin()); } in start_list_on_local_minimum() 41 std::rotate(points.begin(), pt, points.end()); in start_list_on_local_minimum() 42 points.push_back(*points.begin()); in start_list_on_local_minimum() 51 const auto begin = pt; in create_bound_towards_maximum() local 52 auto next_pt = std::next(begin); in create_bound_towards_maximum() 59 const auto pt_distance = std::distance(begin, next_pt); in create_bound_towards_maximum() 65 bnd.points.reserve(static_cast<std::size_t>(std::distance(begin, next_pt))); in create_bound_towards_maximum() 66 std::copy(begin, next_pt, std::back_inserter(bnd.points)); in create_bound_towards_maximum() 77 auto begin = pt; in create_bound_towards_minimum() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | array.hpp | 76 iterator begin() { return elems; } in begin() function in boost::array 77 const_iterator begin() const { return elems; } in begin() function in boost::array 107 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() 109 return const_reverse_iterator(begin()); in rend() 112 return const_reverse_iterator(begin()); in crend() 173 std::copy(rhs.begin(),rhs.end(), begin()); in operator =() 181 std::fill_n(begin(),size(),value); in fill() 205 … iterator begin() { return iterator( reinterpret_cast< T * >( this ) ); } in begin() function in boost::array 206 … const_iterator begin() const { return const_iterator( reinterpret_cast< const T * >( this ) ); } in begin() function in boost::array 209 iterator end() { return begin(); } in end() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | trim.hpp | 70 ::boost::begin(lit_range), in trim_left_copy_if() 88 ::boost::begin(Input), in trim_left_copy_if() 127 ::boost::begin(Input), in trim_left_if() 129 ::boost::begin(Input), in trim_left_if() 177 ::boost::begin(lit_range), in trim_right_copy_if() 179 ::boost::begin(lit_range), in trim_right_copy_if() 195 ::boost::begin(Input), in trim_right_copy_if() 197 ::boost::begin(Input), in trim_right_copy_if() 238 ::boost::begin(Input), in trim_right_if() 291 ::boost::begin(lit_range), in trim_copy_if() [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/pb_ds/detail/ov_tree_map_/ |
| H A D | split_join_fn_imps.hpp | 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 82 new_this.copy_from_ordered_range(begin(), it); in split() 112 PB_DS_V2F(*other.begin())); in join() 115 PB_DS_V2F(*begin())); in join() 123 new_this.copy_from_ordered_range(begin(), end(), in join() 124 other.begin(), other.end()); in join() 126 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 127 begin(), end()); in join()
|
| /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/pb_ds/detail/ov_tree_map_/ |
| H A D | split_join_fn_imps.hpp | 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin()))) in split() 82 new_this.copy_from_ordered_range(begin(), it); in split() 112 PB_DS_V2F(*other.begin())); in join() 115 PB_DS_V2F(*begin())); in join() 123 new_this.copy_from_ordered_range(begin(), end(), in join() 124 other.begin(), other.end()); in join() 126 new_this.copy_from_ordered_range(other.begin(), other.end(), in join() 127 begin(), end()); in join()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | simplify_douglas_peucker.hpp | 122 inline void consider(iterator_type begin, in consider() argument 128 std::size_t size = end - begin; in consider() 135 if (begin != end) in consider() 137 std::cout << "ignore between " << dsv(begin->p) in consider() 149 std::cout << "find between " << dsv(begin->p) in consider() 159 for(iterator_type it = begin + 1; it != last; ++it) in consider() 161 distance_type dist = ps_distance_strategy.apply(it->p, begin->p, last->p); in consider() 188 consider(begin, candidate + 1, max_dist, n, ps_distance_strategy); in consider() 208 std::vector<dp_point_type> ref_candidates(boost::begin(range), in apply() 219 … consider(boost::begin(ref_candidates), boost::end(ref_candidates), max_distance, n, strategy); in apply() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
| H A D | 0006-replace-sym_iterator-0-with-sym_iterator.patch | 10 | { lo = hi = 0; name = ""; begin = end = (sym_iterator)0;} 63 - { lo = hi = 0; name = ""; begin = end = (sym_iterator)0;} 64 + { lo = hi = 0; name = ""; begin = end = sym_iterator();} 72 - if (begin == (sym_iterator)0) 73 + if (begin == sym_iterator()) 74 begin = b; 97 - if (begin == (sym_iterator)0) 98 + if (begin == sym_iterator()) 101 for (sym_iterator it = begin; it != end; ++it) 106 - if (begin != (sym_iterator)0) [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | sc-rm7k.c | 189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local 191 begin = (unsigned long) &_stext; in __probe_tcache() 192 begin &= ~((8 * 1024 * 1024) - 1); in __probe_tcache() 193 end = begin + (8 * 1024 * 1024); in __probe_tcache() 201 for (addr = begin; addr <= end; addr = (begin + pow2)) { in __probe_tcache() 210 cache_op(Index_Store_Tag_T, begin); in __probe_tcache() 214 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) { in __probe_tcache() 221 addr -= begin; in __probe_tcache()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
| H A D | 0001-Silence-clang-warnings.patch | 61 const float begin = -glm::pi<float>(); 66 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 71 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 79 const float begin = -glm::pi<float>(); 84 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 89 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 97 const float begin = -glm::pi<float>(); 102 for(float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 107 for (float i = begin; i < end; i = NextFloat ? glm::nextFloat(i) : i += 0.1f) 115 const float begin = -glm::pi<float>(); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-space-map-metadata.c | 96 unsigned begin; member 103 brb->begin = 0; in brb_init() 109 return brb->begin == brb->end; in brb_empty() 128 if (next == brb->begin) in brb_push() 147 bop = brb->bops + brb->begin; in brb_peek() 159 brb->begin = brb_next(brb, brb->begin); in brb_pop() 172 dm_block_t begin; member 312 for (i = smm->uncommitted.begin; in sm_metadata_get_count() 352 for (i = smm->uncommitted.begin; in sm_metadata_count_is_more_than_one() 454 r = sm_ll_find_common_free_block(&smm->old_ll, &smm->ll, smm->begin, smm->ll.nr_blocks, b); in sm_metadata_new_block_() [all …]
|
| /OK3568_Linux_fs/u-boot/fs/cramfs/ |
| H A D | cramfs.c | 52 static int cramfs_uncompress (unsigned long begin, unsigned long offset, 101 static char *cramfs_uncompress_link (unsigned long begin, unsigned long offset) in cramfs_uncompress_link() argument 103 struct cramfs_inode *inode = (struct cramfs_inode *)(begin + offset); in cramfs_uncompress_link() 107 if (!link || cramfs_uncompress (begin, offset, (unsigned long)link) != size) { in cramfs_uncompress_link() 116 static unsigned long cramfs_resolve (unsigned long begin, unsigned long offset, in cramfs_resolve() argument 127 inode = (struct cramfs_inode *) (begin + offset + in cramfs_resolve() 157 return cramfs_resolve (begin, in cramfs_resolve() 173 link = cramfs_uncompress_link (begin, in cramfs_resolve() 185 ret = cramfs_resolve (begin, in cramfs_resolve() 207 static int cramfs_uncompress (unsigned long begin, unsigned long offset, in cramfs_uncompress() argument [all …]
|