| /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/list_update_policy/ |
| H A D | lu_counter_metadata.hpp | 57 lu_counter_metadata(size_type init_count) : m_count(init_count) in lu_counter_metadata() 62 mutable size_type m_count; member in __gnu_pbds::detail::lu_counter_metadata 80 if (++r_data.m_count != m_max_count) in operator ()() 82 r_data.m_count = 0; in operator ()()
|
| /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/list_update_policy/ |
| H A D | lu_counter_metadata.hpp | 57 lu_counter_metadata(size_type init_count) : m_count(init_count) in lu_counter_metadata() 62 mutable size_type m_count; member in __gnu_pbds::detail::lu_counter_metadata 80 if (++r_data.m_count != m_max_count) in operator ()() 82 r_data.m_count = 0; in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | buffer_point_circle.hpp | 58 : m_count((count < 3u) ? 3u : count) in point_circle() 90 promoted_type const diff = two_pi / promoted_type(m_count); in apply() 93 for (std::size_t i = 0; i < m_count; i++, a -= diff) in apply() 107 std::size_t m_count; member in boost::geometry::strategy::buffer::point_circle
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/ |
| H A D | distance_query.hpp | 25 : m_count(k), m_out_it(out_it) in distance_query_result() 27 BOOST_GEOMETRY_INDEX_ASSERT(0 < m_count, "Number of neighbors should be greater than 0"); in distance_query_result() 29 m_neighbors.reserve(m_count); in distance_query_result() 34 if ( m_neighbors.size() < m_count ) in store() 38 if ( m_neighbors.size() == m_count ) in store() 55 return m_count <= m_neighbors.size(); in has_enough_neighbors() 64 return m_neighbors.size() < m_count in greatest_comparable_distance() 86 size_t m_count; member in boost::geometry::index::detail::rtree::visitors::distance_query_result
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | rollswitchwidget.cpp | 12 m_count(3) in RollSwitchWidget() 19 m_count = count; in setCount() 116 }if(m_index >= m_count) in mousePressEvent()
|
| H A D | rollswitchwidget.h | 28 int m_count; variable
|
| /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/plugin/include/ |
| H A D | dumpfile.h | 333 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {} in dump_user_location_t() 354 profile_count get_count () const { return m_count; } in get_count() 360 : m_count (count), m_loc (loc) in dump_user_location_t() 363 profile_count m_count; variable
|
| H A D | tree-switch-conversion.h | 429 m_count (count), m_start (start), m_non_jt_cases (non_jt_cases) in min_cluster_item() 433 unsigned m_count; variable 864 unsigned int m_count; variable
|
| H A D | machmode.h | 910 int m_count;
|
| /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/plugin/include/ |
| H A D | dumpfile.h | 333 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {} in dump_user_location_t() 354 profile_count get_count () const { return m_count; } in get_count() 360 : m_count (count), m_loc (loc) in dump_user_location_t() 363 profile_count m_count; variable
|
| H A D | tree-switch-conversion.h | 429 m_count (count), m_start (start), m_non_jt_cases (non_jt_cases) in min_cluster_item() 433 unsigned m_count; variable 864 unsigned int m_count; variable
|
| H A D | machmode.h | 910 int m_count;
|
| /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 | point_in_poly_winding.hpp | 351 int m_count; member in boost::geometry::strategy::within::winding::counter 356 return m_touches ? 0 : m_count == 0 ? -1 : 1; in code() 366 : m_count(0) in counter() 445 state.m_count = 0; in apply() 455 state.m_count += count; in apply()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 1450 int den, m_count, get_prob, factor; in vp9_tree_merge_probs() local 1462 m_count = den < MODE_MV_COUNT_SAT ? den : MODE_MV_COUNT_SAT; in vp9_tree_merge_probs() 1469 factor = count_to_update_factor[m_count]; in vp9_tree_merge_probs() 1489 int num, den, m_count, get_prob, factor; in adapt_coef_probs_cxt() local 1516 m_count = den < count_sat ? den : count_sat; in adapt_coef_probs_cxt() 1523 factor = update_factor * m_count / count_sat; in adapt_coef_probs_cxt() 1565 int m_count; in adapt_coef_probs() local 1667 m_count = den < MODE_MV_COUNT_SAT ? in adapt_coef_probs() 1676 factor = count_to_update_factor[m_count]; in adapt_coef_probs()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | mount.h | 37 int m_count; member
|
| H A D | namespace.c | 709 mp->m_count++; in lookup_mountpoint() 754 new->m_count = 1; in get_mountpoint() 772 if (!--mp->m_count) { in __put_mountpoint() 848 mp->m_count++; in mnt_set_mountpoint()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mcg.c | 336 u32 m_count; in promisc_steering_entry() local 350 m_count = be32_to_cpu(mgm->members_count) & 0xffffff; in promisc_steering_entry() 352 *members_count = m_count; in promisc_steering_entry() 354 for (i = 0; i < m_count; i++) { in promisc_steering_entry()
|