Home
last modified time | relevance | path

Searched defs:smaller (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp206 struct smaller struct
208 static inline bool apply(Type const& a, Type const& b) in apply()
215 struct smaller<Type, true> struct
217 static inline bool apply(Type const& a, Type const& b) in apply()
568 inline bool smaller(T1 const& a, T2 const& b) in smaller() function
/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/thin_heap_/
H A Dinsert_fn_imps.hpp240 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
/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/thin_heap_/
H A Dinsert_fn_imps.hpp240 const bool smaller = Cmp_Fn::operator()(r_new_val, p_nd->m_value); in modify() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dwq.h170 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() local
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeftree.c307 #define smaller(tree, n, m, depth) \ macro
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dtrees.c449 #define smaller(tree, n, m, depth) \ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp542 cJSON *smaller = NULL; in sort_list() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcacheinfo.c414 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists()