Home
last modified time | relevance | path

Searched refs:search_end (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/examples/api/
H A Dglue.c45 uint32_t search_end = 0; in api_search_sig() local
54 search_end = search_start + API_SEARCH_LEN - API_SIG_MAGLEN; in api_search_sig()
57 while ((sp + API_SIG_MAGLEN) < (unsigned char *)search_end) { in api_search_sig()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp661 RandIt search_end = u; in collect_unique() local
669 RandIt const new_h0 = boost::move(search_end, u, h0); in collect_unique()
670 search_end = u; in collect_unique()
671 ++search_end; in collect_unique()
683 RandIt const r = boost::movelib::lower_bound(h0, search_end, *u, comp); in collect_unique()
685 if(r == search_end || comp(*u, *r) ){ in collect_unique()
686 RandIt const new_h0 = rotate_gcd(h0, search_end, u); in collect_unique()
687 search_end = u; in collect_unique()
688 ++search_end; in collect_unique()
690 rotate_gcd(r+(new_h0-h0), u, search_end); in collect_unique()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent-io-tree.h107 u64 *start, u64 search_end,
H A Dextent_io.c2037 u64 *start, u64 search_end, u64 max_bytes, in count_range_bits() argument
2047 if (WARN_ON(search_end <= cur_start)) in count_range_bits()
2065 if (state->start > search_end) in count_range_bits()
2070 total_bytes += min(search_end, state->end) + 1 - in count_range_bits()
H A Dvolumes.c1544 u64 search_end = device->total_bytes; in find_free_dev_extent_start() local
1559 if (search_start >= search_end || in find_free_dev_extent_start()
1645 if (search_end > search_start) { in find_free_dev_extent_start()
1646 hole_size = search_end - search_start; in find_free_dev_extent_start()