Searched refs:seed2 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/ |
| H A D | redistribute_elements.hpp | 99 size_t & seed2) in apply() 157 seed2 = lowest_high_index; in apply() 179 size_t & seed2) in apply() 209 seed2 = highest_index; in apply() 212 …seed2 = (lowest_index + 1) % elements_count; // % is just in case since if this is true lowest_ind… in apply() 238 size_t & seed2) in apply() 240 … Parameters, Translator, Dimension - 1>::apply(elements, parameters, tr, separation, seed1, seed2); in apply() 251 seed2 = s2; in apply() 275 size_t & seed2) in apply() 277 find_norm_sep::apply(elements, parameters, tr, separation, seed1, seed2); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/quadratic/ |
| H A D | redistribute_elements.hpp | 36 size_t & seed2) in pick_seeds() argument 50 seed2 = 1; in pick_seeds() 73 seed2 = j; in pick_seeds() 121 size_t seed2 = 0; in apply() local 122 quadratic::pick_seeds<Box>(elements_copy, parameters, translator, seed1, seed2); in apply() 132 …elements2.push_back(elements_copy[seed2]); //… in apply() 136 detail::bounds(rtree::element_indexable(elements_copy[seed2], translator), box2); in apply() 139 if (seed1 < seed2) in apply() 141 …rtree::move_from_back(elements_copy, elements_copy.begin() + seed2); // MAY… in apply() 150 …rtree::move_from_back(elements_copy, elements_copy.begin() + seed2); // MAY… in apply()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | drbg.c | 659 struct drbg_string seed1, seed2, vdata; in drbg_hmac_update() local 672 drbg_string_fill(&seed2, NULL, 1); in drbg_hmac_update() 673 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update() 686 seed2.buf = &prefix; in drbg_hmac_update()
|